From d579cdc1a8f9cfc727bb3cc483d175ebc41e9b81 Mon Sep 17 00:00:00 2001 From: darshansreenivas Date: Sat, 2 Aug 2025 09:48:23 -0700 Subject: [PATCH 1/2] migrate to registry.k8s.io from gcr.io --- 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..6a2167d76 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: 'registry.k8s.io/k8s-testimages/gcb-docker-gcloud:v20240718-5ef92b5c36' entrypoint: ./.cloudbuild.sh env: - GIT_TAG=${_GIT_TAG} From 64cd7568d907426874cd5ca5c25c3e066f102e3a Mon Sep 17 00:00:00 2001 From: darshansreenivas Date: Sat, 2 Aug 2025 09:56:02 -0700 Subject: [PATCH 2/2] update docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8afb867b3..b45c3f25a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM gcr.io/distroless/static:latest +FROM registry.k8s.io/distroless/static:latest LABEL maintainers="Kubernetes Authors" LABEL description="CSI External Provisioner" ARG binary=./bin/csi-provisioner