为 Google Artifact Registry 中的 Python 包提供自定义域名?
Custom domain name to serve Python packages from Google Artifact Registry?
我们通过 Google 的 Artifact Registry 提供 Python 个包。实际上 URL 是“默认”的,所以
https://[REGION].pkg.dev/[PROJECT_ID]/.....
但是如果我们想使用自定义域名怎么办?例如,我们想提供来自自定义域 link 的包,如
https://[MY-CUSTOM-DOMAIN]/...
有官方的方法吗?我有哪些选择?
发布我的评论以提高可见度。
考虑使用文章中所述的 reverse proxy:
...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.
我们通过 Google 的 Artifact Registry 提供 Python 个包。实际上 URL 是“默认”的,所以
https://[REGION].pkg.dev/[PROJECT_ID]/.....
但是如果我们想使用自定义域名怎么办?例如,我们想提供来自自定义域 link 的包,如
https://[MY-CUSTOM-DOMAIN]/...
有官方的方法吗?我有哪些选择?
发布我的评论以提高可见度。
考虑使用文章中所述的 reverse proxy:
...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.