From 7f1f1210c5dd590c98b0b22fb788bb5432302762 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Sat, 16 Dec 2023 18:16:40 +0000 Subject: [PATCH] UPSTREAM: : Updating ose-gcp-pd-csi-driver-container image to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/4022cd290f00a44d667dda03f2d78d84a488c7ed/images/ose-gcp-pd-csi-driver.yml --- .ci-operator.yaml | 2 +- Dockerfile.openshift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index e2fbe8182..a83f0f843 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-9-release-golang-1.20-openshift-4.16 + tag: rhel-9-release-golang-1.21-openshift-4.16 diff --git a/Dockerfile.openshift b/Dockerfile.openshift index aaf7d9e82..db19126aa 100644 --- a/Dockerfile.openshift +++ b/Dockerfile.openshift @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.16 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 AS builder WORKDIR /go/src/github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver COPY . . # Skip Windows driver build