-
Notifications
You must be signed in to change notification settings - Fork 1k
Support image name without account ID #9813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🦋 Changeset detectedLatest commit: a65d3bc The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
83b2412 to
65a928b
Compare
skepticfx
approved these changes
Jul 2, 2025
emily-shen
reviewed
Jul 2, 2025
6 tasks
5624941 to
01d4e59
Compare
Member
Author
|
Resolved conflicts and rebased on main |
6 tasks
gpanders
added a commit
to gpanders/cloudflare-docs
that referenced
this pull request
Jul 3, 2025
Once cloudflare/workers-sdk#9813 is merged, users will not need to add their account ID namespace to the image name.
3 tasks
emily-shen
approved these changes
Jul 3, 2025
19e464b to
70fd6c8
Compare
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.
70fd6c8 to
87aca00
Compare
a3cf5b6 to
a65d3bc
Compare
Merged
th0m
pushed a commit
to cloudflare/cloudflare-docs
that referenced
this pull request
Jul 18, 2025
Once cloudflare/workers-sdk#9813 is merged, users will not need to add their account ID namespace to the image name.
sdnts
pushed a commit
to sdnts/cloudflare-docs
that referenced
this pull request
Jul 24, 2025
Once cloudflare/workers-sdk#9813 is merged, users will not need to add their account ID namespace to the image name.
thomasgauvin
pushed a commit
to cloudflare/cloudflare-docs
that referenced
this pull request
Aug 15, 2025
Once cloudflare/workers-sdk#9813 is merged, users will not need to add their account ID namespace to the image name.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes CC-5603
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.