diff --git a/scripts/installer/Dockerfile b/scripts/installer/Dockerfile index 44b29004f5..4e65751a4d 100644 --- a/scripts/installer/Dockerfile +++ b/scripts/installer/Dockerfile @@ -1,8 +1,7 @@ -FROM quay.io/centos/centos:stream8 +FROM quay.io/centos/centos:stream9 -RUN dnf -y install https://yum.puppetlabs.com/puppet7/puppet7-release-el-8.noarch.rpm +RUN dnf -y install https://yum.puppetlabs.com/puppet7/el/9/x86_64/puppet7-release-7.0.0-19.el9.noarch.rpm ARG FOREMAN_VERSION -RUN dnf -y install https://yum.theforeman.org/releases/$FOREMAN_VERSION/el8/x86_64/foreman-release.rpm -RUN dnf -y module enable foreman:el8 +RUN dnf -y install https://yum.theforeman.org/releases/$FOREMAN_VERSION/el9/x86_64/foreman-release.rpm RUN dnf -y install foreman-installer