From 2cb4f4f9e4ee9cace58c4db5a9a1e33f96a5804d Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Wed, 7 May 2025 14:17:44 -0400 Subject: [PATCH] Automator: update common-files@master in istio/istio.io@master (#16455) --- .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 c61736dd44..bf45b2bf42 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-d68f5530c9370501accb48f6473af8ec3e3af2d7", + "image": "gcr.io/istio-testing/build-tools:master-8de4bef4b8f35e6a4857ea9811db4c907549e5df", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 85b467b3e3..e008145bc7 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -e387816e7e777e9fb1d0dc076d6e5be35bfe3fd3 +530675c39041a80d9293746c792ce18daabf8e8b diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 6f761b3e1a..761cdf2710 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-d68f5530c9370501accb48f6473af8ec3e3af2d7 + IMAGE_VERSION=master-8de4bef4b8f35e6a4857ea9811db4c907549e5df fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools