mirror of
https://github.com/hashicorp/docker-base
synced 2026-04-05 18:40:57 +00:00
No description
- Shell 93%
- Dockerfile 7%
| images/builder-debian | ||
| .gitignore | ||
| build.sh | ||
| LICENSE | ||
| README.md | ||
HashiCorp Base Image Root Filesystem
This folder contains some scripts used to build and release a root filesystem to include in official HashiCorp base images. The contents of this can be fetched and merged into a container build in order to provide useful utilities:
- dumb-init, which makes it easy to configure child process reaping and gives us signal forwarding to all processes running under it
- gosu, which makes it less of a pain to switch to other users without introducing a
suorsudointermediate process
Containers should tailor what they include depending on what they need.
Building
Docker is required for building since compiling steps happen in containers.
./build.sh <version>
You can upload this release using hc-releases -upload pkg/dist/