https://github.com/moritzheiber/alpine-base
A small Docker base image based in Alpine containing envconsul and consul-template by Hashicorp
https://github.com/moritzheiber/alpine-base
Last synced: 10 months ago
JSON representation
A small Docker base image based in Alpine containing envconsul and consul-template by Hashicorp
- Host: GitHub
- URL: https://github.com/moritzheiber/alpine-base
- Owner: moritzheiber
- License: mit
- Created: 2017-10-21T17:19:48.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T21:51:46.000Z (about 1 year ago)
- Last Synced: 2025-05-31T08:12:17.410Z (about 1 year ago)
- Language: Dockerfile
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Alpine base image with envconsul/consul-template
[](https://github.com/moritzheiber/alpine-base/actions/workflows/build-push.yml)
A Docker base image which contains [envconsul](https://github.com/hashicorp/envconsul), [consul_template](https://github.com/hashicorp/consul-template) and [gomplate](https://github.com/hairyhenderson/gomplate).
You need `dgoss` (and `goss`) to run the tests against the image:
```console
dgoss run -ti
```