Remote Build Cache - CI/CD用語集の定義
remote build cacheは、buildの出力をその入力をキーとして共有サービスに保存し、任意のrunnerや開発者が再コンパイルする代わりに以前の結果をダウンロードできるようにします。
関連ガイド
Hermetic Build - CI/CD Glossary DefinitionA hermetic build runs sealed from the network and host state, using only declared inputs, so the same sources…
Persistent Volume - CI/CD Glossary DefinitionA persistent volume is cluster storage whose lifecycle is independent of any pod, so data survives restarts -…
Idempotent Apply - CI/CD Glossary DefinitionAn idempotent apply produces the same end state no matter how often it runs, so re-running a deploy or terraf…