VCR:Vercel コンテナレジストリの導入
本文の状態
日本語全文を表示中
詳細モードで約2分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Vercel Blog
Vercel が OCI 準拠のコンテナレジストリ「VCR」を導入し、ユーザーは Docker コマンドで直接イメージのプッシュ・プル・管理が可能になった。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
Vercel で、コンテナイメージのプッシュ、プル、管理を直接行えるようになりました。
Vercel Container Registry は、Vercel のインフラストラクチャ上でホストされる OCI 準拠のイメージレジストリです。標準的なワークフローと連携し、単に docker push、docker pull、docker tag を実行するだけで済むため、新たに学ぶ必要も、ツールの移行も不要です。
Vercel プロジェクトには、無制限数のリポジトリを設定できます。リポジトリは Vercel ダッシュボードから直接作成・管理することも、あるいは VCR へ直接プッシュすることで、Vercel がその場で自動的にリポジトリを作成します。
操作には、Vercel の他の機能と同じ認証制御が適用されます。OIDC またはアクセストークンによる認証が可能ですが、トークンにはプロジェクトスコープへのアクセス権限が必要です。
Fluid Compute 向けに最適化
イメージをプッシュすると、Vercel は背景で自動的に Sandboxes や Functions で使用できるよう最適化を行います。Vercel は、イメージが要求された際に使用するプレコンパイル済みスナップショットを保存します。これらは、Fluid Compute 上で実行するように最適化された Sandbox Snapshots と同じ形式を使用しています。
Vercel でのビルドとデプロイ
Vercel のビルド環境は、現在のプロジェクト用の認証設定が自動的にセットアップされています。つまり、Vercel のビルド&デプロイプロセスを通じてイメージをビルドして保存できます。あるいは、今日から Dockerfile を Vercel に直接持ち込み、Vercel Functions と Vercel Sandboxes でホストすることも可能です。
VCR に関する詳細はドキュメントをご覧ください。
続きを読む
原文を表示
You can now push, pull, and manage container images directly on Vercel.
Vercel Container Registry is an OCI-compliant image registry hosted on Vercel's infrastructure. It works with standard workflows - simply docker push, docker pull, and docker tag - so there's nothing new to learn and no migration of tooling required.
A Vercel project can have an unlimited number of repositories. You can create and manage repositories directly through the Vercel dashboard or even just push directly to VCR. Vercel will create 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, provide the token has access to the project scope.
Optimized for Fluid Compute
When you push an image, Vercel automatically optimizes it in the background for use in Sandboxes and Functions. Vercel stores a precompiled snapshot of the image which to use when the image is requested. These use the same format as our Sandbox Snapshots which are optimized to run on Fluid Compute.
Build and deploy on Vercel
Vercel's build environment is automatically setup with authentication for the current project. This means you can build and store images via Vercel build & deploy process. Or, from today you can also bring your Dockerfile to Vercel directly and host it with Vercel Functions with Vercel Sandboxes.
Read more about VCR in the documentation.
Read more
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み