ContainerImage
ContainerImage is a portable, immutable artifact that bundles an application and its runtime environment, including libraries, dependencies, and configuration. It is designed for distribution and reproducible deployment, enabling container runtimes to instantiate running instances with consistent behavior.
A container image consists of a series of filesystem layers, a configuration object, and a manifest. Each
Formats and standards for container images are governed by the Open Container Initiative (OCI) and, historically,
Creation and distribution involve building images from instructions (for example, a Dockerfile or similar build definition),
A running container is created from a container image by applying a writable layer on top of