Skip to content

Commit

Permalink
Update Dockerfile for get-params to use EL9
Browse files Browse the repository at this point in the history
  • Loading branch information
Griffin-Sullivan committed Jun 12, 2024
1 parent 7da98ab commit 2c972e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/installer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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-release-el-9.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

0 comments on commit 2c972e0

Please sign in to comment.