Skip to content

Commit b04d37e

Browse files
gpanderssdnts
authored andcommitted
Remove namespace requirement from Containers image (cloudflare#23427)
Once cloudflare/workers-sdk#9813 is merged, users will not need to add their account ID namespace to the image name.
1 parent 9e61914 commit b04d37e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/containers/image-management.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Then you can specify the URL in the image attribute:
6767
```json
6868
{
6969
"containers": {
70-
"image": "registry.cloudflare.com/your-namespace/your-image:tag"
70+
"image": "registry.cloudflare.com/your-image:tag"
7171
// ...rest of config...
7272
}
7373
}
@@ -86,7 +86,7 @@ wrangler containers push <image>:<tag>
8686
```
8787

8888
:::note
89-
We plan to allow configuring public images directly in wrangler config. Cloudflare will
89+
We plan to allow configuring public images directly in Wrangler config. Cloudflare will
9090
download your image, optionally using auth credentials, then cache it globally in the Cloudflare Registry.
9191

9292
This is not yet available.
@@ -107,4 +107,4 @@ These limits will likely increase in the future.
107107
:::
108108

109109
Delete images with `wrangler containers delete` to free up space, but note that reverting a
110-
Worker to a previous version that uses a deleted image will then error.
110+
Worker to a previous version that uses a deleted image will then error.

0 commit comments

Comments
 (0)