From cc05e6259edf5a5a1838443d56df9987320661c3 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Thu, 25 Jan 2024 09:25:33 -0800 Subject: [PATCH] Automator: update common-files@master in istio/api@master (#3068) --- .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 b87002334f8..0fb83ff45b6 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-19f0fb6c28d080531991023434dfadb2687444e2", + "image": "gcr.io/istio-testing/build-tools:master-41f3904fd1dcf6e138a5886355074e3be4de79d7", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index bcaf5b795ae..06c936209a4 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -1f7ce310688a91fa34b704db34a2ccda43b50073 +f01de37d08e514b8916ec7f52ede99245d50acaa diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 8ecc5e3f41a..5d9d365244f 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-19f0fb6c28d080531991023434dfadb2687444e2 + IMAGE_VERSION=master-41f3904fd1dcf6e138a5886355074e3be4de79d7 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools