
CNCF's open-source container registry.
Free

CNCF Distribution is a stateless, scalable server for storing and distributing container images and other content. It's an open-source project under the Apache license, offering users control over their image storage and distribution pipeline. The registry allows for tight integration with in-house development workflows. It provides various features, including token authentication, storage driver options (filesystem, GCS, Azure, S3), and middleware capabilities. Users can deploy their own registry server, configure it, and manage it effectively. The project also offers comprehensive documentation and support.
Freely available under the Apache license, allowing for customization and modification.
Designed to handle a large number of images and users.
Supports various storage backends, including filesystem, GCS, Azure, and S3.
Provides secure access control for image access.
Efficiently distributes container images.
Allows for customization and extension of registry functionality.
Deploy the Registry server.,Configure the registry settings according to your needs.,Choose a storage driver (e.g., filesystem, GCS, Azure, S3).,Authenticate users using token authentication or OAuth2.,Push and pull container images to and from the registry.
Organizations can host their own private registry for storing and managing internal container images.
Integrate the registry into a CI/CD pipeline for automated image building, testing, and deployment.
Companies can store container images on-premises, maintaining control over data and infrastructure.
Responsible for managing container infrastructure and CI/CD pipelines.
Building and deploying containerized applications.
CNCF Distribution is open-source and free to use.