use hashicorp docker mirror in envoy helper (#9080)

pull/9086/head
Alvin Huang 4 years ago committed by GitHub
parent d7b37e3c6e
commit ae6185a554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save