Update VM test to a later base image. (#10240)

This commit is contained in:
Eric Van Norman 2021-08-25 16:01:43 -05:00 committed by GitHub
parent 12bf909242
commit 2e96dd3e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ function setup_vm() {
-v "${WORK_DIR}:/root" -v "${PWD}/content/en/docs/setup/install/virtual-machine:/test" \
${EXTRA_VM_ARGS:-} \
-w "/root" \
gcr.io/istio-release/base:1.9-dev.2
gcr.io/istio-release/base:1.11-dev.6
POD_CIDR=$(kubectl get node -ojsonpath='{.items[0].spec.podCIDR}')
DOCKER_IP=$(docker inspect -f "{{ .NetworkSettings.Networks.kind.IPAddress }}" istio-testing-control-plane)