チェックサム検証 - CI/CD 用語集の定義
チェックサム検証は、取得したファイル(tarball、バイナリ、イメージレイヤー)の暗号ハッシュを再計算し、既知の正しい値と比較して、artifact が pipeline でインストールまたは実行される前に整合性と真正性を確認します。
関連ガイド
Lockfile Integrity - CI/CD Glossary DefinitionLockfile integrity records a cryptographic hash per dependency, so a CI install fails loudly if a fetched pac…
Content-Addressed Storage - CI/CD Glossary DefinitionContent-addressed storage names each blob by the hash of its contents, so identical data is stored once and r…
Bit-for-Bit - CI/CD Glossary DefinitionBit-for-bit means two builds produce byte-identical output, so anyone can rebuild from source and prove an ar…