mirror of https://github.com/hashicorp/consul
Backport of test: update pause Docker image in Envoy int tests into release/1.19.x (#21662)
backport of commit 80d4929d47
Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
release/1.19.2
parent
aa436670a9
commit
62cb79e15d
|
@ -553,8 +553,7 @@ function suite_setup {
|
|||
docker run --sysctl net.ipv6.conf.all.disable_ipv6=1 -d --name envoy_workdir_1 \
|
||||
$WORKDIR_SNIPPET \
|
||||
--net=none \
|
||||
k8s.gcr.io/pause &>/dev/null
|
||||
# TODO(rb): switch back to "${HASHICORP_DOCKER_PROXY}/google/pause" once that is cached
|
||||
registry.k8s.io/pause &>/dev/null
|
||||
|
||||
# pre-build the verify container
|
||||
echo "Rebuilding 'bats-verify' image..."
|
||||
|
|
Loading…
Reference in New Issue