決定論的ビルド - CI/CD 用語集の定義
決定論的ビルドは、非決定性の要因(埋め込まれた timestamp、ランダムな順序付け、絶対パス)を取り除くことで、同一の入力から同一の出力を生成します。再現可能でビット単位で検証可能な artifact の前提条件です。
関連ガイド
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…
Build Cache Poisoning - CI/CD Glossary DefinitionBuild cache poisoning injects malicious content into a shared build cache, so later builds restore tampered o…
Checksum Verification - CI/CD Glossary DefinitionChecksum verification recomputes a downloaded file’s hash and compares it to a trusted value, confirming the…