Skip to content

Commit

Permalink
Change google container registry to artifact registry
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed May 10, 2024
1 parent edbc22e commit d946671
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -6,9 +6,9 @@ In this section, we will discuss some popular alternatives to DockerHub. These a

[Quay.io](https://quay.io/) by Red Hat is a popular alternative to DockerHub that offers both free and paid plans. It provides an advanced security feature called "Container Security Scanning," which checks for vulnerabilities in the images stored in your repository. Quay.io also provides features like automated builds, fine-grained user access control, and Git repository integration.

### Google Container Registry (GCR)
### Artifact Registry

[Google Container Registry (GCR)](https://cloud.google.com/container-registry) is a container registry service by Google Cloud Platform. It provides a highly-scalable and secure infrastructure to store, manage, and deploy Docker images. GCR offers integration with other Google Cloud services, such as Cloud Build for automated builds, Container Registry vulnerability scanning, and IAM roles for user access control.
[Artifact Registry](https://cloud.google.com/artifact-registry) is a container registry service provided by Google Cloud Platform (GCP). It offers a fully managed, private Docker container registry that integrates with other GCP services like Cloud Build, Cloud Run, and Kubernetes Engine. Artifact Registry provides features like vulnerability scanning, access control, and artifact versioning.

### Amazon Elastic Container Registry (ECR)

Expand Down
Expand Up @@ -6,7 +6,7 @@ Below is a list of popular container registries available today:

- **Docker Hub**: Docker Hub is the default registry for public Docker images and serves as a platform for sharing and distributing images among developers.

- **Google Container Registry (GCR)**: GCR is a managed, secure, and highly available registry provided by Google Cloud Platform, ideal for hosting private container images.
- **Artifact Registry**: Artifact Registry is a managed container registry provided by Google Cloud Platform (GCP), offering private storage and distribution of container images.

- **Amazon Elastic Container Registry (ECR)**: Amazon ECR is a fully-managed Docker container registry provided by Amazon Web Services, offering high scalability and performance for storing, managing, and deploying container images.

Expand Down

0 comments on commit d946671

Please sign in to comment.