You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Debian images already have slim variants that exclude things like docs, man pages, and locales. See also debuerreotype, the reproducible, snapshot-based Debian rootfs builder that is used to build the Debian images, and its slimify script.
$ docker images bitnami/minideb:stretchREPOSITORY TAG IMAGE ID CREATED SIZEbitnami/minideb stretch 679c75d5b023 30 hours ago 53.6MB
$ docker images debian:stretch-slimREPOSITORY TAG IMAGE ID CREATED SIZEdebian stretch-slim e004ce20eaba 11 days ago 55.2MB
We are swapping the slim images of python to be from the slim variants of Debian rather than regular ones (#233).
I recently ran across Bitnami's minideb image: https://github.com/bitnami/minideb
Any reason or plans to add support for this as an alternative to alpine?
The text was updated successfully, but these errors were encountered: