box icon indicating copy to clipboard operation
box copied to clipboard

A mruby-based Builder for Docker Images

Results 24 box issues
Sort by recently updated
recently updated
newest added

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...