From 461050d3d5dbf839dddd9c533dd15572621be7cc Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Mon, 14 Oct 2024 15:22:32 -0400 Subject: [PATCH] Backport of ci: ensure int test docker pull goes through proxy into release/1.20.x (#21824) backport of commit 7ed1c98d6c278dc11f7dbd16e7a868b52acd257e Co-authored-by: Michael Zalimeni --- .github/workflows/test-integrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index e88b367219da..820080f38678 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -412,7 +412,7 @@ jobs: env: ENVOY_VERSION: ${{ needs.get-envoy-versions.outputs.max-envoy-version }} #TODO don't harcode this image name - CONSUL_DATAPLANE_IMAGE: "docker.io/hashicorppreview/consul-dataplane:1.6-dev-ubi" + CONSUL_DATAPLANE_IMAGE: "docker.mirror.hashicorp.services/hashicorppreview/consul-dataplane:1.6-dev-ubi" steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 # NOTE: This step is specifically needed for ENT. It allows us to access the required private HashiCorp repos.