From acac0bd77dc89812cff94ba36c03ad9452c403fb Mon Sep 17 00:00:00 2001 From: darshansreenivas Date: Tue, 7 Oct 2025 11:21:03 -0700 Subject: [PATCH 1/3] update us-docker.pkg.dev/k8s-artifacts-prod --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 1693df84b..340ba7cd9 100644 --- a/cloudbuild.yaml +++ b/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: 'us-docker.pkg.dev/k8s-artifacts-prod/test-infra/gcb-docker-gcloud:v20240718-5ef92b5c36' entrypoint: ./.cloudbuild.sh env: - GIT_TAG=${_GIT_TAG} From 364200f24d3f3a93192a8503ff185e71424a3b69 Mon Sep 17 00:00:00 2001 From: darshansreenivas Date: Tue, 14 Oct 2025 07:15:49 -0700 Subject: [PATCH 2/3] updating wrong image for testing --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 340ba7cd9..611f48c48 100644 --- a/cloudbuild.yaml +++ b/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: 'us-docker.pkg.dev/k8s-artifacts-prod/test-infra/gcb-docker-gcloud:v20240718-5ef92b5c36' + - name: 'us-docker.pkg.dev/k8s-artifacts-prod/test-infra/gcb-docker-gcloud:v20240718-5ef92b5c3' entrypoint: ./.cloudbuild.sh env: - GIT_TAG=${_GIT_TAG} From 6ed13049243f9a941247d9ec80e28fe187e14350 Mon Sep 17 00:00:00 2001 From: darshansreenivas Date: Tue, 14 Oct 2025 14:14:32 -0700 Subject: [PATCH 3/3] update the new image --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 611f48c48..85d9f1b82 100644 --- a/cloudbuild.yaml +++ b/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: 'us-docker.pkg.dev/k8s-artifacts-prod/test-infra/gcb-docker-gcloud:v20240718-5ef92b5c3' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud/gcb-docker-gcloud:v20240718-5ef92b5c36' entrypoint: ./.cloudbuild.sh env: - GIT_TAG=${_GIT_TAG}