From 8500ddaae12a0f705daf8292dde9ebc3bfd30fa7 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Fri, 28 Mar 2025 12:14:44 -0400 Subject: [PATCH] Automator: update common-files@release-1.23 in istio/istio.io@release-1.23 (#16367) --- .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 aa8437b99c..f70bdd32e1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "istio build-tools", - "image": "gcr.io/istio-testing/build-tools:release-1.23-e9f6190ae4240f32b09ae17d9ba10dedca34728b", + "image": "gcr.io/istio-testing/build-tools:release-1.23-b265937b07412250e397e94ba3109a76942fb371", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 549e38b667..30c6e967e6 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -1bb57f66637af6d290d38930c7c340b238ce8bec +7b1fe75640feb9bf1bce8c2c30fc762a6f075418 diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 867ef7e3cb..6266c765aa 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=release-1.23-e9f6190ae4240f32b09ae17d9ba10dedca34728b + IMAGE_VERSION=release-1.23-b265937b07412250e397e94ba3109a76942fb371 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools