Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi-stage builds #10

Open
cyphar opened this issue Apr 21, 2017 · 1 comment
Open

multi-stage builds #10

cyphar opened this issue Apr 21, 2017 · 1 comment

Comments

@cyphar
Copy link
Owner

cyphar commented Apr 21, 2017

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.

@cyphar
Copy link
Owner Author

cyphar commented Apr 21, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant