mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#13384)
This commit is contained in:
parent
995d133271
commit
d9a7bccd0a
|
@ -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": {},
|
||||
|
|
|
@ -1 +1 @@
|
|||
f52832bb4cc8b6c9f5ba19f2913db3131750dad9
|
||||
e9d6d1b6b97bc0ba15747433004258589fab813e
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue