This commit is contained in:
Istio Automation 2025-03-28 12:14:44 -04:00 committed by GitHub
parent 1a99c8c52e
commit 8500ddaae1
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-e9f6190ae4240f32b09ae17d9ba10dedca34728b",
"image": "gcr.io/istio-testing/build-tools:release-1.23-b265937b07412250e397e94ba3109a76942fb371",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
1bb57f66637af6d290d38930c7c340b238ce8bec
7b1fe75640feb9bf1bce8c2c30fc762a6f075418

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