From 85c385d41017f7f6f104b4a961e6475709cd1662 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Thu, 3 Aug 2023 00:04:26 +0530 Subject: [PATCH] Update the container images used in cloudbuild to their latest version This carry below GOLLANG_VERSION which got many CVE fixes: /workspace # echo $GOLANG_VERSION 1.20.5 /workspace # CVE-2023-29403 and Go issue https://go.dev/issue/60272. CVE-2023-29404 and CVE-2023-29405: Go issues https://go.dev/issue/60305 and https://go.dev/issue/60306 CVE-2023-29402 and Go issue https://go.dev/issue/60167 Signed-off-by: Humble Chirammal --- build/dependencies.yaml | 2 +- build/pause/cloudbuild.yaml | 2 +- cluster/images/etcd/cloudbuild.yaml | 2 +- test/images/cloudbuild.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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: