From bd6528211e4197fa9247ccfbe3d7b6473e09143e Mon Sep 17 00:00:00 2001 From: Ricardo Katz Date: Thu, 2 Sep 2021 16:15:46 -0300 Subject: [PATCH] Changing gcb builder (#7584) --- cloudbuild.yaml | 2 +- images/nginx/cloudbuild.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 8dead6df3..22f4771bb 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -4,7 +4,7 @@ timeout: 1800s options: substitution_option: ALLOW_LOOSE steps: - - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f' + - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20210722-085d930' entrypoint: bash env: - DOCKER_CLI_EXPERIMENTAL=enabled diff --git a/images/nginx/cloudbuild.yaml b/images/nginx/cloudbuild.yaml index ba09d2acd..c5aca043e 100644 --- a/images/nginx/cloudbuild.yaml +++ b/images/nginx/cloudbuild.yaml @@ -4,7 +4,7 @@ options: # job builds a multi-arch docker image for amd64,arm,arm64 and s390x. machineType: N1_HIGHCPU_32 steps: - - name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f + - name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20210722-085d930 entrypoint: bash env: - DOCKER_CLI_EXPERIMENTAL=enabled