Difference between revisions of "Container Registry"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Container]] Registry is a software that enables [[container]] [[image]] storage and management. Different Container Registry are available such as:
 
[[Container]] Registry is a software that enables [[container]] [[image]] storage and management. Different Container Registry are available such as:
* [[AWS ECR]]
+
* [[Amazon Elastic Container Registry (ECR)]] (December 2015) https://gallery.ecr.aws/
* [[Google Cloud]] Container Registry
+
* [[Google Cloud Container Registry]] ([[gcr.io]])
* [[JFrog Container Registry]]<ref>https://jfrog.com/container-registry/</ref>  
+
* [[JFrog Container Registry]] <ref>https://jfrog.com/container-registry/</ref>  
* [[GitLab Container registry]]<ref>https://docs.gitlab.com/ee/user/packages/container_registry/</ref> or Docker Hub.
+
* [[GitLab Container registry]] <ref>https://docs.gitlab.com/ee/user/packages/container_registry/</ref>  
 +
* [[Docker Hub]]
 +
* [[VMware Harbor Registry]]
 +
* [[Azure container registry]]
  
 
== Docker ==
 
== Docker ==
A [[Docker]] registry is a repository for [[Docker]] images. Docker clients connect to registries to download (<code>docker pull</code>) images for use or upload (<code>docker push</code>) images. A Docker Registry HTTP API is available to facilitate distribution of images to the docker engine<ref>https://docs.docker.com/registry/spec/api/</ref> with support for image verification, resumable push and pull operations and layer deduplication.
+
A [[Docker]] registry is a repository for [[Docker]] images. Docker clients connect to registries to download (<code>[[docker pull]]</code>) images for use or upload (<code>[[docker push]]</code>) images. A Docker Registry HTTP API is available to facilitate distribution of images to the docker engine<ref>https://docs.docker.com/registry/spec/api/</ref> with support for image verification, resumable push and pull operations and layer deduplication.
  
Docker Registries can be public or private. Two main public registries are Docker Hub and Docker Cloud.
+
Docker Registries can be public or private. Two main public registries are [[Docker Hub]] and [[Docker Cloud]].
 
Docker Hub is the default registry where Docker looks for images. Docker registries also allow the creation of notifications based on events.<ref>https://docs.docker.com/registry/notifications/ </ref>
 
Docker Hub is the default registry where Docker looks for images. Docker registries also allow the creation of notifications based on events.<ref>https://docs.docker.com/registry/notifications/ </ref>
  
== ECR ==
+
== AWS ECR ==
[[AWS]] ECR<ref>https://aws.amazon.com/ecr/</ref> is a managed container registry service from AWS available since December 2015<ref>https://aws.amazon.com/blogs/aws/ec2-container-registry-now-generally-available/</ref> with tagging (see <code>[[docker tag]]</code>) support from December 2018<ref>https://aws.amazon.com/about-aws/whats-new/2018/12/amazon-ecr-now-allows-repository-tagging/</ref>
+
[[AWS ECR]]<ref>https://aws.amazon.com/ecr/</ref> is a managed container registry service from AWS available since December 2015<ref>https://aws.amazon.com/blogs/aws/ec2-container-registry-now-generally-available/</ref> with tagging (see <code>[[docker tag]]</code>) support from December 2018<ref>https://aws.amazon.com/about-aws/whats-new/2018/12/amazon-ecr-now-allows-repository-tagging/</ref>
  
 
== Gitlab Container registry ==
 
== Gitlab Container registry ==
Line 19: Line 22:
 
== Activities ==
 
== Activities ==
 
# Use public docker hub container registry to download and run you first image
 
# Use public docker hub container registry to download and run you first image
# Install [[GitLab]] and enable container registry in: <code>/etc/gitlab/gitlab.rb</code><ref>https://docs.gitlab.com/ee/administration/packages/container_registry.html#container-registry-storage-driver</ref>
+
# Install [[GitLab]] and enable container registry in: <code>[[/etc/gitlab/gitlab.rb]]</code><ref>https://docs.gitlab.com/ee/administration/packages/container_registry.html#container-registry-storage-driver</ref>
 +
 
 +
==Related terms==
 +
* [[Containers networking]]
 +
* [[Container Scanning]]
 +
* [[Container Insights]]
 +
* <code>[[docker container stop registry]]</code>
  
 
== See also ==
 
== See also ==
 
* {{Container Registry}}
 
* {{Container Registry}}
* {{Package managers}}
+
* {{containers}}
* {{K8s}}
 
* {{docker}}
 
* {{jfrog}}
 
  
 
[[Category: Software development]]
 
[[Category: Software development]]
[[Category: Server administration]]
+
[[Category: Registry]]
  
 
{{CC license}}
 
{{CC license}}
 
Source: https://en.wikiversity.org/wiki/DevOps/Container_Registry
 
Source: https://en.wikiversity.org/wiki/DevOps/Container_Registry

Revision as of 18:45, 4 August 2022

Container Registry is a software that enables container image storage and management. Different Container Registry are available such as:

Docker

A Docker registry is a repository for Docker images. Docker clients connect to registries to download (docker pull) images for use or upload (docker push) images. A Docker Registry HTTP API is available to facilitate distribution of images to the docker engine[3] with support for image verification, resumable push and pull operations and layer deduplication.

Docker Registries can be public or private. Two main public registries are Docker Hub and Docker Cloud. Docker Hub is the default registry where Docker looks for images. Docker registries also allow the creation of notifications based on events.[4]

AWS ECR

AWS ECR[5] is a managed container registry service from AWS available since December 2015[6] with tagging (see docker tag) support from December 2018[7]

Gitlab Container registry

Gitlab Container registry supports different storage backends such us local mounted filesystem or Microsoft Azure Blob Storage, Google Cloud Storage, AWS S3, OpenStack Swift Object Storage or Aliyun OSS.[8]

Activities

  1. Use public docker hub container registry to download and run you first image
  2. Install GitLab and enable container registry in: /etc/gitlab/gitlab.rb[9]

Related terms

See also

Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy.

Source: https://en.wikiversity.org/wiki/DevOps/Container_Registry

Advertising: