SaaSHub helps you find the best software and product alternatives Learn more →
Distroless Alternatives
Similar projects and alternatives to distroless
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
Moby
The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
trivy
Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
-
-
-
-
-
-
-
-
Lean and Mean Docker containers
Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
-
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better distroless alternative or higher similarity.
distroless discussion
distroless reviews and mentions
Posts with mentions or reviews of distroless.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-04-21.
-
Docker Image Diet: Find the Problem With dive Before Trying to Fix It
GoogleContainerTools Distroless images
- A Decade of Docker Containers
-
How We Replaced MinIO with Garage for Self-Hosted S3 Storage
Garage ships a distroless Docker image — no /bin/sh, no package manager, just the binary. This means you can't run init scripts inside the Garage container. We solved this with a multi-stage Dockerfile that copies the garage binary into Alpine:
- Distroless
-
Selecting the appropriate Docker base image
Is there anything else you can do better? Yes, such as building your image completely from scratch using FROM scratch and putting only the application and its direct dependencies in it. It is also worth looking at the Distroless initiative striving to achieve the same goal.
- Unpopular opinion: Kubernetes is a symptom, not a solution
- Optimizing React Frontend Deployment: Security and Performance Analysis of Docker Base Images
-
Stop using Docker like it’s your first dev job
Want extreme? Try distroless images from Google.
-
Still Shipping 1GB Docker Images? Here’s How to Crush Them in Half an Hour
Distroless Images Minimal & secure
-
Kubernetes Without Docker: Why Container Runtimes Are Changing the Game in 2025
Distroless Images by Google “No OS for you!” = fewer vulnerabilities, smaller images.
-
A note from our sponsor - SaaSHub
www.saashub.com | 10 Jun 2026
Stats
Basic distroless repo stats
136
22,696
9.4
7 days ago
GoogleContainerTools/distroless is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of distroless is Starlark.