From ef62bca0b3c2f12922293e3dd6ef67fa787d2685 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Sat, 22 Apr 2023 06:28:36 +0000 Subject: [PATCH] UPSTREAM: : Updating ose-cluster-kube-cluster-api-operator images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/7575d251c23bb6784e1f762f3566c2770b051097/images/ose-cluster-kube-cluster-api-operator.yml --- .ci-operator.yaml | 2 +- openshift/Dockerfile.openshift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 9a3f7b8f..844f0d26 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/openshift/Dockerfile.openshift b/openshift/Dockerfile.openshift index a36b8a24..3bbc1a08 100644 --- a/openshift/Dockerfile.openshift +++ b/openshift/Dockerfile.openshift @@ -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 WORKDIR /build COPY . .