Skip to content

Commit 944d36f

Browse files
committed
Update cloudbuild gcb-docker-gcloud image
1 parent 9fe3ce1 commit 944d36f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ timeout: 1800s
44
options:
55
substitution_option: ALLOW_LOOSE
66
steps:
7-
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db'
7+
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f'
88
entrypoint: bash
99
env:
1010
- DOCKER_CLI_EXPERIMENTAL=enabled

images/cfssl/cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ timeout: 600s
22
options:
33
substitution_option: ALLOW_LOOSE
44
steps:
5-
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
5+
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f
66
entrypoint: bash
77
env:
88
- DOCKER_CLI_EXPERIMENTAL=enabled

images/echo/cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ timeout: 1200s
22
options:
33
substitution_option: ALLOW_LOOSE
44
steps:
5-
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
5+
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f
66
entrypoint: bash
77
env:
88
- DOCKER_CLI_EXPERIMENTAL=enabled

images/fastcgi-helloserver/cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ timeout: 600s
22
options:
33
substitution_option: ALLOW_LOOSE
44
steps:
5-
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
5+
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f
66
entrypoint: bash
77
env:
88
- DOCKER_CLI_EXPERIMENTAL=enabled

images/httpbin/cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ options:
44
# job builds a multi-arch docker image for amd64,arm,arm64 and s390x.
55
machineType: N1_HIGHCPU_8
66
steps:
7-
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
7+
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f
88
entrypoint: bash
99
env:
1010
- DOCKER_CLI_EXPERIMENTAL=enabled

images/nginx/cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ options:
44
# job builds a multi-arch docker image for amd64,arm,arm64 and s390x.
55
machineType: N1_HIGHCPU_32
66
steps:
7-
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
7+
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f
88
entrypoint: bash
99
env:
1010
- DOCKER_CLI_EXPERIMENTAL=enabled

images/test-runner/cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ timeout: 1200s
22
options:
33
substitution_option: ALLOW_LOOSE
44
steps:
5-
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
5+
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f
66
entrypoint: bash
77
env:
88
- DOCKER_CLI_EXPERIMENTAL=enabled

0 commit comments

Comments
 (0)