diff --git a/build/dependencies.yaml b/build/dependencies.yaml index f5b7f1786f9..70ae68d8f2d 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -220,3 +220,14 @@ dependencies: match: gcr.io\/cadvisor\/cadvisor:v\d+\.\d+\.\d+ - path: test/e2e_node/image_list.go mathc: gcr.io\/cadvisor\/cadvisor:v\d+\.\d+\.\d+ + + # GCB docker gcloud image + - name: "gcb-docker-gcloud: dependents" + version: v20221007-69e0da97ef + refPaths: + - path: build/pause/cloudbuild.yaml + match: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud + - path: cluster/images/etcd/cloudbuild.yaml + match: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud + - path: test/images/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 93abf089d61..2ae66f12e6f 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:v20210917-12df099d55' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-69e0da97ef' entrypoint: 'bash' dir: ./build/pause env: diff --git a/cluster/images/etcd/cloudbuild.yaml b/cluster/images/etcd/cloudbuild.yaml index 2639826db98..72ab22738c1 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:v20210917-12df099d55' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-69e0da97ef' entrypoint: 'bash' dir: ./cluster/images/etcd env: diff --git a/test/images/cloudbuild.yaml b/test/images/cloudbuild.yaml index 33784dce8ee..9d79d0775a4 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:v20210917-12df099d55' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-69e0da97ef' entrypoint: 'bash' dir: ./test/images/ env: