orca-build
orca-build copied to clipboard
multi-stage builds
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.
There's also named stages (docker/docker#32063).