From 1d0b30fd03f89c40f38a4e316bcf4664c95b88be Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Thu, 2 Jan 2025 17:22:55 -0500 Subject: [PATCH] Automator: update common-files@master in istio/istio.io@master (#16141) --- .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 86482a3cf1..c44e85008f 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-263c9e409744a0efcf5f052ea3b203e069707454", + "image": "gcr.io/istio-testing/build-tools:master-3f0f221437f9109c83e5dc5120fd9f185bbb3307", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 7c1af29b1d..38b5c407e6 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -af9ad65a72341ca5c10fa71042ffee5cac3b190c +fbf428737bbf45dbdf0041c2968d28e2f4afca5d diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 658b038493..f63ff4d2dc 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-263c9e409744a0efcf5f052ea3b203e069707454 + IMAGE_VERSION=master-3f0f221437f9109c83e5dc5120fd9f185bbb3307 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools