Skip to content

Commit

Permalink
Enable repo for installing openshift-clients
Browse files Browse the repository at this point in the history
The must-gather image needs openshift-clients to function, but it's in a
separate repository. Enable it so the image can install it.
  • Loading branch information
rhmdnd committed Dec 9, 2024
1 parent aafc1f4 commit 139e60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/must-gather/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LABEL \

# Install openshift-clients, jq, tar, and rsync, which are required for
# must-gather.
RUN microdnf -y install openshift-clients jq tar rsync
RUN microdnf -y install openshift-clients jq tar rsync --enablerepo="rhocp-4.16-for-rhel-9-x86_64-rpms"

WORKDIR /

Expand Down

0 comments on commit 139e60e

Please sign in to comment.