@cloudflare/containers-shared@0.14.1
📦 cloudflare-workersView on GitHub →
✨ 1 features🐛 1 fixes🔧 2 symbols
Summary
This patch introduces support for Cloudflare-managed registry images in the Vite plugin local development environment, resolving a crash when using `registry.cloudflare.com` images in container bindings.
✨ New Features
- Support Cloudflare-managed registry images in Vite plugin local dev by configuring the Cloudflare API client using CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID before pulling container images.
🐛 Bug Fixes
- Fixed an issue where using a `registry.cloudflare.com` image in a `containers` binding would crash `vite dev` with an unsupported error.