Distroless - CI/CD Glossary Definition
Distroless images package only the application and its language runtime, omitting a shell, package manager, and OS utilities, which minimizes size and the exploitable attack surface.
Related guides
OCI Image - CI/CD Glossary DefinitionAn OCI image is a container image following the Open Container Initiative spec, so it runs across Docker, con…
Rootless Containers - CI/CD Glossary DefinitionRootless containers run the runtime and workload as an unprivileged user via user namespaces, so a container…
containerd - CI/CD Glossary Definitioncontainerd is the standard container runtime that handles image transfer, storage, and execution, used under…