We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5011c commit 3caa695Copy full SHA for 3caa695
1 file changed
pkg/dockerfilegen/dockerfile-templates/rhel-9/MustGather.dockerfile.tmpl
@@ -7,13 +7,13 @@ FROM $RUNTIME
7
8
ARG TARGETARCH
9
10
-COPY --from=cli-artifacts /usr/share/openshift/linux_$TARGETARCH/{{ .oc_binary_name }} /usr/bin/oc
+COPY --from=cli-artifacts /usr/share/openshift/linux_$TARGETARCH/oc.rhel9 /usr/bin/oc
11
12
# Copy all collection scripts to /usr/bin
13
COPY must-gather/bin/* /usr/bin/
14
COPY LICENSE /licenses/
15
16
-RUN dnf install -y rsync tar
+RUN microdnf install -y rsync tar
17
18
ENV LOGS_DIR="/must-gather"
19
RUN mkdir -p $LOGS_DIR && \
0 commit comments