Allow docker build stages to be used as build environment
rlupton20 opened this issue · 2 comments
rlupton20 commented
It's a common pattern to have multi-stage Dockerfiles
, an intermediate stage of which is a good candidate for an interactive build container.
It would be useful if floki
allowed users to select an intermediate stage as its image.
rlupton20 commented
Lol, I need to rtfm. I totally forgot about that! Thanks again for doing it!