From f749e66e8e77ebb418f3dfdf1dc5a8851e5b0c1f Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Tue, 16 Nov 2021 13:35:14 +0000 Subject: [PATCH] Updating ose-gcp-cloud-controller-manager images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/c455a13625cb62006338908e9fc2d4fdeb8aa1b5/images/ose-gcp-cloud-controller-manager.yml --- openshift-hack/images/Dockerfile.openshift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openshift-hack/images/Dockerfile.openshift b/openshift-hack/images/Dockerfile.openshift index 35b7240e83..e9a46efb31 100644 --- a/openshift-hack/images/Dockerfile.openshift +++ b/openshift-hack/images/Dockerfile.openshift @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10 AS builder WORKDIR /build COPY . . @@ -7,7 +7,7 @@ RUN CGO_ENABLED=0 GOOS=${GOOS} GOPROXY=${GOPROXY} go build \ -o=gcp-cloud-controller-manager \ ./cmd/cloud-controller-manager -FROM registry.ci.openshift.org/ocp/4.9:base +FROM registry.ci.openshift.org/ocp/4.10:base LABEL description="GCP Cloud Controller Manager"