[containers] Update image registry limits (#27132)

This commit is contained in:
Nikita Sharma 2025-12-15 10:24:25 -06:00 committed by GitHub
parent 97f9fd7515
commit 92393700b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.