ingress-nginx-helm/images/ubuntu-slim
2017-10-25 23:38:20 -03:00
..
.gitignore Multi arch nginx-slim docker image 2017-04-14 07:33:02 +05:30
Dockerfile Move custom images out of contrib 2017-01-31 10:23:05 -08:00
Dockerfile.build Release ubuntu-slim 0.14 2017-08-04 12:31:59 -04:00
excludes Move custom images out of contrib 2017-01-31 10:23:05 -08:00
Makefile Fix makefile default task 2017-10-25 23:38:20 -03:00
README.md Release ubuntu-slim 0.7 2017-02-16 10:27:35 -03: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 ~44MB (less than half than `ubuntu:16.04). This is possible by the removal of packages that are not required in a container:

  • e2fslibs
  • e2fsprogs
  • init
  • initscripts
  • libcap2-bin
  • libcryptsetup4
  • libdevmapper1.02.1
  • libkmod2
  • libmount1
  • libncursesw5
  • libprocps4
  • libsmartcols1
  • libudev1
  • mount
  • ncurses-base
  • ncurses-bin
  • procps
  • systemd
  • systemd-sysv
  • tzdata
  • util-linux