From 6c70a4aac27bcbed13f8430439fd7a8a27c1c287 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Thu, 12 Mar 2026 19:33:03 +0000 Subject: [PATCH] Updating ose-cluster-authentication-operator-container image to be consistent with ART for 4.19 Reconciling with https://github.com/openshift/ocp-build-data/tree/88a4fafd5dbfe8ba8ba2807f9e34fb0e69696178/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 48a2cddb65..7c45d5dd67 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -6,7 +6,7 @@ COPY . . ENV GO_PACKAGE github.com/openshift/cluster-authentication-operator RUN go build -ldflags "-X $GO_PACKAGE/pkg/version.versionFromGit=$(git describe --long --tags --abbrev=7 --match 'v[0-9]*')" -tags="${TAGS}" -o authentication-operator ./cmd/authentication-operator -FROM registry.ci.openshift.org/ocp/4.18:base-rhel9 +FROM registry.ci.openshift.org/ocp/4.19:base-rhel9 COPY --from=builder /go/src/github.com/openshift/cluster-authentication-operator/authentication-operator /usr/bin/ COPY manifests /manifests ENTRYPOINT ["/usr/bin/authentication-operator"]