From 405bf0a1a26230e2a9c6bb249ffc68f49a11a91c Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Mon, 11 Sep 2023 14:39:29 -0700 Subject: [PATCH] Automator: update common-files@master in istio/api@master (#2929) --- .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 14d5328fc1a..65cf53c767f 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-415d8353c095cdc3cb100d23fe4cb8e60611d3b4", + "image": "gcr.io/istio-testing/build-tools:master-19ea6974be75ee10364d3c1e14117e528cbc0f42", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 43c53145b6d..238657cee27 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -2ee939cc6992070d1264dd6d0b5cc21d33dcfa2c +6738fd242ecd7564e6c5c3c7277c0cde106d29be diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 2e891f6af06..e7cf8d6c1ca 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-415d8353c095cdc3cb100d23fe4cb8e60611d3b4 + IMAGE_VERSION=master-19ea6974be75ee10364d3c1e14117e528cbc0f42 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools