From 1a32cd8b8f0a122fcd94e88609a046df7d09ce4d Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Wed, 15 May 2024 19:54:11 -0400 Subject: [PATCH] Automator: update common-files@master in istio/release-builder@master (#1848) --- .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 7dfdf306..b3be0ee8 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-ab5e3a1c30618c2f3df748bd0a955b1ce25c9bb3", + "image": "gcr.io/istio-testing/build-tools:master-62b37843401cf50e072f1d7f4d565730b708d642", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index dd18c9df..cca33e08 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -34f307a4a39de945cd418137dc1ebdf2d5088a58 +c042d933248a1754d5368aa59b6e2d3839797740 diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index b5843637..5c67ce2d 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-ab5e3a1c30618c2f3df748bd0a955b1ce25c9bb3 + IMAGE_VERSION=master-62b37843401cf50e072f1d7f4d565730b708d642 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools