Use Garden Linux as a Container Base Image
Garden Linux provides two families of Open Container Initiative (OCI) container images:
- Full container images — Standard Garden Linux with a full userland (apt, systemd, etc.)
- Bare container images — Distroless-style images with minimal footprint, stripped of unnecessary components
Have a look at the detailed explanation.
Further Reading
- unbase_oci GitHub Repository — Tool for creating bare container images