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

This commit is contained in:
Istio Automation 2025-02-13 16:35:45 -05:00 committed by GitHub
parent c7d09373f6
commit f44c87f521
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-729445273a43b5d6b2813b14c787fb5903965d04",
"image": "gcr.io/istio-testing/build-tools:master-3535f531f113c809b681e16eef20222bda221ab1",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
bcf78820ae73e00c1e21ad9212b046905a7bfe8b
8c929aaefacb115e6c0671eeb6daab1e1367d56c

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-729445273a43b5d6b2813b14c787fb5903965d04
IMAGE_VERSION=master-3535f531f113c809b681e16eef20222bda221ab1
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools