From 44f8432960eb8661def6397f4dccede88a5504aa Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Tue, 18 Apr 2023 21:17:27 +0000 Subject: [PATCH] Updating operator-registry images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/4226a9050f3e0ecf87c4ec509072192f7a6e965e/images/operator-registry.yml --- .ci-operator.yaml | 2 +- operator-registry.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 9a3f7b8fbf..844f0d26ad 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.19-openshift-4.14 + tag: rhel-8-release-golang-1.20-openshift-4.14 diff --git a/operator-registry.Dockerfile b/operator-registry.Dockerfile index 08d28009fb..f9f0fff2f1 100644 --- a/operator-registry.Dockerfile +++ b/operator-registry.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.14 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.14 AS builder ENV GOPATH /go ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH