box-builder / box

A mruby-based Builder for Docker Images
https://box-builder.github.io/box/
Other
237 stars 19 forks source link

Fix for #215 #221

Closed erikh closed 7 years ago

erikh commented 7 years ago

This also adds the feature of pulling :latest instead of the bare image (which was actually pulling the whole repo!). Figured that one was important.

215 is a small bug where if you skip all layers of a build plan, you wouldn't be able to manipulate an image in an after clause.

fixes #215