64 / cbuildrt

Minimal container runtime for xbstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cbuildrt: Containerized build runtime

cbuildrt implements a minimal unprivileged container runtime for use in xbstrap. It tries to isolate the containerized process from the host environment in order to achieve reproducible builds.

Note that in contrast to runtimes such as runc, cbuildrt does not try to protect against malicious sandbox escapes.

About

Minimal container runtime for xbstrap


Languages

Language:Rust 100.0%