mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-16 23:11:06 +00:00
[containers] Update image registry limits (#27132)
This commit is contained in:
parent
97f9fd7515
commit
92393700b6
1 changed files with 1 additions and 5 deletions
|
|
@ -155,11 +155,7 @@ using the `wrangler containers push` command.
|
|||
|
||||
## Registry Limits
|
||||
|
||||
Images are limited to 2 GB in size and you are limited to 50 total GB in your account's registry.
|
||||
|
||||
:::note
|
||||
These limits will likely increase in the future.
|
||||
:::
|
||||
Images are limited in size by available disk of the configured [instance type](/containers/platform-details/limits/#instance-types) for a Container.
|
||||
|
||||
Delete images with `wrangler containers images delete` to free up space, but reverting a
|
||||
Worker to a previous version that uses a deleted image will then error.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue