From 38e72591d32a7a7afbcfacd6f312d01528c7562d Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Thu, 9 May 2024 09:07:52 -0700 Subject: [PATCH] Automator: update common-files@master in istio/ztunnel@master (#1034) --- .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 929a1de1d..f4722c611 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-b0f2fd3b4240c8178b14de4689d0e663e11868ff", + "image": "gcr.io/istio-testing/build-tools:master-5aaefda47e784752b1850e28d8f8ae4f176850c8", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 72ae799ee..6619cc5e3 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -45116a5ae0ed56f80a178d66e4cb33a0bf4f80ca +bedafce1e6b24b587acd6d7ccd13ec1a87537b21 diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 1b2fc7fe1..33603f452 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-b0f2fd3b4240c8178b14de4689d0e663e11868ff + IMAGE_VERSION=master-5aaefda47e784752b1850e28d8f8ae4f176850c8 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools