Share Vercel Container Registry repositories across teams
By Steven Van ·
Vercel Container Registry now lets you share a repository with other Vercel teams to grant read access to its images.
Vercel Container Registry now lets a team share a repository with another Vercel team, granting read access to its images. Sharing is read-only and applies to the whole repository: recipients can pull and use every image, but cannot push, delete, or re-share. Each repository can be shared with up to 100 teams, including a team's own.
Repositories can be shared from the project dashboard under Images → repository → Settings → Repository Sharing, or with the Vercel CLI (vercel vcr permissions, with add, ls, rm, and clear subcommands). Shared images can also be used in Vercel Sandbox by passing a team-scoped image reference, such as other-team/their-project/shared-repository:latest, to Sandbox.create().
Repository sharing is available on all plans. It requires Vercel CLI v58.3.0 or later, installed with npm i -g vercel@latest. See the announcement for the full CLI reference.
