proomt

Search

Search posts, papers, and topics

All posts

VercelAndy Waller1 min readrelease notesintro

Share Vercel Container Registry repositories across teams

Summary

Vercel added read‑only sharing of Container Registry repositories across teams, allowing any team to pull images from a shared repo. The sharing is managed through the dashboard or Vercel CLI and can be used in Vercel Sandbox with a team‑scoped image reference.

  • Vercel Container Registry now supports read‑only sharing of entire repositories with up to 100 other Vercel teams.
  • Sharing can be configured via the project dashboard or the Vercel CLI using commands: add, ls, rm, and clear.
  • Shared images are consumable in Vercel Sandbox by specifying a team‑scoped image reference in Sandbox.create().
  • The feature is available on all plans; the CLI must be version 58.3.0 or newer to use the new commands.

Teams collaborating on containerized workloads in Vercel can centralize image storage without granting write permissions.

4/10

Related reading

  1. Vercel Sandbox now supports Devin Outposts

    Vercel Sandbox adds support for Devin Outposts, letting each AI agent session run in an isolated microVM with snapshot state and firewall controls. Teams can deploy via a provided quickstart and get automatic credential handling.

    Vercelvercel.com1 minrelease
  2. Run Terminal-Bench and other Harbor evals on Vercel Sandbox

    Vercel now supports running Harbor benchmarks, like Terminal‑Bench, inside its Sandbox using Firecracker microVMs. The integration with AI Gateway lets you benchmark multiple models by swapping the `--model` flag, scaling concurrency with `--n-concurrent`.

    Vercelvercel.com1 minrelease
  3. Vercel WAF for Blob is now generally available

    Vercel has made its Web Application Firewall for Blob storage generally available. It lets you add edge‑evaluated IP, country, and path rules to block or rate‑limit traffic to stored objects without changing code, helping cut unwanted bandwidth and costs.

    Vercelvercel.com1 minrelease