From 29eb2aa63b075c97962ff967badaa403168b2352 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Fri, 16 Jan 2026 22:50:43 +0000 Subject: [PATCH] UPSTREAM: : Updating ose-vsphere-cloud-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-vsphere-cloud-controller-manager.yml --- .../images/cloud-controller-manager-openshift.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift-hack/images/cloud-controller-manager-openshift.Dockerfile b/openshift-hack/images/cloud-controller-manager-openshift.Dockerfile index 73cd8a363..cc4b93231 100644 --- a/openshift-hack/images/cloud-controller-manager-openshift.Dockerfile +++ b/openshift-hack/images/cloud-controller-manager-openshift.Dockerfile @@ -4,7 +4,7 @@ COPY . . RUN make binaries -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/cloud-provider-vsphere/.build/vsphere-cloud-controller-manager /bin/vsphere-cloud-controller-manager LABEL description="vSphere Cloud Controller Manager"