From 73c8d52b676506a07fff8b4acead1f3afb8f3491 Mon Sep 17 00:00:00 2001 From: amigo-nishant Date: Mon, 8 Jun 2026 19:05:13 +0530 Subject: [PATCH] build: update gcb-docker-gcloud to v20260205-38cfa9523f The old tag v20210917-12df099d55 has been GC'd by the staging-registry retention policy (kubernetes/k8s.io#525, kubernetes/k8s.io#8009), causing push-images jobs to fail with 'manifest unknown'. Update to a current tag and pin by digest for durability against future retention sweeps. Ref: kubernetes/kubernetes#138936 Signed-off-by: amigo-nishant --- 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 4bcffad3..ecf33fc8 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-staging-test-infra/gcb-docker-gcloud:v20210917-12df099d55' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud@sha256:ff388e0dc16351e96f8464e2e185b74a7578a5ccb7a112cf3393468e59e6e2d2' entrypoint: ./.cloudbuild.sh env: - GIT_TAG=${_GIT_TAG}