mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
fe728855ed
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
|