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

This commit is contained in:
Istio Automation 2025-01-16 11:35:54 -05:00 committed by GitHub
parent 528bcaf8cb
commit c36cb8ed16
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-18659ab5deb644ab728206113deffe161b181dbf",
"image": "gcr.io/istio-testing/build-tools:master-e02796cba1a2e48e50a8d09c60f9c6140b8a41ba",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
1b8e05315fc4e40c5ac95ac4e828bda265f80e12
09704d7c4b708d76ef91b1a1b091679a37def6bf

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