Skip to content

Commit 6697789

Browse files
authored
Merge pull request #2910 from kubernetes/update-e2e-push-images
Update the images used to push E2E images
2 parents 1e57aca + 4ae443c commit 6697789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ options:
44
substitution_option: ALLOW_LOOSE
55
machineType: E2_HIGHCPU_8
66
steps:
7-
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230206-8160eea68e
7+
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079
88
id: push-images
99
entrypoint: bash
1010
env:
@@ -20,7 +20,7 @@ steps:
2020
# Build and push every image except e2e-test
2121
make all-push ALL_ARCH="amd64 arm64" \
2222
CONTAINER_BINARIES="glbc 404-server 404-server-with-metrics echo fuzzer"
23-
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230206-8160eea68e
23+
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079
2424
id: push-e2e-test-image
2525
entrypoint: bash
2626
env:

0 commit comments

Comments
 (0)