Vercel Container Registry repositories can now be made public
By Steven Van ·
Vercel Container Registry now lets you make a repository public, so anyone with a Vercel account can pull and use its images.
Vercel Container Registry repositories can be made public, so any Vercel account holder can pull and use their images. Previously, sharing extended read access to up to 100 named teams; public visibility opens that same read-only access to every Vercel team instead. Public repositories still cannot be pushed to, deleted, or otherwise modified by anyone outside the owning team, and repositories remain private by default.
Visibility is set from the project dashboard, under Images → repository → Settings → Public Access, where confirming requires typing the repository name. It can also be changed with the CLI (vercel vcr config repository --public true) or the REST API. Public images work the same way shared images do in Vercel Sandbox, referenced by a team-scoped image string passed to Sandbox.create().
