Reproducible Build - CI/CD用語集の定義
Reproducible build は、同一のソースと build 入力からバイト単位で同一の出力を生成するため、第三者が artifact とそのソースの一致を独立して確認できます。
関連ガイド
Hermetic Build - CI/CD Glossary DefinitionA hermetic build runs isolated from the network and host state, depending only on declared inputs - the basis…
Provenance - CI/CD Glossary DefinitionProvenance is verifiable metadata describing how an artifact was built - source, builder, and inputs - lettin…
Dependency Pinning - CI/CD Glossary DefinitionDependency pinning locks each dependency to an exact version so builds are reproducible and an upstream relea…