From c36cb8ed16fb9c302e10b642c912e02bcd4abd6c Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Thu, 16 Jan 2025 11:35:54 -0500 Subject: [PATCH] Automator: update common-files@master in istio/istio.io@master (#16177) --- .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 ce531b7944..e73d8868f4 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-18659ab5deb644ab728206113deffe161b181dbf", + "image": "gcr.io/istio-testing/build-tools:master-e02796cba1a2e48e50a8d09c60f9c6140b8a41ba", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 0bb23b5e4b..50e784064f 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -1b8e05315fc4e40c5ac95ac4e828bda265f80e12 +09704d7c4b708d76ef91b1a1b091679a37def6bf diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 1bc9bde45c..0dcf0ce13a 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-18659ab5deb644ab728206113deffe161b181dbf + IMAGE_VERSION=master-e02796cba1a2e48e50a8d09c60f9c6140b8a41ba fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools