box
box copied to clipboard
A mruby-based Builder for Docker Images
This would enable the exploration of different ideas around the build process. It would also make it possible to produce images for runc.
WIP, this'll probably be edited a few times. Right now flatten does a few things wrong: * it merges the `from` image with the rest of the images; that's probably...
Basically, copy always copies as root right now. If we getuid/getgid a username inside the container right before copying it, we can modify the tar data at just the right...
Many containers build code in some fashion during their construction. However, for convenience reasons build tools are often left inside the resulting container image. This is not ideal. It would...