Skip to content

Commit

Permalink
Switch from CentOS 8 to AlmaLinux for RHEL jobs (#604)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cottsay authored Dec 6, 2021
1 parent d0fe7c4 commit f85ac55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_docker_resources/Dockerfile-RHEL
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit f85ac55

Please sign in to comment.