From a2df5fbc0e80bf7cee4c3c357ba542d9ba78301f Mon Sep 17 00:00:00 2001 From: Michele Degges Date: Wed, 17 Feb 2021 15:21:52 -0800 Subject: [PATCH] Remove jfrog references (#9782) --- 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 7fab985681..f8d6f0c662 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 af119df94e..b6d5b3e8e2 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