Skip to content

lewispeckover/docker-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

An Alpine-based docker base image

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors