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",
|
"name": "istio build-tools",
|
||||||
"image": "gcr.io/istio-testing/build-tools:master-62f8b507af660ecccb613e643daf5ea546222ac7",
|
"image": "gcr.io/istio-testing/build-tools:master-e015d93a2d1107fce1065d3fad4e4f29508a15d4",
|
||||||
"privileged": true,
|
"privileged": true,
|
||||||
"remoteEnv": {
|
"remoteEnv": {
|
||||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||||
"BUILD_WITH_CONTAINER":"0",
|
"BUILD_WITH_CONTAINER": "0",
|
||||||
"CARGO_HOME":"/home/.cargo",
|
"CARGO_HOME": "/home/.cargo",
|
||||||
"RUSTUP_HOME":"/home/.rustup"
|
"RUSTUP_HOME": "/home/.rustup"
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
|
"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}
|
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
|
||||||
PROJECT_ID=${PROJECT_ID:-istio-testing}
|
PROJECT_ID=${PROJECT_ID:-istio-testing}
|
||||||
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
|
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
|
||||||
IMAGE_VERSION=master-bbe2e62790ecce2acacb4aff74ec44318c09c276
|
IMAGE_VERSION=master-e015d93a2d1107fce1065d3fad4e4f29508a15d4
|
||||||
fi
|
fi
|
||||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||||
IMAGE_NAME=build-tools
|
IMAGE_NAME=build-tools
|
||||||
|
|
Loading…
Reference in New Issue