From 7e1e217a430e180fabe8c15c2a1d0962b7a9f654 Mon Sep 17 00:00:00 2001 From: retornam Date: Fri, 6 Jun 2025 10:46:40 -0700 Subject: [PATCH] chore: migrate from gcr.io/k8s-testimages repo Address issues/921 by migrating from gcr.io/k8s-testimages to gcr.io/k8s-staging-test-infra Signed-off-by: Raymond Etornam --- release-tools/cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-tools/cloudbuild.yaml b/release-tools/cloudbuild.yaml index 1693df84b..a6f86fa3a 100644 --- a/release-tools/cloudbuild.yaml +++ b/release-tools/cloudbuild.yaml @@ -26,7 +26,7 @@ steps: # The image must contain bash and curl. Ideally it should also contain # the desired version of Go (currently defined in release-tools/prow.sh), # but that just speeds up the build and is not required. - - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20240718-5ef92b5c36' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240718-5ef92b5c36' entrypoint: ./.cloudbuild.sh env: - GIT_TAG=${_GIT_TAG}