From 2e247fb48e87a4054105cddd0766b4c526093038 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Sat, 17 Jan 2026 14:58:29 +0000 Subject: [PATCH] Updating ose-cluster-authentication-operator-container image to be consistent with ART for 4.22 Reconciling with https://github.com/openshift/ocp-build-data/tree/37a25cc2e6eec9883ae439d785f89ab3f6cb2f51/images/ose-cluster-authentication-operator.yml --- Dockerfile.rhel7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index c2fee6d34..0140884ba 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -8,7 +8,7 @@ RUN go build -ldflags "-X $GO_PACKAGE/pkg/version.versionFromGit=$(git describe RUN make build --warn-undefined-variables \ && gzip cluster-authentication-operator-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/cluster-authentication-operator/authentication-operator /usr/bin/ COPY --from=builder /go/src/github.com/openshift/cluster-authentication-operator/cluster-authentication-operator-tests-ext.gz /usr/bin/ COPY manifests /manifests