From bbd5cfe196e0ad88c0587fb5df4dc96cdd19b2dc Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Mon, 15 Apr 2024 11:24:37 -0700 Subject: [PATCH] Automator: update common-files@master in istio/release-builder@master (#1814) --- .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 bc97706d..552ead2b 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-bc6f7ee13496c765fc37b746dfd66c48428e5e0d", + "image": "gcr.io/istio-testing/build-tools:master-9460c357bef20580043ff07bef9a3a489431b380", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index bc2058d2..3ce05a41 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -c42aaaa46ec1a01d74a295c5203e39648e260bce +71e0b2154c35851147dd86d1dd71a0fbdcb54662 diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index c1aca511..5eb421cc 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-bc6f7ee13496c765fc37b746dfd66c48428e5e0d + IMAGE_VERSION=master-9460c357bef20580043ff07bef9a3a489431b380 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools