2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-02 22:30:43 +00:00
Mike Morris 7df79f0988
chore(backport): use HashiCorp Docker mirror ()
* chore: backport Docker mirror for Envoy integration tests

* use hashicorp docker mirror in envoy helper ()

* use hashicorp docker mirror to prevent rate limit ()

Co-authored-by: R.B. Boyer <rb@hashicorp.com>
Co-authored-by: Alvin Huang <17609145+alvin-huang@users.noreply.github.com>
2020-11-11 18:31:40 -05:00

9 lines
223 B
Plaintext

FROM docker.mirror.hashicorp.services/fortio/fortio AS fortio
FROM docker.mirror.hashicorp.services/bats/bats:latest
RUN apk add curl
RUN apk add openssl
RUN apk add jq
COPY --from=fortio /usr/bin/fortio /usr/sbin/fortio