orca-build icon indicating copy to clipboard operation
orca-build copied to clipboard

multi-stage builds

Open cyphar opened this issue 8 years ago • 1 comments

Currently we only support single-FROM builds. But in Docker 17.05 (docker/docker#31257), multi-stage builds are a thing and for compatibility we need to implement it too -- shouldn't be too hard we just need to support multiple base image sources. COPY --from will be a bit more painful.

cyphar avatar Apr 21 '17 01:04 cyphar

There's also named stages (docker/docker#32063).

cyphar avatar Apr 21 '17 01:04 cyphar