English

Zero-consistency root emulation for unprivileged container image build

Distributed, Parallel, and Cluster Computing 2024-05-13 v1 Operating Systems

Abstract

Do Linux distribution package managers need the privileged operations they request to actually happen? Apparently not, at least for building container images for HPC applications. We use this observation to implement a root emulation mode using a Linux seccomp filter that intercepts some privileged system calls, does nothing, and returns success to the calling program. This approach provides no consistency whatsoever but appears sufficient to build all Dockerfiles we examined, simplifying fully-unprivileged workflows needed for HPC application containers.

Cite

@article{arxiv.2405.06085,
  title  = {Zero-consistency root emulation for unprivileged container image build},
  author = {Reid Priedhorsky and Michael Jennings and Megan Phinney},
  journal= {arXiv preprint arXiv:2405.06085},
  year   = {2024}
}

Comments

7 pages, 2 figures

R2 v1 2026-06-28T16:22:37.229Z