Custom domain name to serve Python packages from Google Artifact Registry?

Solution 1:

Posting my comment for visibility.

Consider using the reverse proxy as described in the article:

...you can simply use your existing Google Container Registry or Artifact Registry to store your images, and build a "reverse proxy" on top of it to forward the incoming requests while still serving the traffic on the custom domain name you own.