ingress-nginx-helm/images/ubuntu-slim
2017-01-31 10:23:05 -08:00
..
Dockerfile Move custom images out of contrib 2017-01-31 10:23:05 -08:00
Dockerfile.build Move custom images out of contrib 2017-01-31 10:23:05 -08:00
excludes Move custom images out of contrib 2017-01-31 10:23:05 -08:00
Makefile Move custom images out of contrib 2017-01-31 10:23:05 -08:00
README.md Move custom images out of contrib 2017-01-31 10:23:05 -08:00
runlevel Move custom images out of contrib 2017-01-31 10:23:05 -08:00

Small Ubuntu 16.04 docker image

The size of this image is ~56MB (less than half than `ubuntu:16.04). This is possible by the removal of packages that are not required in a container:

  • dmsetup
  • e2fsprogs
  • init
  • initscripts
  • libcap2-bin
  • libcryptsetup4
  • libdevmapper1.02.1
  • libkmod2
  • libsmartcols1
  • libudev1
  • mount
  • procps
  • systemd
  • systemd-sysv
  • tzdata
  • udev
  • util-linux