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

This commit is contained in:
Istio Automation 2025-08-18 08:04:54 -04:00 committed by GitHub
parent 61ed6c8ee2
commit 6c22152636
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", "name": "istio build-tools",
"image": "gcr.io/istio-testing/build-tools:master-672e6089ff843019a2b28cf9e87754c7b74358ea", "image": "gcr.io/istio-testing/build-tools:master-a39ba92875c398c33ad71750eca7c4ff22ad2529",
"privileged": true, "privileged": true,
"remoteEnv": { "remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True", "USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
d235bc9f4a20f3c78c5aacbfa3f24d08a884a82e 8f38d3f0404c248fb007c887b6dbb391db634e90

View File

@ -75,7 +75,7 @@ fi
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io} TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
PROJECT_ID=${PROJECT_ID:-istio-testing} PROJECT_ID=${PROJECT_ID:-istio-testing}
if [[ "${IMAGE_VERSION:-}" == "" ]]; then if [[ "${IMAGE_VERSION:-}" == "" ]]; then
IMAGE_VERSION=master-672e6089ff843019a2b28cf9e87754c7b74358ea IMAGE_VERSION=master-a39ba92875c398c33ad71750eca7c4ff22ad2529
fi fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools IMAGE_NAME=build-tools