-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"yum update" for RHEL/CentOS boxes #425
Comments
It is related to GH-406, since |
So that particular script doesn't actually ""upgrade" the packages it just runs "update" which just updates the package list itself. For ubuntu the preseed.cfg actually does a 'full-upgrade' during the install process. That said I don't see anything in the kickstart config for RHEL platforms that is doing similar. I'm certainly open to discussing adding this level of functionality. |
Related to #406 (comment) - we don't want to update/upgrade the boxes to a new minor release as this is diverges with user expectations and also allows for testing the box from an 'vanilla' state for testing upgrades. |
@cheeseplus Thanks for the explanation! I agree that we have to keep 'vanilla' state of the distribution. |
While Ubuntu boxes are building, all packages are automatically updated via the
update.sh
script:https://github.com/chef/bento/blob/master/scripts/ubuntu/update.sh
What do you think about doing the similar for RHEL/CentOS boxes? Is there any strong concerns against doing
yum update
?The text was updated successfully, but these errors were encountered: