From edf40d9f23fe2ddb218e758b4b4d5f9ab33b0567 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Sat, 16 Dec 2023 09:18:44 +0000 Subject: [PATCH] Updating openstack-cluster-api-controllers-container image to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/4022cd290f00a44d667dda03f2d78d84a488c7ed/images/openstack-cluster-api-controllers.yml --- .ci-operator.yaml | 2 +- Dockerfile.rhel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 7e23a1e559..38718883ba 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.20-openshift-4.16 + tag: rhel-8-release-golang-1.21-openshift-4.16 diff --git a/Dockerfile.rhel b/Dockerfile.rhel index 8079f53cc9..96c6597977 100644 --- a/Dockerfile.rhel +++ b/Dockerfile.rhel @@ -13,7 +13,7 @@ # limitations under the License. # Build the manager binary -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.16 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16 AS builder WORKDIR /workspace # Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy