Immutable Tag - Definição do Glossário de CI/CD
Uma immutable tag é uma configuração de registry que proíbe reenviar sobre uma tag existente, garantindo que uma tag como v1.4.2 sempre resolva para a mesma imagem e não possa ser trocada silenciosamente.
Guias relacionados
Digest Pinning - CI/CD Glossary DefinitionDigest pinning references an image by its immutable sha256 digest instead of a mutable tag, so every build an…
Artifact Promotion - CI/CD Glossary DefinitionArtifact promotion moves one tested build unchanged through environments - dev to staging to prod - so exactl…
Supply-Chain Security - CI/CD Glossary DefinitionSupply-chain security protects every step from source to deployed artifact - dependencies, build, signing - a…