Manifest List - CI/CD用語集の定義
manifest list(Docker の用語)は、1 つの tag の下で複数のプラットフォーム別 image manifest を指し示すため、クライアントは自身のアーキテクチャと OS に一致するイメージを自動的に pull します。
manifest list(Docker の用語)は、1 つの tag の下で複数のプラットフォーム別 image manifest を指し示すため、クライアントは自身のアーキテクチャと OS に一致するイメージを自動的に pull します。
manifest list(Docker の用語)は、1 つの tag の下で複数のプラットフォーム別 image manifest を指し示すため、クライアントは自身のアーキテクチャと OS に一致するイメージを自動的に pull します。
CI での扱い
マルチアーキテクチャの build job は 1 つの manifest list を生成するため、呼び出し側がプラットフォームを指定しなくても docker pull myapp:1.0 が arm64 または amd64 のイメージに解決されます。
関連ガイド
Image Index - CI/CD Glossary DefinitionImage Index: An image index is the OCI specification equivalent of a Docker manifest list: a top-level docume…
Image Manifest - CI/CD Glossary DefinitionImage Manifest: An image manifest is the JSON document describing a single-platform image: its config and the…
Buildx Builder - CI/CD Glossary DefinitionBuildx Builder: A buildx builder is a BuildKit build instance managed through the `docker buildx` CLI. Builde…
Image Digest - CI/CD Glossary DefinitionImage Digest: An image digest is the SHA-256 content hash that uniquely and immutably identifies an image (fo…