Skip to content

Commit 477c09b

Browse files
committed
Install container_gateway gem
1 parent 0e32acc commit 477c09b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

images/foreman-proxy/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ FROM quay.io/centos/centos:stream9
22

33
ARG FOREMAN_VERSION=nightly
44
ARG KATELLO_VERSION=nightly
5-
ARG FOREMAN_PROXY_PLUGINS="remote_execution_ssh ansible"
5+
ARG FOREMAN_PROXY_PLUGINS="remote_execution_ssh ansible container_gateway"
66

7-
RUN dnf upgrade -y && dnf install --nodocs -y https://yum.theforeman.org/releases/${FOREMAN_VERSION}/el9/x86_64/foreman-release.rpm https://yum.theforeman.org/katello/${KATELLO_VERSION}/katello/el9/x86_64/katello-repos-latest.rpm && dnf install --nodocs foreman-proxy openssh-clients openssh freeipmi bind-utils -y && dnf clean all
7+
RUN dnf upgrade -y && dnf install --nodocs -y https://yum.theforeman.org/releases/${FOREMAN_VERSION}/el9/x86_64/foreman-release.rpm https://yum.theforeman.org/katello/${KATELLO_VERSION}/katello/el9/x86_64/katello-repos-latest.rpm && dnf install --nodocs foreman-proxy openssh-clients openssh freeipmi bind-utils hostname -y && dnf clean all
88

99
RUN set -eu; for PLUGIN in ${FOREMAN_PROXY_PLUGINS}; do \
1010
echo $PLUGIN; \

0 commit comments

Comments
 (0)