Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.21 KB

gzigzigzeo/docker-download-confd

A minimalistic Docker image for downloading confd binary used in child containers.

Usage

# Required!
ARG CONFD_VERSION=0.14.0
FROM gzigzigzeo/docker-download-confd

# ================================
# Rest of the image....
# ================================

RUN mkdir -p /etc/confd/templates
RUN mkdir -p /etc/confd/conf.d

COPY --from=confd /usr/local/bin/confd /usr/local/bin/confd

ENTRYPOINT /start.sh

License

Configuration files and code in this repository are distributed under the MIT license.

License information for the software contained in gzigzigzeo/docker-download-confd Docker image: