Automator: update common-files@master in istio/istio.io@master (#16495)

This commit is contained in:
Istio Automation 2025-05-15 14:20:14 -04:00 committed by GitHub
parent 3be9076cc1
commit ccc780f4f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "istio build-tools",
"image": "gcr.io/istio-testing/build-tools:master-ad62c06c1bc16a88743df338ec45a297ea9fcd91",
"image": "gcr.io/istio-testing/build-tools:master-e55cb3f9967290bfb749f97c35db81bcdb04451d",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
919afe40850e6735326529d12ed1a3aa192444d0
3ba8e7b5084a695e9380da530ef13e671f3408aa

View File

@ -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-ad62c06c1bc16a88743df338ec45a297ea9fcd91
IMAGE_VERSION=master-e55cb3f9967290bfb749f97c35db81bcdb04451d
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools