GCP Artifact Registry Service
(Redirected from GCP Artifact Registry)
Jump to navigation
Jump to search
A GCP Artifact Registry Service is a managed software artifact registry that is a GCP managed service.
- Context:
- It can manage (store, scan) Container Images such as Docker and OCI]].
- It can store Non-Container Artifacts , such as: Maven and npm packages.
- It can integrate with Google Kubernetes Engine (GKE) and other GCP services.
- It can provide built-in vulnerability scanning for Docker and OCI images.
- It can use Cloud Identity and Access Management (Cloud IAM) for access control.
- It can be available in multiple regions worldwide.
- It can be priced based on the amount of data stored and data transferred.
- …
- Example(s):
- beta released on 2020-November 16.
- generally available on 2023-March 28.
- …
- Counter-Example(s):
- Google Cloud's Container Registry.
- AWS Elastic Container Registry (ECR) is as an artifact registry for Docker container images in AWS ecosystem.
- JFrog Artifactory, a universal artifact repository that integrates with various build tools and package managers.
- …
- See: Container Registry, Google Kubernetes Engine, Cloud IAM, GKE Cluster, Software Artifact, CI/CD Pipeline, DevOps Tools.
References
2023
- (Google Cloud Documentation, 2023) ⇒ https://cloud.google.com/artifact-registry/docs Retrieved:2023-6-8..
- QUOTE: "Artifact Registry is a single place for your team to manage container images and language packages (like Java, Node.js, and Python), so that you can find and access packages that your team owns and shares."