use hashicorp docker mirror in envoy helper (#9080)

This commit is contained in:
Alvin Huang 2020-11-02 12:37:03 -05:00 committed by GitHub
parent cf5e9872ce
commit 102aefdb49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -458,7 +458,7 @@ function docker_consul {
function docker_wget {
local DC=$1
shift 1
docker run --rm --network container:envoy_consul-${DC}_1 alpine:3.9 wget "$@"
docker run --rm --network container:envoy_consul-${DC}_1 docker.mirror.hashicorp.services/alpine:3.9 wget "$@"
}
function docker_curl {