Updated yum -y install yum-utils to yum -y upgrade#13555
Updated yum -y install yum-utils to yum -y upgrade#13555brianrkleis wants to merge 1 commit intodocker:masterfrom
Conversation
Docker requires more updated libraries than yum-utils. I've tested yum-utils in a new Virtual Machine without updating any libs, and couldn't get docker working. For new environments this is a better command and for any environment.
|
✔️ Deploy Preview for docsdocker ready! 🔨 Explore the source changes: 2260180 🔍 Inspect the deploy log: https://app.netlify.com/sites/docsdocker/deploys/6144dc39b907130008c62a56 😎 Browse the preview: https://deploy-preview-13555--docsdocker.netlify.app |
|
@thaJeztah Could you PTAL? |
|
|
||
| ```console | ||
| $ sudo yum install -y yum-utils | ||
| $ sudo yum -y upgrade |
There was a problem hiding this comment.
This looks to be addressing different goals;
sudo yum install -y yum-utilsIs added here to make sure yum-config-manager is installed (which is used below).
yum upgrade will update / upgrade all packages and dependencies installed on the machine. While this could be a good recommendation, this would be somewhat out of scope for the installation instructions.
What's the exact problem you ran into? Did the installation fail, or did it warn that a newer version of a dependency was needed?
|
closing this, as I don't think this change is needed per my comment above |
Docker requires more updated libraries than yum-utils. I've tested yum-utils in a new Virtual Machine without updating any libs, and couldn't get docker working. For new environments this is a better command and for any environment.
Proposed changes
Unreleased project version (optional)
Related issues (optional)