Skip to content

Commit 3b1a63c

Browse files
authored
Merge pull request #2691 from Nordix/lentzi90/cloudbuild-image-bump
🌱 Bump cloudbuild image
2 parents bdb9cfc + c5e36b0 commit 3b1a63c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudbuild-nightly.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:v20241229-5dc092c636'
7+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079'
88
entrypoint: make
99
env:
1010
- DOCKER_CLI_EXPERIMENTAL=enabled

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
# docker run --rm -it -v $(pwd):/workspace gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:${TAG}
99
# make clean # make sure we have something to build
1010
# make staging-manifests
11-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d'
11+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079'
1212
entrypoint: make
1313
env:
1414
- DOCKER_CLI_EXPERIMENTAL=enabled

0 commit comments

Comments
 (0)