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

This commit is contained in:
Istio Automation 2023-06-15 12:41:36 -07:00 committed by GitHub
parent 995d133271
commit d9a7bccd0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
{
"name": "istio build-tools",
"image": "gcr.io/istio-testing/build-tools:master-62f8b507af660ecccb613e643daf5ea546222ac7",
"image": "gcr.io/istio-testing/build-tools:master-e015d93a2d1107fce1065d3fad4e4f29508a15d4",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
"BUILD_WITH_CONTAINER":"0",
"CARGO_HOME":"/home/.cargo",
"RUSTUP_HOME":"/home/.rustup"
"BUILD_WITH_CONTAINER": "0",
"CARGO_HOME": "/home/.cargo",
"RUSTUP_HOME": "/home/.rustup"
},
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},

View File

@ -1 +1 @@
f52832bb4cc8b6c9f5ba19f2913db3131750dad9
e9d6d1b6b97bc0ba15747433004258589fab813e

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