-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Docker: Fix Use Of mirrorlist.centos.org in dockerfiles for arm64 & ppc64le #3647
Conversation
Tested on x64 & arm64 & ppc64le OK. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question ...
I guess the echo could be retained too but saying "Running from CentOS altarch repos" but I'd be tempted to just miss it out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. You can take or leave my suggestion on the message (It won't be obvious what "another" if you're just watching the output from building the dockerfile)
Co-authored-by: Stewart X Addison <6487691+sxa@users.noreply.github.com>
Fixes #3646
Update various calls to mirrorlist.centos.org with vault.centos.org, now that mirrorlist has been deprecated following the EOL of Centos 7.
Checklist