All images are shipped with dumb-init. The main purpose of it is to manage zombie processes and properly pass signals into container.
There are also special cleaning script for each image. If you want to keep your image slim, add this to the end of your Dockerfile:
RUN test -f /cleanup.sh && sh /cleanup.shContains:
- libc
- ca-certificates
- busybox
Main purpose of this image is to run Go or static-linked binaries. No package manager is present.
Contains cut debootstrapped system (minbase variant). dpkg works here.
Image with Go build environment. Batteries included.
make debian-tall
make debian-grande
make debian-ventior simply
make allAlso, if you have caching http-proxy you can use it in build:
http_proxy=http://proxy.addr.ess:port make debian-tall