From 2ab1b1ef358cc20cd79144cf988fbf7318655c86 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Fri, 3 Dec 2021 15:42:02 -0800 Subject: [PATCH] Switch from CentOS 8 to AlmaLinux for RHEL jobs CentOS 8 will reach EOL at the end of the year. AlmaLinux 8 should be a drop-in replacement as far as we are concerned. --- linux_docker_resources/Dockerfile-RHEL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux_docker_resources/Dockerfile-RHEL b/linux_docker_resources/Dockerfile-RHEL index e0e173455..8613ee53e 100644 --- a/linux_docker_resources/Dockerfile-RHEL +++ b/linux_docker_resources/Dockerfile-RHEL @@ -1,4 +1,4 @@ -FROM centos:8 +FROM almalinux:8 # Add some repos RUN dnf install epel-release epel-release 'dnf-command(config-manager)' --refresh -y && \