Cloudflare Containers Now Support Docker Hub Images
Key Points
- Direct Docker Hub image support in Containers
- No need to push to Cloudflare Registry first
- Private Docker Hub images supported
Summary
Cloudflare Containers now supports direct integration with Docker Hub images, eliminating the need to push images to Cloudflare Registry first. This update allows developers to reference Docker Hub images directly in their Wrangler configuration.
Key Points
- Direct Docker Hub Integration: Use fully qualified Docker Hub image references in Wrangler configuration without pre-pushing to Cloudflare Registry
- Public and Private Image Support: Both public and private Docker Hub images are supported with credential configuration
- Simplified Workflow: Streamlines container deployment by removing the intermediate registry step
- Configuration Update: New
imagefield inwrangler.tomlandwrangler.jsoncaccepts Docker Hub image references in formatdocker.io/<NAMESPACE>/<REPOSITORY>:<TAG>