From b693c7847226421f0c113d1c005191a27c79c92f Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Tue, 9 Jan 2024 16:17:46 -0800 Subject: [PATCH] Automator: update common-files@master in istio/api@master (#3039) --- .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 fb30cf7e477..82b7903bf23 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-d19a612f1d5c17e3eda30353ef3ba2fbdf53a453", + "image": "gcr.io/istio-testing/build-tools:master-97049c90d949fc4bad6e0772187d25f7781d6c95", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 87871910058..1b235e948a6 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -a9eefd61e70d02dac5c27ad235ed27775805a6d3 +d8854ad13b4954a46aeba2749d3201b2b5b6e032 diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 13527070831..281eeffe2dc 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-d19a612f1d5c17e3eda30353ef3ba2fbdf53a453 + IMAGE_VERSION=master-97049c90d949fc4bad6e0772187d25f7781d6c95 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools