From 3a7350a80bf2e3b57d3eab654948c97ec9ae78c4 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Thu, 30 May 2024 19:07:06 -0400 Subject: [PATCH] Automator: update common-files@master in istio/release-builder@master (#1854) --- .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 20ba5e19..045709fc 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-4f4e6c25bef11db5adfea9d1e41dfaa55bf1ed53", + "image": "gcr.io/istio-testing/build-tools:master-19ae86d66a54c72ca3041ff75677b630083b8463", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 1899a8e0..ae1a70dd 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -64ba238e3d30861636b5ee820bba64e86b1633b5 +6124a75104420ebb060219371aee01e9b7b905be diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index e822cfa5..c826b916 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-4f4e6c25bef11db5adfea9d1e41dfaa55bf1ed53 + IMAGE_VERSION=master-19ae86d66a54c72ca3041ff75677b630083b8463 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools