Skip to content

Commit 83b2412

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 fb84eaa commit 83b2412

File tree

4 files changed

+158
-105
lines changed

4 files changed

+158
-105
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": minor
3+
---
4+
5+
Support container image names without account ID

0 commit comments

Comments
 (0)