https://github.com/gzigzigzeo/docker-download-confd
Docker image for getting confd binary
https://github.com/gzigzigzeo/docker-download-confd
confd docker docker-image
Last synced: 8 months ago
JSON representation
Docker image for getting confd binary
- Host: GitHub
- URL: https://github.com/gzigzigzeo/docker-download-confd
- Owner: gzigzigzeo
- Created: 2017-11-12T09:26:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T14:20:02.000Z (almost 8 years ago)
- Last Synced: 2025-01-11T16:19:56.494Z (9 months ago)
- Topics: confd, docker, docker-image
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gzigzigzeo/docker-download-confd
================================[](https://microbadger.com/images/gzigzigzeo/docker-download-confd)[](https://microbadger.com/images/gzigzigzeo/docker-download-confd)[](https://microbadger.com/images/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.dCOPY --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).License information for the software contained in gzigzigzeo/docker-download-confd
Docker image:* [confd](https://github.com/kelseyhightower/confd/blob/master/LICENSE)