Immutable Artifact - Definição do Glossário de CI/CD
Um immutable artifact é uma saída de build criada uma única vez, com uma versão exclusiva, e nunca modificada, de modo que os bytes exatos testados são os bytes exatos implantados em todos os ambientes.
Em CI/CD
Fazer o build uma vez e promover o mesmo immutable artifact por staging e produção (em vez de refazer o build por ambiente) elimina toda uma classe de falhas do tipo "desta vez o build ficou diferente".
Guias relacionados
Release Engineering - CI/CD Glossary DefinitionRelease Engineering: Release engineering is the discipline of making the build, packaging, and release of sof…
Deployment Pipeline - CI/CD Glossary DefinitionDeployment Pipeline: A deployment pipeline, a term from the book Continuous Delivery, is the automated path a…
Pipeline as Code - CI/CD Glossary DefinitionPipeline as Code: Pipeline as code is defining the CI/CD pipeline in version-controlled files that live with…