Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.
/ docker-base Public archive

Base images for releasing HashiCorp products as Docker containers.

License

Notifications You must be signed in to change notification settings

hashicorp/docker-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

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 su or sudo intermediate 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/

About

Base images for releasing HashiCorp products as Docker containers.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages