open-consul/test/integration/consul-container/libs/service/assets/Dockerfile-consul-envoy

9 lines
235 B
Plaintext
Raw Normal View History

# Note these args have to be before the first FROM
ARG CONSUL_IMAGE
ARG ENVOY_VERSION
FROM ${CONSUL_IMAGE} as consul
FROM docker.mirror.hashicorp.services/envoyproxy/envoy:v${ENVOY_VERSION}
COPY --from=consul /bin/consul /bin/consul