Content-Addressed Storage - CI/CD用語集の定義
コンテンツアドレス型ストレージ (CAS) は、オブジェクトを場所ではなくそのバイト列の暗号学的ハッシュで識別し、自動的な重複排除と改ざん検知を実現します。build cacheやOCIレイヤーはこれに依存しており、同一の内容は一度だけ取得・保存されます。
関連ガイド
Cache Key - CI/CD Glossary DefinitionA cache key is the identifier a value is stored and looked up under. In CI a key hashed from lockfiles and OS…
Object Storage - CI/CD Glossary DefinitionObject storage keeps data as flat objects in buckets addressed by key, scaling to huge artifact stores - the…
Checksum Verification - CI/CD Glossary DefinitionChecksum verification recomputes a downloaded file’s hash and compares it to a trusted value, confirming the…