Skip to content

gzigzigzeo/docker-download-confd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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:

About

Docker image for getting confd binary

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published