megachangelog
Feature

Introducing VCR: Vercel Container Registry

Vercel Container Registry is a new OCI-compliant image registry hosted on Vercel infrastructure that lets you push, pull, and manage container images directly using standard Docker workflows. The registry automatically optimizes images for Vercel Sandboxes and Functions, with built-in authentication and integration into the Vercel build environment.

You can now push, pull, and manage container images directly on Vercel.

Vercel Container Registry is an OCI-compliant image registry hosted on Vercel infrastructure. It works with standard workflows like , , and , so there's nothing new to learn or tooling to migrate.docker pushdocker pulldocker tag

A Vercel project can have unlimited repositories. You can create and manage them through the Vercel dashboard, or push directly to VCR, which creates the repository for you on the fly.

Operations use the same authorization controls as the rest of Vercel. You can authenticate with OIDC or an access token, provided the token has access to the project scope.

When you push an image, VCR automatically optimizes it in the background for use in Sandboxes and Functions. VCR stores a precompiled snapshot and serves that snapshot when the image is requested. These snapshots use the same format as Sandbox Snapshots, which are .optimized to run on Fluid Compute

The Vercel build environment is automatically set up with authentication for the current project, so you can build and store images as part of the build and deploy process. You can also bring your Dockerfile to Vercel directly and host it with or .Vercel FunctionsVercel Sandboxes

Read more about VCR in the .documentation

Read more

Optimized for Fluid Compute

Build and deploy on Vercel

container-registrydockerinfrastructurefunctionssandboxes

Source: original entry ↗