This commit is contained in:
Istio Automation 2025-04-09 16:04:17 -04:00 committed by GitHub
parent 8500ddaae1
commit d35b78d293
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:release-1.23-b265937b07412250e397e94ba3109a76942fb371",
"image": "gcr.io/istio-testing/build-tools:release-1.23-f40b405cd5dbe0468405823593cae6df04240a9f",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
7b1fe75640feb9bf1bce8c2c30fc762a6f075418
07fa0785827f0a8dcb9244f21aa78d299b324813

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=release-1.23-b265937b07412250e397e94ba3109a76942fb371
IMAGE_VERSION=release-1.23-f40b405cd5dbe0468405823593cae6df04240a9f
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools