Bitnami Containers is a collection of pre-built Docker container images for popular open source applications.
The project addresses the need for secure, production-ready container images by providing hardened, minimal images built on Photon Linux, a security-hardened enterprise operating system. Each image is scanned for vulnerabilities using Trivy and Grype as part of the release process, with results available through a public catalog. The images include security metadata, software bill of materials, and supply chain provenance attestation through in-toto. They are designed to run with non-root privileges and come with docker-compose files for easy local deployment.
Organizations should choose these images if they prioritize security compliance and minimal vulnerability exposure in their containerized deployments. The images suit teams running popular open source software who want hardened, maintained alternatives to building their own containers. The project explicitly positions itself as a successor to its previous generation based on Debian Linux, with legacy images available separately. Bitnami Secure Images offer first-class support for Helm charts, making them particularly valuable for Kubernetes deployments. Some security metadata and advanced features require commercial subscriptions.
The project maintains active vulnerability scanning triggered on every pull request affecting container source code, ensuring continuous security assessment. Docker Hub serves as the primary distribution channel, with versioned tags available for reproducible deployments. Users can either pull prebuilt images or clone the repository and build locally using the provided Dockerfiles.