From e480f024ef2884989973bca6b1f0d0b7e8953c98 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Wed, 9 Sep 2020 17:39:43 -0300 Subject: [PATCH] Update cloudbuild jobs --- cloudbuild.yaml | 2 +- images/cfssl/cloudbuild.yaml | 2 +- images/echo/cloudbuild.yaml | 2 +- images/fastcgi-helloserver/cloudbuild.yaml | 2 +- images/httpbin/cloudbuild.yaml | 2 +- images/nginx/cloudbuild.yaml | 2 +- images/test-runner/cloudbuild.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 3071a92da..483f59501 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:v20200422-b25d964' + - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db' entrypoint: bash env: - DOCKER_CLI_EXPERIMENTAL=enabled diff --git a/images/cfssl/cloudbuild.yaml b/images/cfssl/cloudbuild.yaml index 2a8f7da65..66b227847 100644 --- a/images/cfssl/cloudbuild.yaml +++ b/images/cfssl/cloudbuild.yaml @@ -2,7 +2,7 @@ timeout: 600s options: substitution_option: ALLOW_LOOSE steps: - - name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4 + - name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db entrypoint: bash env: - DOCKER_CLI_EXPERIMENTAL=enabled diff --git a/images/echo/cloudbuild.yaml b/images/echo/cloudbuild.yaml index 1012fa9ff..82281b058 100644 --- a/images/echo/cloudbuild.yaml +++ b/images/echo/cloudbuild.yaml @@ -2,7 +2,7 @@ timeout: 1200s options: substitution_option: ALLOW_LOOSE steps: - - name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4 + - name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db entrypoint: bash env: - DOCKER_CLI_EXPERIMENTAL=enabled diff --git a/images/fastcgi-helloserver/cloudbuild.yaml b/images/fastcgi-helloserver/cloudbuild.yaml index 2a8f7da65..66b227847 100644 --- a/images/fastcgi-helloserver/cloudbuild.yaml +++ b/images/fastcgi-helloserver/cloudbuild.yaml @@ -2,7 +2,7 @@ timeout: 600s options: substitution_option: ALLOW_LOOSE steps: - - name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4 + - name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db entrypoint: bash env: - DOCKER_CLI_EXPERIMENTAL=enabled diff --git a/images/httpbin/cloudbuild.yaml b/images/httpbin/cloudbuild.yaml index cf65df001..458dbc348 100644 --- a/images/httpbin/cloudbuild.yaml +++ b/images/httpbin/cloudbuild.yaml @@ -4,7 +4,7 @@ options: # job builds a multi-arch docker image for amd64,arm,arm64 and s390x. machineType: N1_HIGHCPU_8 steps: - - name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4 + - name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db entrypoint: bash env: - DOCKER_CLI_EXPERIMENTAL=enabled diff --git a/images/nginx/cloudbuild.yaml b/images/nginx/cloudbuild.yaml index 691e8586f..0201403b4 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:v20200619-68869a4 + - name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db entrypoint: bash env: - DOCKER_CLI_EXPERIMENTAL=enabled diff --git a/images/test-runner/cloudbuild.yaml b/images/test-runner/cloudbuild.yaml index 1012fa9ff..82281b058 100644 --- a/images/test-runner/cloudbuild.yaml +++ b/images/test-runner/cloudbuild.yaml @@ -2,7 +2,7 @@ timeout: 1200s options: substitution_option: ALLOW_LOOSE steps: - - name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4 + - name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db entrypoint: bash env: - DOCKER_CLI_EXPERIMENTAL=enabled