9569beb73d
backport of commit 5ab1e9888e96c8f0af46d5145031456e3a3dd461 Co-authored-by: R.B. Boyer <rb@hashicorp.com>
9 lines
273 B
Docker
9 lines
273 B
Docker
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
ARG CONSUL_IMAGE_VERSION=latest
|
|
FROM docker.mirror.hashicorp.services/hashicorp/consul:${CONSUL_IMAGE_VERSION}
|
|
RUN apk update && apk add iptables
|
|
ARG TARGETARCH
|
|
COPY linux_${TARGETARCH}/consul /bin/consul
|