From 3ad1bdf3d0e27c8ccea53d515c24771e25c5b694 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Wed, 7 Aug 2024 15:48:26 -0400 Subject: [PATCH] Automator: update common-files@master in istio/bots@master (#861) --- .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 21e8006d..99d5ed22 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-bd2675baa6f966227102aee9f9a275791eda69e5", + "image": "gcr.io/istio-testing/build-tools:master-8cdcac292440a2a4c5b6ebaba49bcea2d57d4ecd", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 6b22e902..c403b762 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -3926bf5f9f5c434b5d735986128648b7ba354abb +1fe6cb1a83a24ea5d1c43471e9862087eb7e1c82 diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index e4324a5a..8f6fa12e 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-bd2675baa6f966227102aee9f9a275791eda69e5 + IMAGE_VERSION=master-8cdcac292440a2a4c5b6ebaba49bcea2d57d4ecd fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools