From 277a75eb2e1e8adb331ea62add8f003154313604 Mon Sep 17 00:00:00 2001 From: istio-testing Date: Fri, 13 Feb 2026 05:40:57 +0000 Subject: [PATCH] Automator: update common-files@master in istio/ztunnel@master --- .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 8bed9cf0f0..e50c8795e5 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-011fa76a5d2c95261e3b6d31b44e3dc1e74d43bf", + "image": "gcr.io/istio-testing/build-tools:master-2ea15c610ef8a285f0e2b9f85243c1fcbb9aeebf", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 2509c04163..14f1a6a6ac 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -50d58c14d4984b40a1186e0e5f1c24729211d4e4 +752e4feaddb3c45f1c4399cc186e0e396035b626 diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 860962496a..15ae4fbb03 100755 --- a/common/scripts/setup_env.sh +++ b/common/scripts/setup_env.sh @@ -77,7 +77,7 @@ fi TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io} PROJECT_ID=${PROJECT_ID:-istio-testing} if [[ "${IMAGE_VERSION:-}" == "" ]]; then - IMAGE_VERSION=master-011fa76a5d2c95261e3b6d31b44e3dc1e74d43bf + IMAGE_VERSION=master-2ea15c610ef8a285f0e2b9f85243c1fcbb9aeebf fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools