You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try pulling an image even if docker login fails (#11360)
* try pulling an image even if docker login fails
* fixups
* Update .changeset/open-donkeys-behave.md
Co-authored-by: Edmund Hung <edmund@cloudflare.com>
---------
Co-authored-by: Edmund Hung <edmund@cloudflare.com>
Containers: Allow users to directly authenticate external image registries in local dev
8
+
9
+
Previously, we always queried the API for stored registry credentials and used those to pull images. This means that if you are using an external registry (ECR, dockerhub) then you have to configure registry credentials remotely before running local dev.
10
+
11
+
Now you can directly authenticate with your external registry provider (using `docker login` etc.), and Wrangler or Vite will be able to pull the image specified in the `contaienrs.image` field in your config file.
12
+
13
+
The Cloudflare-managed registry (registry.cloudflare.com) currently still does not work with the Vite plugin.
0 commit comments