Skip to content

Commit 8361522

Browse files
authored
Merge pull request kubernetes#125108 from BenTheElder/gcb-docker-gcloud
update gcb-docker-gcloud to latest, and pin digest
2 parents e5a98f8 + 043da71 commit 8361522

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ dependencies:
271271

272272
# GCB docker gcloud image
273273
- name: "gcb-docker-gcloud: dependents"
274-
version: v20230623-56e06d7c18
274+
version: v20240523-a15ad90fc9@sha256:bb04162508c2c61637eae700a0d8e8c8be8f2d4c831d2b75e59db2d4dd6cf75d
275275
refPaths:
276276
- path: build/pause/cloudbuild.yaml
277277
match: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud

build/pause/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ options:
44
substitution_option: ALLOW_LOOSE
55
machineType: 'N1_HIGHCPU_8'
66
steps:
7-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230623-56e06d7c18'
7+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9@sha256:bb04162508c2c61637eae700a0d8e8c8be8f2d4c831d2b75e59db2d4dd6cf75d'
88
entrypoint: 'bash'
99
dir: ./build/pause
1010
env:

cluster/images/etcd/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ options:
44
substitution_option: ALLOW_LOOSE
55
machineType: 'N1_HIGHCPU_8'
66
steps:
7-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230623-56e06d7c18'
7+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9@sha256:bb04162508c2c61637eae700a0d8e8c8be8f2d4c831d2b75e59db2d4dd6cf75d'
88
entrypoint: 'bash'
99
dir: ./cluster/images/etcd
1010
env:

test/images/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ options:
99
substitution_option: ALLOW_LOOSE
1010
machineType: 'N1_HIGHCPU_8'
1111
steps:
12-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230623-56e06d7c18'
12+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9@sha256:bb04162508c2c61637eae700a0d8e8c8be8f2d4c831d2b75e59db2d4dd6cf75d'
1313
entrypoint: 'bash'
1414
dir: ./test/images/
1515
env:

0 commit comments

Comments
 (0)