From c0404c8a1aae2e1396cc40e7b9b84034493411f6 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Thu, 2 May 2024 09:20:42 -0700 Subject: [PATCH] Automator: update common-files@master in istio/release-builder@master (#1836) --- .devcontainer/devcontainer.json | 2 +- common/.commonfiles.sha | 2 +- common/scripts/setup_env.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0d0fb7d3..929a1de1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "istio build-tools", - "image": "gcr.io/istio-testing/build-tools:master-0a3e32bcf545d54c5dcc3833b1ecfd911b5533a2", + "image": "gcr.io/istio-testing/build-tools:master-b0f2fd3b4240c8178b14de4689d0e663e11868ff", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index a9c5cca6..8e4bddc9 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -34d5536164dfc75b4a087666aaf733947c87e076 +9b0662d46a5fb575854cea114b54376bf73c4297 diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index f689399d..1b2fc7fe 100755 --- a/common/scripts/setup_env.sh +++ b/common/scripts/setup_env.sh @@ -75,7 +75,7 @@ fi TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io} PROJECT_ID=${PROJECT_ID:-istio-testing} if [[ "${IMAGE_VERSION:-}" == "" ]]; then - IMAGE_VERSION=master-0a3e32bcf545d54c5dcc3833b1ecfd911b5533a2 + IMAGE_VERSION=master-b0f2fd3b4240c8178b14de4689d0e663e11868ff fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools