robbertkl/base

By robbertkl

Updated about 7 years ago

Simple Docker base image

Image
1

3.0K

robbertkl/base repository overview

robbertkl/base

Simple Docker base image:

  • Based on Debian
  • Useful tools like curl, envsubst, git and nano
  • Additional helper tools cleaninstall and cleanupgrade
  • Serves as a base for robbertkl/base-s6 and single-process images

Usage

Just extend it in your Dockerfile using FROM. Example:

FROM robbertkl/base

RUN cleaninstall package1 package2 package3

...

Authors

License

This repo is published under the MIT License.

Tag summary

Content type

Image

Digest

sha256:52be78705

Size

96.2 MB

Last updated

about 7 years ago

docker pull robbertkl/base