Remove jfrog references (#9782)

This commit is contained in:
Michele Degges 2021-02-17 15:21:52 -08:00 committed by GitHub
parent ea23b2171c
commit 005c48d641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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