Skip to content
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

Open
ghost opened this issue Oct 25, 2021 · 2 comments · May be fixed by #16
Open

Upgrade to centos7 #15

ghost opened this issue Oct 25, 2021 · 2 comments · May be fixed by #16

Comments

@ghost
Copy link

ghost commented Oct 25, 2021

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

haysclark added a commit that referenced this issue Nov 5, 2021
- 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
@haysclark haysclark linked a pull request Nov 5, 2021 that will close this issue
@haysclark
Copy link
Owner

haysclark commented Nov 5, 2021

@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;
Normally the PR would have already been merged but unfortunately DockerHub no longer offers free Automated Builds. So I need to come up with a new CI solution. I threw together a GitHub Action for deploying to Docker Hub but I still need test the scripts in a dummy project.

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. 😅

@ghost
Copy link
Author

ghost commented Apr 6, 2022

@haysclark Any news on when you'll be able to release a new version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant