From 68ac3d2c0f1b79e118c9eec084052737d1c901f2 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Sat, 17 Jan 2026 06:05:40 +0000 Subject: [PATCH] UPSTREAM: : Updating ose-olm-operator-controller-container image to be consistent with ART for 4.22 Reconciling with https://github.com/openshift/ocp-build-data/tree/37a25cc2e6eec9883ae439d785f89ab3f6cb2f51/images/ose-olm-operator-controller.yml --- openshift/operator-controller.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/operator-controller.Dockerfile b/openshift/operator-controller.Dockerfile index 05082d078..90e7ceff4 100644 --- a/openshift/operator-controller.Dockerfile +++ b/openshift/operator-controller.Dockerfile @@ -14,7 +14,7 @@ RUN make -f openshift/Makefile go-build-local && \ cp ./bin/olmv1-tests-ext /tmp/build/olmv1-tests-ext && \ gzip -f /tmp/build/olmv1-tests-ext -FROM registry.ci.openshift.org/ocp/4.22:base-rhel9 +FROM registry.ci.openshift.org/ocp/4.22:base-rhel9-minimal USER 1001 COPY --from=builder /build/bin/operator-controller /operator-controller COPY --from=builder /tmp/build/olmv1-tests-ext.gz /usr/bin/olmv1-tests-ext.gz