From 40ec227223fd3c14fb034ef376f9d184527b44a0 Mon Sep 17 00:00:00 2001 From: Vince Prignano Date: Fri, 19 Jun 2020 13:41:56 -0700 Subject: [PATCH] :seedling: Update gcloud image for cloudbuild Signed-off-by: Vince Prignano --- cloudbuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 1be93e22d926..a14fdf25b1ed 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -4,7 +4,7 @@ options: substitution_option: ALLOW_LOOSE machineType: 'N1_HIGHCPU_8' steps: - - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964' + - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4' entrypoint: make env: - DOCKER_CLI_EXPERIMENTAL=enabled @@ -12,7 +12,7 @@ steps: - PULL_BASE_REF=$_PULL_BASE_REF args: - release-staging - - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964' + - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4' dir: 'test/infrastructure/docker' entrypoint: make env: