Artifact Promotion - CI/CD用語集の定義
artifact promotionは、すでにbuildされた単一のartifactを再buildせずに後続の環境へと進め、テストで検証したまさにそのバイトが本番にdeployされることを保証します。
関連ガイド
Immutable Tag - CI/CD Glossary DefinitionAn immutable tag is a registry image tag that cannot be overwritten once pushed, so a given tag always maps t…
Preview Deployment - CI/CD Glossary DefinitionA preview deployment publishes a live, shareable instance of a pull request at a unique URL, so reviewers can…
Supply-Chain Security - CI/CD Glossary DefinitionSupply-chain security protects every step from source to deployed artifact - dependencies, build, signing - a…