mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +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.
8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
# Note this arg has to be before the first FROM
|
|
ARG ENVOY_VERSION
|
|
|
|
FROM consul-dev as consul
|
|
|
|
FROM hashicorp.jfrog.io/docker/envoyproxy/envoy:v${ENVOY_VERSION}
|
|
COPY --from=consul /bin/consul /bin/consul
|