A minimal Alpine-based docker image which includes:
- openssl
- ca-certificates
- dumb-init, which makes it easy to configure child process reaping and gives us signal forwarding to all processes running under it
- su-exec, which makes it less of a pain to switch to other users without introducing a
suorsudointermediate process
Use it in a Dockerfile:
FROM lewispeckover/base
Find it on Docker Hub.