Terminology Index
Glossary
1801 terms
Showing 417-448 of 1801 terms
Container Images
The packaged, immutable templates that define what runs in a container, bundling an application with its dependencies and configuration. Images are built in layers and run as containers, making their security foundational to container security.
A container image is a static, layered package containing everything needed to run an application; containers are running instances of images. Because every container inherits its image's contents, security starts with the image: a vulnerable or tampered image means every container from it is vulnerable. This makes image scanning, hardening, signing, and provenance central, and it is why securing the image pipeline matters so much.
Introduced in: Cloud Security Foundations
Examples
- Building an application into a layered container image.
- Running multiple containers from the same base image.
- Recognizing that a vulnerability in a base image affects all images built on it.
No related terms linked yet.
