commit dc9d4a9c30aa9d1a3c410ff75ec3725afc7e5578 Author: Sebastian Hugentobler Date: Thu Jun 23 12:31:56 2016 +0200 initial commit diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..93bfd12 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +.DS_Store diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..7e25050 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM smebberson/alpine-confd:latest + +ADD /root / diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f775b3 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# confd-env + +An image that runs [confd](http://www.confd.io/) (fed by env variables) at start. diff --git a/root/etc/cont-init.d/01-confd b/root/etc/cont-init.d/01-confd new file mode 100644 index 0000000..45ba58d --- /dev/null +++ b/root/etc/cont-init.d/01-confd @@ -0,0 +1,3 @@ +#!/usr/bin/with-contenv sh + +confd -onetime -backend env