OCI Image - CI/CD用語集の定義
OCI imageはOpen Container Initiative仕様に従ってパッケージ化されたcontainerイメージ(config + レイヤ化されたファイルシステム + manifest)で、準拠したruntimeやregistry間で移植可能です。
関連ガイド
Digest Pinning - CI/CD Glossary DefinitionDigest pinning references an image by its immutable sha256 digest instead of a mutable tag, so every build an…
containerd - CI/CD Glossary Definitioncontainerd is the standard container runtime that handles image transfer, storage, and execution, used under…
Distroless - CI/CD Glossary DefinitionA distroless image holds only your app and its runtime dependencies - no shell or package manager - shrinking…