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

Replace CentOS 7 image with CentOS Stream 9 #527

Closed
madolson opened this issue May 21, 2024 · 1 comment · Fixed by #543
Closed

Replace CentOS 7 image with CentOS Stream 9 #527

madolson opened this issue May 21, 2024 · 1 comment · Fixed by #543
Assignees

Comments

@madolson
Copy link
Member

madolson commented May 21, 2024

CentOS 7 is EoL, we should replace it with the replacement which is CentOS Stream. CentOS Stream is about to be EoL https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/. The official container image is being distributed from quay.io/centos/centos:stream9.

We should consider adding AlmaLinux 8, which has a longer support history. https://endoflife.date/almalinux We can use the container from https://hub.docker.com/_/almalinux.

Should update

test-centos7-jemalloc:
as well as the other three centos targets.

@madolson madolson changed the title Replace CentOS 7 image with CentOS Stream 8 Replace CentOS 7 image with CentOS Stream 9 May 21, 2024
@jonathanspw
Copy link
Contributor

This issue can be assigned to me.

madolson added a commit that referenced this issue May 24, 2024
replace centos 7 with almalinux 8, add almalinux 9, centos stream 9, fedora stable, rawhide

Fixes #527

---------

Signed-off-by: Jonathan Wright <jonathan@almalinux.org>
Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
Co-authored-by: Madelyn Olson <madelyneolson@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment