mirror of https://github.com/status-im/consul.git
8 lines
253 B
Plaintext
8 lines
253 B
Plaintext
|
# Copyright (c) HashiCorp, Inc.
|
||
|
# SPDX-License-Identifier: BUSL-1.1
|
||
|
|
||
|
ARG CONSUL_DATAPLANE_IMAGE
|
||
|
|
||
|
FROM ${CONSUL_DATAPLANE_IMAGE} as consuldataplane
|
||
|
COPY --from=busybox:uclibc /bin/sh /bin/sh
|
||
|
COPY --from=ghcr.io/tarampampam/curl:latest /bin/curl /bin/curl
|