-
Notifications
You must be signed in to change notification settings - Fork 72
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
cent OS image fails to build #521
Labels
bug
Something isn't working
Comments
This was referenced Aug 21, 2024
This was referenced Aug 29, 2024
kirkrodrigues
added a commit
to kirkrodrigues/clp
that referenced
this issue
Sep 2, 2024
gibber9809
pushed a commit
to gibber9809/clp
that referenced
this issue
Oct 25, 2024
…r building on Centos 7.4 (fixes y-scope#521). (y-scope#528) Co-authored-by: Lin Zhihao <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug
In current workflow, the centos image build fails on an error
curl#6 - "Could not resolve host: mirrorlist.centos.org; Name or service not known"
This seems to be due to cent OS EOL in 2024 June, which caused the mirrorlist.centos.org to be removed.
A possible solution is to update all .repo files, which will result in a quite messy DockerFile.
Based an offline conversation with Kirk, cent OS is used by a very specific group of users. Perhaps we should first understand why they rely on cent OS 7 and decide whether to fix this bug or deprecate cent OS 7.4
CLP version
e1f3f2a
Environment
the local env doesn't matter
Reproduction steps
commit any change that would trigger workflow rerun and push it to your own repo.
For example, a simple change would be adding/deleting a comment in the cent OS's dockerfile.
The text was updated successfully, but these errors were encountered: