diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 9e8b6a6f1f9..41cdd5a19d9 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -250,7 +250,7 @@ dependencies: # GCB docker gcloud image - name: "gcb-docker-gcloud: dependents" - version: v20221007-69e0da97ef + version: v20230623-56e06d7c18 refPaths: - path: build/pause/cloudbuild.yaml match: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud diff --git a/build/pause/cloudbuild.yaml b/build/pause/cloudbuild.yaml index 2ae66f12e6f..360b0ef9272 100644 --- a/build/pause/cloudbuild.yaml +++ b/build/pause/cloudbuild.yaml @@ -4,7 +4,7 @@ options: substitution_option: ALLOW_LOOSE machineType: 'N1_HIGHCPU_8' steps: - - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-69e0da97ef' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230623-56e06d7c18' entrypoint: 'bash' dir: ./build/pause env: diff --git a/cluster/images/etcd/cloudbuild.yaml b/cluster/images/etcd/cloudbuild.yaml index 72ab22738c1..bda8a09bb50 100644 --- a/cluster/images/etcd/cloudbuild.yaml +++ b/cluster/images/etcd/cloudbuild.yaml @@ -4,7 +4,7 @@ options: substitution_option: ALLOW_LOOSE machineType: 'N1_HIGHCPU_8' steps: - - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-69e0da97ef' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230623-56e06d7c18' entrypoint: 'bash' dir: ./cluster/images/etcd env: diff --git a/test/images/cloudbuild.yaml b/test/images/cloudbuild.yaml index 9d79d0775a4..8de5daf0136 100644 --- a/test/images/cloudbuild.yaml +++ b/test/images/cloudbuild.yaml @@ -9,7 +9,7 @@ options: substitution_option: ALLOW_LOOSE machineType: 'N1_HIGHCPU_8' steps: - - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-69e0da97ef' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230623-56e06d7c18' entrypoint: 'bash' dir: ./test/images/ env: