Containers - Use Google Artifact Registry images with Containers
Cloudflare has updated its Containers service to support images hosted on Google Artifact Registry. According to the changelog, users can now configure credentials and then use a fully qualified Google Artifact Registry image reference directly in their Wrangler configuration, instead of first pushing the image to Cloudflare Registry. The configuration process involves providing the service account email with the --gar-email flag and piping the service account JSON key through stdin. The supported host format is *-docker.pkg.dev. Example configurations are provided for both wrangler.jsonc and wrangler.toml formats. For more details, users are directed to the documentation on using private Google Artifact Registry images and image management.
Developers can now use Google Artifact Registry images directly with Cloudflare Containers, simplifying their workflow.