diff --git a/images/Dockerfile.el8 b/images/Dockerfile.el8 index 1aa835bd3..a8c36a39f 100644 --- a/images/Dockerfile.el8 +++ b/images/Dockerfile.el8 @@ -1,4 +1,4 @@ -FROM quay.io/centos/centos:stream8 +FROM almalinux:8 RUN dnf install -y https://yum.theforeman.org/client/nightly/el8/x86_64/foreman-client-release.rpm && dnf clean all RUN dnf install make python3 python3-dnf-plugins-core python3-tracer subscription-manager -y && dnf clean all