Sign inSign up

lewispeckover/base

By lewispeckover

Updated over 9 years ago

A minimal Alpine-based docker image.

Image
0

689

lewispeckover/base repository overview

base

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

Use it in a Dockerfile:

FROM lewispeckover/base

Find it on Docker Hub.

Tag summary

Content type

Image

Digest

Size

4.1 MB

Last updated

over 9 years ago

docker pull lewispeckover/base