Skip to content

Commit

Permalink
Update base image to be rhel9
Browse files Browse the repository at this point in the history
  • Loading branch information
soltysh committed Jun 13, 2024
1 parent 8486cae commit 3cadcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.commitchecker
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /go/src/github.com/openshift/build-machinery-go
COPY . .
RUN make -C commitchecker

FROM registry.ci.openshift.org/ocp/4.17:base
FROM registry.ci.openshift.org/ocp/4.17:base-rhel9
COPY --from=builder /go/src/github.com/openshift/build-machinery-go/commitchecker/commitchecker /usr/bin/
RUN dnf install --setopt=tsflags=nodocs -y git && \
dnf clean all && rm -rf /var/cache/yum/*
Expand Down

0 comments on commit 3cadcc6

Please sign in to comment.