Skip to content

Commit 87aca00

Browse files
committed
Support image name without account ID
If a user uses an image in the Cloudflare managed registry they can specify the image name without including their full account ID. For example: image = "registry.cloudflare.com/hello/world:1.0" will now "just work", as Wrangler will automatically include their account ID in the appropriate location when creating the application. This matches the new behavior in the Dash, where we also omit the account ID in the image name.
1 parent f064f01 commit 87aca00

File tree

6 files changed

+158
-78
lines changed

6 files changed

+158
-78
lines changed

.changeset/fruity-pillows-peel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wrangler": patch
3+
---
4+
5+
Support container image names without account ID

0 commit comments

Comments
 (0)