1 repository
Minimalist container images optimized for specific language runtime execution.
Distinct from Container Runtimes: Distinct from general container runtimes: focuses on language-specific runtime packaging within minimal images.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Container Runtimes. Refine with filters or upvote what's useful.
Distroless provides a collection of security-hardened, minimal base container images designed to reduce attack surfaces by excluding non-essential system utilities, package managers, and shells. These images are constructed to contain only an application and its specific runtime dependencies, enforcing the principle of least privilege by configuring environments for non-root execution. The project distinguishes itself through a focus on supply chain integrity and reproducible builds. It utilizes declarative build configurations to track package versions and validates container image integrity
Provides language-specific runtime environments packaged into minimal, secure container images.