Container Registry
Container Registry is a software that enables container image storage and management. Different Container Registry are available such as:
- AWS ECR (December 2015)
- Google Cloud Container Registry
- JFrog Container Registry[1]
- GitLab Container registry[2]
- Docker Hub
- VMware Harbor Registry
- Azure container registry
Docker[edit]
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]
ECR[edit]
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[edit]
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[edit]
- Use public docker hub container registry to download and run you first image
- Install GitLab and enable container registry in:
/etc/gitlab/gitlab.rb
[9]
See also[edit]
- Container Registry: JFrog Container Registry, AWS ECR, Azure container registry, VMware Harbor Registry
- Package managers: dpkg, APT, RPM, YUM, DNF, homebrew, pkgutil, opkg, Helm, pkg and snap, npm, Aptitude, alien, Conan, CRAN, Chocolatey, NuGet, PackageKit, Wajig
- Kubernetes: CKA, CKS, Changelog/Versions, Kubernetes installation,
kubeadm
,Kubernetes API
,kubectl
,kubeadm
,kubelet
, KOPS, Cloud services, Helm, Kubernetes RBAC, Kubernetes deployments, Minikube, Rancher, OpenShift, Charmed Kubernetes, Ingress, Kubernetes timeline, Kubernetes scheduler, Kubernetes logging, Kubernetes operator - Docker:
docker-compose
, Docker Volumes, Docker images management, docker network,docker inspect
,docker volume inspect
,Dockerfile
,docker info
,docker build
,docker commit
,docker image
,docker images
,docker image ls
,docker image inspect
,docker rmi
,docker rm
,docker info
,docker version
,docker exec
, Docker Engine release notes,docker kill
,docker start
,moby
, Docker-in-Docker,docker context
,buildx
,docker tag
,docker system prune
, Docker Hub,/etc/docker/daemon.json
,hostconfig.json
, dockerd, logs, Docker logging, Backup,docker pull
,docker push
- JFrog: JFrog Artifactory, JFrog Mission Control, JFrog Artifactory versions, JFrog Xray, JFrog Bintray JFrog CLI, Artifactory logs, permissions, Artifactory API
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
- ↑ https://jfrog.com/container-registry/
- ↑ https://docs.gitlab.com/ee/user/packages/container_registry/
- ↑ https://docs.docker.com/registry/spec/api/
- ↑ https://docs.docker.com/registry/notifications/
- ↑ https://aws.amazon.com/ecr/
- ↑ https://aws.amazon.com/blogs/aws/ec2-container-registry-now-generally-available/
- ↑ https://aws.amazon.com/about-aws/whats-new/2018/12/amazon-ecr-now-allows-repository-tagging/
- ↑ https://docs.gitlab.com/ee/administration/packages/container_registry.html#container-registry-storage-driver
- ↑ https://docs.gitlab.com/ee/administration/packages/container_registry.html#container-registry-storage-driver