Skip to content

Commit

Permalink
test: update pause Docker image in Envoy int tests
Browse files Browse the repository at this point in the history
k8s.gcr.io has been migrated to registry.k8s.io for several years now,
and the old registry is being shut down, causing image pull failures.

Update to target the new registry when pulling the pause image used in
Envoy integration tests.
  • Loading branch information
zalimeni committed Aug 26, 2024
1 parent 5710cbd commit 80d4929
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/connect/envoy/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 80d4929

Please sign in to comment.