From 60454d019c562eebdf0242bc49a26df6ac132fb1 Mon Sep 17 00:00:00 2001 From: istio-testing Date: Wed, 7 Aug 2024 15:09:06 +0000 Subject: [PATCH] Automator: update common-files@master in istio/bots@master --- .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 7398520f..21e8006d 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-4e0da7275ef5243296e248dc86716a8d804bcbb0", + "image": "gcr.io/istio-testing/build-tools:master-bd2675baa6f966227102aee9f9a275791eda69e5", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 13f222ca..6b22e902 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -19efafdf6964bf156705355cee2ec73c31d0a5b5 +3926bf5f9f5c434b5d735986128648b7ba354abb diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index bdb0413e..e4324a5a 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-4e0da7275ef5243296e248dc86716a8d804bcbb0 + IMAGE_VERSION=master-bd2675baa6f966227102aee9f9a275791eda69e5 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools