mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
ef7ee6840a
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.
9 lines
209 B
Plaintext
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
|