From eb3480b47045cb5b21e3d6c1767afe0da3f4f16d Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Wed, 6 Sep 2023 14:24:54 -0700 Subject: [PATCH] Automator: update common-files@master in istio/api@master (#2925) --- .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 70205e6d6bf..14d5328fc1a 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-dfedc8d689da03c57793a8e62e75a6bc36d2ae07", + "image": "gcr.io/istio-testing/build-tools:master-415d8353c095cdc3cb100d23fe4cb8e60611d3b4", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index c7a42928a64..43c53145b6d 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -23b438ddb640faacc7da4e9a954faa96f783059c +2ee939cc6992070d1264dd6d0b5cc21d33dcfa2c diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index afab1ada102..2e891f6af06 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-dfedc8d689da03c57793a8e62e75a6bc36d2ae07 + IMAGE_VERSION=master-415d8353c095cdc3cb100d23fe4cb8e60611d3b4 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools