

Docker Trusted Registry is an enterprise-grade image storage solution from Docker. It is installed behind a firewall so that Docker images can be securely stored and managed, on-premise, letting an organization keep it’s containers separate from the rest of the world. Like Docker Trusted Registry, GitLab also provides a secured container registry that can be installed behind an organizations firewalls and within it’s complete control.
FEATURES |
![]() |
|
---|---|---|
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. |
|
|
Container Registry geographic replication
Supports distributed teams by running multiple registry instances across several regions and syncing between data centers. |
|
|
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. Learn more about the container registry available on GitLab.com |
|
|
Use container registry through REST API
Enables support for automation and integration of container registry through a REST API. |
|
|
Container registry storage management
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. |
|
|