mirror of
https://github.com/status-im/consul.git
synced 2025-03-03 06:40:45 +00:00
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
# 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
|