All glossary terms
Optimize
Artifact repository
A versioned store for build outputs — compiled binaries, container images, packages — that sits between the build and the deployment so the exact artifact that was tested is the one that ships. Artifact repositories such as container and package registries give builds immutability and provenance: you deploy a specific signed version rather than rebuilding from source.