Skip to content

Commit

Permalink
pre pull
Browse files Browse the repository at this point in the history
  • Loading branch information
rboyer committed Feb 8, 2021
1 parent 60e02de commit e560885
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/connect/envoy/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,8 @@ function docker_consul_for_proxy_bootstrap {
shift 1

if [[ -n "${TEST_V2_XDS}" ]]; then
# pre-pull this image and discard any output so we don't corrupt the bootstrap file
docker pull "${OLD_XDSV2_AWARE_CONSUL_VERSION}" &>/dev/null
docker run -i --rm --network container:envoy_consul-${DC}_1 "${OLD_XDSV2_AWARE_CONSUL_VERSION}" "$@"
else
docker run -i --rm --network container:envoy_consul-${DC}_1 consul-dev "$@"
Expand Down

0 comments on commit e560885

Please sign in to comment.