Skip to content

Commit 4f57234

Browse files
author
AOS Automation Release Team
committed
Updating ose-cluster-capi-operator-container image to be consistent with ART for 4.22
Reconciling with https://github.com/openshift/ocp-build-data/tree/d17763f70e6c65246ee71e8701923c87a2e99d80/images/ose-cluster-capi-operator.yml
1 parent 6d81723 commit 4f57234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /go/src/github.com/openshift/cluster-capi-operator
33
COPY . .
44
RUN make build
55

6-
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9
6+
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9-minimal
77
COPY --from=builder /go/src/github.com/openshift/cluster-capi-operator/bin/cluster-capi-operator .
88
COPY --from=builder /go/src/github.com/openshift/cluster-capi-operator/bin/machine-api-migration .
99
COPY --from=builder /go/src/github.com/openshift/cluster-capi-operator/manifests /manifests

0 commit comments

Comments
 (0)