Artifact Registry two new features: remote repositories and virtual repositories available | C2C Community

Artifact Registry two new features: remote repositories and virtual repositories available

  • 10 November 2023
  • 1 reply
  • 16 views

Userlevel 7
Badge +35

Artifact Registry is now generally available (GA) with two new features: remote repositories and virtual repositories. GA means that the features are fully supported and available to everyone. Also, Artifact Registry remote repositories now support authentication to Docker Hub upstream repositories. To create a Docker Hub remote repository, take the quickstart

These two features make Artifact Registry a more versatile repository for developer artifacts. Remote repositories store artifacts from external sources, such as Docker Hub, Maven Central, PyPI, Debian, and CentOS. They also act as a proxy for the external source, giving you more control over your external dependencies. Virtual repositories act as a single access point to download, install, or deploy artifacts in the same format from one or more upstream repositories.

An upstream repository can be a standard or remote Artifact Registry repository. These features give you great flexibility when configuring artifact storage.

To get started with remote repositories, try the quickstart.

To get started with virtual repositories, create a virtual repository, or see an example of how to use the different repository modes together in the repository overview usage example.

Also, check the link below to read more detail:

https://cloud.google.com/artifact-registry/docs/repositories#example

 


1 reply

Userlevel 7
Badge +12

I like the improvements that has been made to Artifact registry compared to container registry that is now depreciated. 

Reply