You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only support single-FROM builds. But in Docker 17.05 (moby/moby#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.
The text was updated successfully, but these errors were encountered:
Currently we only support single-
FROM
builds. But in Docker17.05
(moby/moby#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.The text was updated successfully, but these errors were encountered: