Terminology Index
Glossary
1801 terms
Showing 417-448 of 1801 terms
Container Registries
The repositories that store and distribute container images, public or private, from which images are pulled to run. Because they are the source of what gets deployed, their security and integrity are critical to the software supply chain.
A container registry is where images are pushed after building and pulled from to deploy. As a central point in the supply chain, a compromised or poisoned registry can distribute malicious images broadly, so registries are secured through access control, image signing and verification, and scanning of stored images. Using trusted, private registries with provenance controls is a key defense for containerized environments.
Introduced in: Cloud Security Foundations
Examples
- Pulling an application image from a private registry to deploy it.
- Restricting who can push images to a registry to prevent poisoning.
- Verifying image signatures on pull to ensure registry integrity.
No related terms linked yet.
