From 73cbcab392e881439fe00bfd4ac3d003a95c0ddf Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Thu, 8 Dec 2022 03:43:03 +0000 Subject: [PATCH] Updating operator-registry images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/61541c1c730569d20db98c885bb07d7ee96e648c/images/operator-registry.yml --- .ci-operator.yaml | 2 +- operator-registry.Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index a4eb6d9654..3189dd712e 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-8-release-golang-1.18-openshift-4.12 + tag: rhel-8-release-golang-1.19-openshift-4.13 diff --git a/operator-registry.Dockerfile b/operator-registry.Dockerfile index dd377ae9b2..e3dcf443a9 100644 --- a/operator-registry.Dockerfile +++ b/operator-registry.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.13 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.12:base +FROM registry.ci.openshift.org/ocp/4.13:base COPY --from=builder /src/bin/* /bin/registry/ COPY --from=builder /src/grpc-health-probe /bin/grpc_health_probe