Skip to content

Commit

Permalink
images: ci: Use ubi9 image
Browse files Browse the repository at this point in the history
The image only needs packages which are available in ubi9/external
repos, so we can switch to ubi9 for the image we run in openshift-ci.
  • Loading branch information
cfergeau authored and praveenkumar committed Oct 19, 2023
1 parent 3f2809e commit 5365acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/openshift-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /go/src/github.com/crc-org/crc
COPY . .
RUN make release

FROM quay.io/centos/centos:stream8
FROM registry.access.redhat.com/ubi9/ubi
COPY --from=builder /go/src/github.com/crc-org/crc /opt/crc
COPY --from=builder /go/src/github.com/crc-org/crc/out/linux-amd64/crc /bin/crc
COPY --from=builder /go/src/github.com/crc-org/crc/out/linux-amd64/e2e.test /bin/e2e.test
Expand Down

0 comments on commit 5365acf

Please sign in to comment.