From a6690800981afa0fa6ae51fc7fa2b1ea3926e57e Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Fri, 16 Jan 2026 17:18:48 +0000 Subject: [PATCH] Updating ose-openshift-controller-manager-container image to be consistent with ART for 4.22 Reconciling with https://github.com/openshift/ocp-build-data/tree/37a25cc2e6eec9883ae439d785f89ab3f6cb2f51/images/ose-openshift-controller-manager.yml --- Dockerfile.rhel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rhel b/Dockerfile.rhel index ac2585718..485f1947e 100644 --- a/Dockerfile.rhel +++ b/Dockerfile.rhel @@ -4,7 +4,7 @@ COPY . . RUN make build --warn-undefined-variables \ && gzip openshift-controller-manager-tests-ext -FROM registry.ci.openshift.org/ocp/4.22:base-rhel9 +FROM registry.ci.openshift.org/ocp/4.22:base-rhel9-minimal COPY --from=builder /go/src/github.com/openshift/openshift-controller-manager/openshift-controller-manager /usr/bin/ COPY --from=builder /go/src/github.com/openshift/openshift-controller-manager/openshift-controller-manager-tests-ext.gz /usr/bin/ LABEL io.k8s.display-name="OpenShift Controller Manager Command" \