mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#15242)
This commit is contained in:
parent
69e6be62fb
commit
631295fd6a
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-35d1af3085fd0016dd4e61fd4d878107281ebee0",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-9207c29ca53785f9b9b1a67326d2daf2eec39b0a",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
5f9990de10cd7e7dd98ef8f1c6f8eda5f6478fd6
|
||||
882f56284f6082417dace0a8fd667677e41f0841
|
||||
|
|
|
|||
|
|
@ -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-35d1af3085fd0016dd4e61fd4d878107281ebee0
|
||||
IMAGE_VERSION=master-9207c29ca53785f9b9b1a67326d2daf2eec39b0a
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
|
|||
Loading…
Reference in New Issue