We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e32acc commit 477c09bCopy full SHA for 477c09b
1 file changed
images/foreman-proxy/Containerfile
@@ -2,9 +2,9 @@ FROM quay.io/centos/centos:stream9
2
3
ARG FOREMAN_VERSION=nightly
4
ARG KATELLO_VERSION=nightly
5
-ARG FOREMAN_PROXY_PLUGINS="remote_execution_ssh ansible"
+ARG FOREMAN_PROXY_PLUGINS="remote_execution_ssh ansible container_gateway"
6
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
+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
8
9
RUN set -eu; for PLUGIN in ${FOREMAN_PROXY_PLUGINS}; do \
10
echo $PLUGIN; \
0 commit comments