-
Notifications
You must be signed in to change notification settings - Fork 32
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
Upgrade to centos7 #15
Comments
- moving to CentOS7 due to CentOS6 being past it’s EOL (Nov 2020) - using redhat-lsb-core v4.1 - using wget v1.14 - resolves #15
@ajourln Thanks for the heads up about CentOS 6 EOL and the upgrade instructions. I created and tested a PR that uses CentOS 7. My plan is to release it as v1.1.0. TL;DR; I'll try to verify the CI stuff tomorrow. Likely the project won't be touched until 2024 when CentOS 7 hits EOL, but at least it will be tidy. 😅 |
@haysclark Any news on when you'll be able to release a new version? |
This is a Feature Request
What would you like to be added
Upgrade image to centos7
Why is this needed
Centos6 has reached EOL.
Comments
Only 2 changes are needed:
Line 1: FROM centos:centos7
Line 22: RUN yum install -y redhat-lsb-core wget && yum clean all
The text was updated successfully, but these errors were encountered: