Distroless - CI/CD用語集の定義
distrolessイメージは、アプリケーションとその言語runtimeのみをパッケージ化し、shell、パッケージマネージャ、OSユーティリティを省くことで、サイズと悪用可能な攻撃対象領域を最小化します。
関連ガイド
OCI Image - CI/CD Glossary DefinitionAn OCI image is a container image following the Open Container Initiative spec, so it runs across Docker, con…
Rootless Containers - CI/CD Glossary DefinitionRootless containers run the runtime and workload as an unprivileged user via user namespaces, so a container…
containerd - CI/CD Glossary Definitioncontainerd is the standard container runtime that handles image transfer, storage, and execution, used under…