Skip to content

Commit

Permalink
Updating ose-cluster-config-api-container image to be consistent with…
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Oct 31, 2023
1 parent 972704c commit 0485b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . .
ENV GO_PACKAGE github.com/openshift/api
RUN make build --warn-undefined-variables

FROM registry.ci.openshift.org/ocp/4.15:base
FROM registry.ci.openshift.org/ocp/4.15:base-rhel9

# copy the built binaries to /usr/bin
COPY --from=builder /go/src/github.com/openshift/api/render /usr/bin/
Expand Down

0 comments on commit 0485b26

Please sign in to comment.