Redhat Quay container and application registry provides secure storage, distribution, and deployment of containers on any infrastructure. It is available as an add-on for OpenShift or as a standalone component. Quay is offered both as self-managed or SaaS (quay.io).
GitLab also provides a container registry which is a built-in part of the product (ie. no extra costs beyond standard tiered licensing costs for the single GitLab application which provides capabilities for the entire DevOps lifecycle).
特性 |
|
|
---|---|---|
Docker image support
Supports storage and retrieval of Docker style containers. |
|
|
Container registry webhooks
Trigger actions after a successful push to a registry to integrate Docker Hub with other services. |
|
|
Container registry high availability
Highly available through the use of multiple replicas of all containers and metadata such that if a machine fails, the registry continues to operate and can be repaired. |
|
|
容器镜像服务区域复制
多个区域与数据中心之间复制容器镜像服务来支持分布式团队运作。 |
|
|
Supports private container registries
Offers the ability to have private container registries and repositories |
|
|
SaaS container registry offering
The container registry ia available as a software service. |
|
|
Self-managed container registry offering
Container registry which is available to be self-installed and self-managed in an organizations data center, co-hosted, or in a chosen cloud provider. |
|
|
Use container registry through REST API
Enables support for automation and integration of container registry through a REST API. |
|
|
Lower the cost of storage for the GitLab Container Registry by running garbage collection
In the context of the Docker registry, garbage collection is the process of removing blobs from the filesystem when they are no longer referenced by a manifest. |
|
|
Use search to find and container images
Search your group and project’s Container Registry by image name |
|
|
Helm chart repository support
Supports storage and retrieval of Helm charts. |
|
|
Container image cleanup policies
Easily define, manage and update project-level policies to define which images should be removed and preserved. This feature is designed to help you reduce storage costs and prevent important images from being deleted. |
|
|