Skip to content

Commit

Permalink
Fix must-gather base image
Browse files Browse the repository at this point in the history
The image we were using wasn't accessible through GitHub actions,
because it's in a CI registry. Use an equivalent image from Quay so that
we can build must-gather images with GitHub actions.
  • Loading branch information
rhmdnd committed Aug 9, 2024
1 parent 91567a6 commit a82fd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/must-gather/Dockerfile.ocp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/4.17:cli
FROM quay.io/openshift/origin-cli:latest

COPY utils/must-gather/gather* /usr/bin/
COPY utils/must-gather/fetch-raw-results-pod-template.yaml /usr/share/
Expand Down

0 comments on commit a82fd0a

Please sign in to comment.