awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
bitnami avatar

bitnami/containers

0
View on GitHub↗
4,441 stars·6,829 forks·Shell·9 viewsbitnami.com↗

Containers

This project is a cloud-native software distribution and an OCI container image library. It provides a collection of pre-configured, hardened container images and Docker Compose application stacks designed for consistent deployment across cloud and on-premises environments.

The images are production-ready and compiled using standardized security configurations and vulnerability scanning to reduce attack surfaces. These hardened application images are designed to minimize manual setup and security risks during deployment.

The project covers container vulnerability management, production-ready image building, and application orchestration. It includes the ability to launch multi-service application environments as single units using orchestration configuration files.

Features

  • Hardened Container Images - Compiles secure, production-ready hardened container images by applying standardized configurations to open-source applications.
  • Cloud-Native Software Distributions - Acts as a comprehensive distribution of standardized containerized software for diverse cloud and on-premises environments.
  • Config-Driven Image Building - Uses standardized configuration files to automate the compilation and assembly of production-ready container images.
  • Container Image Building - Implements a consistent build process to create standardized and secure container images for reliable open-source software deployment.
  • Docker Compose Deployments - Provides pre-configured Docker Compose templates to launch multi-service application stacks with a single command.
  • OCI Container Image Libraries - Maintains a comprehensive library of pre-configured and hardened OCI container images for popular open-source services.
  • Vulnerability Scanning - Integrates automated vulnerability scanning into the image build pipeline to detect and resolve security flaws before publication.
  • Container Image Vulnerability Scanners - Analyzes container images during the build process using automated tools to detect known OS and application-layer vulnerabilities.
  • Multi-Stage Container Builds - Employs multi-stage builds to separate the build environment from the runtime image, ensuring smaller and more secure production containers.
  • Container Orchestration Configurations - Packages application services with compatible configurations to enable seamless deployment via container orchestration files.

Star history

Star history chart for bitnami/containersStar history chart for bitnami/containers

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Containers

Similar open-source projects, ranked by how many features they share with Containers.
  • hexops-graveyard/dockerfilehexops-graveyard avatar

    hexops-graveyard/dockerfile

    4,085View on GitHub↗

    This project is a collection of best practices and curated templates for building secure, stable, and production-ready Docker images. It provides standards for OCI image optimization and a guide for implementing industry-standard configurations in container environments. The repository offers specific patterns for security hardening, such as implementing non-root user execution with static IDs to prevent host privilege escalation. It also provides structural templates for multi-stage builds to separate build-time dependencies from the final runtime environment. Additional capabilities cover

    Dockerfilecontainersdockerfilekubernetes
    View on GitHub↗4,085
  • bitnami/chartsbitnami avatar

    bitnami/charts

    10,374View on GitHub↗

    This project is a Helm chart repository and Kubernetes application catalog providing standardized deployment templates for popular open-source software. It serves as a library of pre-configured packages designed to automate the installation and configuration of server-side applications on container clusters. The collection includes a suite of hardened container images built on minimal base layers to reduce the attack surface. These images undergo automated vulnerability scanning and triage within the release pipeline to identify and remediate security flaws before deployment. The project man

    Go Templatebitnamichartshelm
    View on GitHub↗10,374
  • sidpalas/devops-directive-kubernetes-coursesidpalas avatar

    sidpalas/devops-directive-kubernetes-course

    1,892View on GitHub↗

    This project is a comprehensive educational curriculum designed to teach the fundamentals of container orchestration and infrastructure automation. It provides a structured learning path for mastering the lifecycle management of containerized applications, covering the core concepts of declarative resource definitions, control-loop-based reconciliation, and distributed cluster state management. The course distinguishes itself by focusing on practical, hands-on implementation of modern DevOps practices. It guides users through the integration of GitOps workflows for state synchronization, the

    Smarty
    View on GitHub↗1,892
  • eon01/dockercheatsheeteon01 avatar

    eon01/DockerCheatSheet

    3,938View on GitHub↗

    This project is a comprehensive reference guide and cheat sheet for the Docker CLI. It provides a structured collection of commands and documentation to help users manage container lifecycles, build images, and handle registries. The documentation specifically covers the orchestration of multi-container applications using Docker Compose and the management of scalable services across multiple nodes via Docker Swarm. It also includes detailed guides for configuring virtual networks, bridges, and ports to control container communication. The reference surface extends to container image administ

    View on GitHub↗3,938
See all 30 alternatives to Containers→

Frequently asked questions

What does bitnami/containers do?

This project is a cloud-native software distribution and an OCI container image library. It provides a collection of pre-configured, hardened container images and Docker Compose application stacks designed for consistent deployment across cloud and on-premises environments.

What are the main features of bitnami/containers?

The main features of bitnami/containers are: Hardened Container Images, Cloud-Native Software Distributions, Config-Driven Image Building, Container Image Building, Docker Compose Deployments, OCI Container Image Libraries, Vulnerability Scanning, Container Image Vulnerability Scanners.

What are some open-source alternatives to bitnami/containers?

Open-source alternatives to bitnami/containers include: hexops-graveyard/dockerfile — This project is a collection of best practices and curated templates for building secure, stable, and production-ready… bitnami/charts — This project is a Helm chart repository and Kubernetes application catalog providing standardized deployment templates… sidpalas/devops-directive-kubernetes-course — This project is a comprehensive educational curriculum designed to teach the fundamentals of container orchestration… snyk/cli — The Snyk CLI is a command-line security scanner that detects known vulnerabilities across open-source dependencies,… eon01/dockercheatsheet — This project is a comprehensive reference guide and cheat sheet for the Docker CLI. It provides a structured… docker/compose — Docker Compose is a tool for defining and running multi-container applications through declarative configuration…