By the documentation "Currently, all images must use registry.cloudflare.com, which is the default r

By the documentation "Currently, all images must use registry.cloudflare.com, which is the default registry for Wrangler." (https://developers.cloudflare.com/containers/image-management/#using-existing-images) so you have to pull & push to cloudflare registry
Cloudflare Docs
When running wrangler deploy, if you set the image attribute in you Wrangler configuration
file to a path, wrangler will build your container image locally using Docker, then push it to a registry run by Cloudflare.
This registry is integrated with your Cloudflare account and is backed by R2. All authentication is handled automatically by
Cloudf...
Image Management
Was this page helpful?