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 e883ae5 commit b64b6ecCopy full SHA for b64b6ec
1 file changed
images/foreman-proxy/Containerfile
@@ -4,7 +4,7 @@ ARG FOREMAN_VERSION=nightly
4
ARG KATELLO_VERSION=nightly
5
ARG FOREMAN_PROXY_PLUGINS="remote_execution_ssh ansible"
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 -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 -y && dnf clean all
8
9
RUN set -eu; for PLUGIN in ${FOREMAN_PROXY_PLUGINS}; do \
10
echo $PLUGIN; \
0 commit comments