From 6d461e712e49e62f7a518b6ec03183105fe8add9 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Wed, 18 Oct 2023 10:00:39 -0700 Subject: [PATCH] Automator: update common-files@master in istio/release-builder@master (#1671) --- .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 64913156..99dbc3da 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-ff93080f0b66b1649fd6f3bfa6b63f74be377937", + "image": "gcr.io/istio-testing/build-tools:master-b91a7d440986fd960ff8562554fc95413d163d90", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 122ba677..565289b1 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -0513cef0a5543933ff912ec39f17310606bfd652 +67b8114d6f8d187d2f4650991a1cb5e9bf167b10 diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index d3451a09..e77c678a 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-ff93080f0b66b1649fd6f3bfa6b63f74be377937 + IMAGE_VERSION=master-b91a7d440986fd960ff8562554fc95413d163d90 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools