From 6154ec5bc8414ffb6484eee8a00e65cf5a314d6a Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Tue, 7 Jan 2025 17:39:02 -0500 Subject: [PATCH] Automator: update common-files@master in istio/istio.io@master (#16156) --- .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 322715dec7..04bc54e6c3 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-a80b0e43255eca1b0094d203f57fed148e1f5cae", + "image": "gcr.io/istio-testing/build-tools:master-6e3c5ef9f21b63364ce5eabe115ee000a9f012b7", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index bf43b3f0e6..21427b3605 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -2bfb96495257f59294482bbe8c03f72956ef3f94 +216cb63e2dfce4f80e3e4dc5d6bdf8a59a57493f diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 72ba548e42..b739be6118 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-a80b0e43255eca1b0094d203f57fed148e1f5cae + IMAGE_VERSION=master-6e3c5ef9f21b63364ce5eabe115ee000a9f012b7 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools