2763833d32
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
|