Skip to content
Latchkey

Rootless Container - CI/CD Glossary Definition

A rootless container runs without root privileges on the host by mapping the container root user to an unprivileged host user via user namespaces. It limits the blast radius if a container is compromised.

In CI

Rootless builds (Podman rootless, BuildKit rootless, or Kaniko) let you build images on shared runners without granting the daemon root, which is safer for self-hosted fleets running untrusted PRs.

Related guides

Run this faster and cheaper on Latchkey managed runners. Start free →