From ec6e19a6c2e97ed088de53a9c196d624a564fcc8 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Fri, 12 Sep 2025 20:31:11 +0000 Subject: [PATCH] Updating operator-registry-container image to be consistent with ART for 4.21 Reconciling with https://github.com/openshift/ocp-build-data/tree/1097a63a576d216981abbff7a60c4c5da67d1644/images/operator-registry.yml --- operator-registry.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/operator-registry.Dockerfile b/operator-registry.Dockerfile index 6e76933634..1808283bde 100644 --- a/operator-registry.Dockerfile +++ b/operator-registry.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder ENV GOPATH /go ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH @@ -11,7 +11,7 @@ RUN make build/registry cross # copy and build vendored grpc_health_probe RUN CGO_ENABLED=0 go build -mod=vendor -tags netgo -ldflags "-w" ./vendor/github.com/grpc-ecosystem/grpc-health-probe/... -FROM registry.ci.openshift.org/ocp/4.20:base-rhel9 +FROM registry.ci.openshift.org/ocp/4.21:base-rhel9 COPY --from=builder /src/bin/* /bin/registry/ COPY --from=builder /src/grpc-health-probe /bin/grpc_health_probe