Vercel Container Registry Now Supports Public Repositories
Key point
Vercel Container Registry repositories can now be made public to all Vercel teams.
Details
Vercel Container Registry now supports public repository settings. Anyone with a Vercel account can pull and use images from public repositories, which grant read access to all Vercel teams. Previously, read access could be shared with up to 100 teams.
Public access is restricted to read-only. Users can pull and use images but cannot perform repository modifications such as pushing or deleting, and repositories remain private by default.
Public settings can be applied by entering the repository name in the project dashboard under Images → repository → Settings → Public Access. In the CLI, use the vercel vcr config <repository> --public true or --public false commands, and repository visibility can also be changed via the REST API. Public images can be used in Sandbox.create() via the team-scoped image reference in Vercel Sandbox.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.