consul/test/integration/connect/envoy/Dockerfile-bats
Freddy ef7ee6840a Add DC and NS support for Envoy metrics (#9207)
This PR updates the tags that we generate for Envoy stats.

Several of these come with breaking changes, since we can't keep two stats prefixes for a filter.
2020-11-16 19:55:18 -07:00

9 lines
209 B
Plaintext

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