Understand how Minimus images, as distroless container images, drastically reduce their package count and attack surface
Image Type | Typical Package Count |
---|---|
Ubuntu-based image | ~200–400+ packages |
Alpine image | ~50–100 packages |
Distroless image | ~10–30 packages |
nginx-{version}
and associated packages, ca-certificates-bundle
, the core runtime library glibc
and associated packages, and zlib
for compression.