ingress-nginx-helm/images/ubuntu-slim
Jeff Grafton 9e09b43a58 Release ubuntu-slim:0.8
This has no code changes, but it uses updated upstream dependencies with
fixes for the following:
* CVE-2016-1234
* CVE-2016-3706
* CVE-2016-4429
* CVE-2016-5417
* CVE-2016-6323
* CVE-2017-6507
2017-03-30 16:09:28 -07:00
..
Dockerfile Move custom images out of contrib 2017-01-31 10:23:05 -08:00
Dockerfile.build Release ubuntu-slim 0.7 2017-02-16 10:27:35 -03:00
excludes Move custom images out of contrib 2017-01-31 10:23:05 -08:00
Makefile Release ubuntu-slim:0.8 2017-03-30 16:09:28 -07: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