uber-archive / makisu

Fast and flexible Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes.
Apache License 2.0
2.41k stars 156 forks source link

[WIP] Chroot tooling #284

Open apourchet opened 4 years ago

apourchet commented 4 years ago

Being able to use Makisu in a chroot would enable the build of docker images with no access to a containerizer. It would mean that we no longer need a fresh container to be created for a build to work. This PR will most likely change a fair amount over time as we assess our approach.