Artifact Registry - CI/CD Glossary Definition
An artifact registry stores and versions build outputs (packages, images, binaries) so downstream jobs and deploys pull exact, immutable versions.
Related guides
Container Registry - CI/CD Glossary DefinitionA container registry stores and serves Docker/OCI images by repository, tag, and digest. CI pushes built imag…
Artifact - CI/CD Glossary DefinitionArtifact: An **artifact** is a file or set of files produced by a job (build output, test report) that can be…
SBOM - CI/CD Glossary DefinitionAn SBOM (Software Bill of Materials) is a machine-readable inventory of every component and dependency in a b…