From ee4e8d782f0ed8fc69a034f21ba762cc1c85241c Mon Sep 17 00:00:00 2001 From: Michele Date: Wed, 17 Feb 2021 15:01:36 -0800 Subject: [PATCH] Remove jfrog references --- test/integration/connect/envoy/Dockerfile-bats | 4 ++-- test/integration/connect/envoy/Dockerfile-consul-envoy | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/connect/envoy/Dockerfile-bats b/test/integration/connect/envoy/Dockerfile-bats index 7fab98568120..f8d6f0c662ec 100644 --- a/test/integration/connect/envoy/Dockerfile-bats +++ b/test/integration/connect/envoy/Dockerfile-bats @@ -1,6 +1,6 @@ -FROM hashicorp.jfrog.io/docker/fortio/fortio AS fortio +FROM docker.mirror.hashicorp.services/fortio/fortio AS fortio -FROM hashicorp.jfrog.io/docker/bats/bats:latest +FROM docker.mirror.hashicorp.services/docker/bats/bats:latest RUN apk add curl RUN apk add openssl diff --git a/test/integration/connect/envoy/Dockerfile-consul-envoy b/test/integration/connect/envoy/Dockerfile-consul-envoy index af119df94e2e..b6d5b3e8e2da 100644 --- a/test/integration/connect/envoy/Dockerfile-consul-envoy +++ b/test/integration/connect/envoy/Dockerfile-consul-envoy @@ -3,5 +3,5 @@ ARG ENVOY_VERSION FROM consul-dev as consul -FROM hashicorp.jfrog.io/docker/envoyproxy/envoy:v${ENVOY_VERSION} +FROM docker.mirror.hashicorp.services/envoyproxy/envoy:v${ENVOY_VERSION} COPY --from=consul /bin/consul /bin/consul