
"Distroless" Container Images. - GitHub
"Distroless" images contain only your application and its runtime dependencies. They do not contain package managers, shells or any other programs you would expect to find in a standard Linux …
distroless/README.md at main - GitHub
"Distroless" images contain only your application and its runtime dependencies. They do not contain package managers, shells or any other programs you would expect to find in a standard Linux …
dotnet-docker/documentation/distroless.md at main - GitHub
Due to their limited set of packages, distroless containers have a minimized security attack surface, smaller deployment sizes, and faster start-up time compared to their non-distroless counterparts.
GitHub - bazel-contrib/rules_distroless: Bazel rules to construct ...
rules_distroless is currently in beta and does not yet offer a stable Public API. However, many users are already successfully using it in production environments.
GitHub - piotrkardasz/php-distroless: Fork of Google Distroless to ...
"Distroless" images contain only your application and its runtime dependencies. They do not contain package managers, shells or any other programs you would expect to find in a standard Linux …
GitHub - michealch/nginx-distroless: Nginx Image based on Google …
This project provides a lightweight, secure NGINX container image using Distroless and NGINX Unprivileged base images. It's designed to run NGINX in a minimal environment, which reduces the …
Wolfi · GitHub
Chainguard started the Wolfi project to enable building Chainguard Containers, our collection of curated distroless images that meet the requirements of a secure software supply chain.
GitHub - 11notes/docker-distroless: Build your own distroless images ...
Oct 21, 2025 · This image and its different layers can be used to build a distroless boiler plate for your application. Simply add the base layer and any additional layers (tags) with the stuff you need to run …
GitHub - alexdmoss/distroless-python: Creates a distroless container ...
The Google Distroless image for Python is marked as experimental and has been for a while, and tied to what Debian ships with - i.e. an old copy of python and dependent libraries.
GitHub - microsoft/marinara: Distroless Container Compositor Tool
There are a few distroless image variants that can be created with Marinara. For example, you can create a standard distroless image with Azure Linux packages, or you can create a debug version of …