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

This commit is contained in:
Istio Automation 2025-03-31 15:05:46 -04:00 committed by GitHub
parent 373cce3fbd
commit 1fce0b38d8
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-4118cfc2b385ebb43ead1f845f744f27e392398b", "image": "gcr.io/istio-testing/build-tools:master-7ca89b4e34e8f80844770a372273f10dffee5a44",
"privileged": true, "privileged": true,
"remoteEnv": { "remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True", "USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
d290a8ea595cda7473dcf08738f35a0dcd163d88 99b8e7ba708f46022e0d27ea972990f9880f2114

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