Issue
I'm evaluating using Google Artifact Registry as a replacement for Nexus, and one thing that I have been unable to find in the documentation is if it is possible to mirror or proxy an official repository, for instance mavenCentral (like suggested on this site href="https://blog.sonatype.com/using-nexus-3-as-your-repository-part-1-maven-artifacts" rel="noreferrer">https://blog.sonatype.com/using-nexus-3-as-your-repository-part-1-maven-artifacts)
Has anyone else achieved this using Artifact Registry?
Solution
It is not currently possible to proxy/mirror upstream repositories with Artifact Registry. Support for upstream repositories is on the roadmap, with support for repos such as DockerHub, Maven, NPMJS and PyPi on the list. It will be a proxy / pull-through cache model.
Answered By - Gari Singh
Answer Checked By - Candace Johnson (JavaFixing Volunteer)