Remote Build Cache - Definição do Glossário de CI/CD
Um remote build cache armazena saídas de build indexadas por suas entradas em um serviço compartilhado, permitindo que qualquer runner ou desenvolvedor baixe um resultado anterior em vez de recompilá-lo.
Guias relacionados
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…