Back to news
security Priority 5/5 8/8/2026, 11:05:15 AM

Vercel Container Registry Now Supports Making Repositories Public

Vercel Container Registry Now Supports Making Repositories Public

Vercel has released an update to its Container Registry, allowing developers to configure their repositories as public. This new capability simplifies integration workflows for teams that need to distribute container images publicly or access them from external staging and production systems without managing complex authentication secrets.

Related tools

Recommended tools for this topic

These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.

#vercel#sveltekit#nextjs#official

Comparison

AspectBefore / AlternativeAfter / This
Repository VisibilityStrictly private access onlySupport for both private and public access
Pull AuthenticationRequired credentials or tokens for every pull requestNo authentication required for public repositories
External IntegrationComplex registry secret configuration in third-party environmentsStreamlined pulling of images directly from public endpoints

Action Checklist

  1. Verify the current visibility settings of your Vercel Container Registry repositories Ensure that sensitive proprietary images remain set to private to prevent unauthorized access.
  2. Update external deployment pipelines that pull from newly public repositories You can safely deprecate and remove redundant registry pull secrets in external CI/CD workflows.
  3. Audit user permissions and access control lists within Vercel Restrict the permission to toggle repository visibility to authorized administrative accounts.

Source: Vercel Changelog

This page summarizes the original source. Check the source for full details.

Related