Skip to content

Commit 9957249

Browse files
committed
use k8s-staging-test-infra/gcb-docker-gcloud
Related: - Part of: kubernetes/k8s.io#1523 - Followup of: kubernetes/test-infra#23656 Use a version of gcb-docker-gcloud that is hosted in a community repo instead of a google.com-owned repo. Signed-off-by: Arnaud Meukam <[email protected]>
1 parent d41f8cc commit 9957249

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudbuild-nightly.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ timeout: 3000s
33
options:
44
substitution_option: ALLOW_LOOSE
55
steps:
6-
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20210331-c732583'
6+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211013-1be7868d8b'
77
entrypoint: make
88
env:
99
- DOCKER_CLI_EXPERIMENTAL=enabled

cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ timeout: 3000s
33
options:
44
substitution_option: ALLOW_LOOSE
55
steps:
6-
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20210331-c732583'
6+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211013-1be7868d8b'
77
entrypoint: make
88
env:
99
- DOCKER_CLI_EXPERIMENTAL=enabled

0 commit comments

Comments
 (0)