---
title: Limits & Pricing
product: vercel
url: /docs/container-registry/limits-and-pricing
canonical_url: "https://vercel.com/docs/container-registry/limits-and-pricing"
last_updated: 2018-10-20
type: reference
prerequisites:
  - /docs/container-registry
related:
  []
summary: Learn about limits & pricing on Vercel.
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---

# Container Registry limits and pricing

## Pricing

| Resource          | Price          |
| ----------------- | -------------- |
| VCR image storage | $0.10 per GB   |

## Limits

### Size limits

| Resource                          | Limit  |
| --------------------------------- | ------ |
| Compressed image layer            | 500 MB |
| Total image size                  | 15 GB  |
| Manifest body                     | 4 MB   |
| Image config blob                 | 1 MB   |

The total image size is calculated from the compressed layers and config blob referenced by the image manifest.

### Plan limits

| Resource                 | Hobby | Pro    | Enterprise |
| ------------------------ | ----- | ------ | ---------- |
| Repositories per project | 100   | 1,000  | 5,000      |
| Images per repository    | 1,000 | 10,000 | 50,000     |
| Tags per repository      | 1,000 | 10,000 | 50,000     |

### Compatibility limits

VCR supports OCI image manifests, OCI image indexes, Docker schema 2 image manifests, and Docker manifest lists.

Image layers must use gzip or zstd compression. Uncompressed OCI layers are not supported.

Single-platform image manifests must include `os` and `architecture` in the image config.


---

[View full sitemap](/docs/sitemap)
