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

Add Dockerfile for multi stage builds #18

Closed
haxorof opened this issue Jul 9, 2017 · 0 comments
Closed

Add Dockerfile for multi stage builds #18

haxorof opened this issue Jul 9, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@haxorof
Copy link
Contributor

haxorof commented Jul 9, 2017

Since Docker CE v17.06 multi stage builds are available which simplifies the process to create smaller images. Today we do it in two stages where releases are published to releases and then packages into container in Docker Hub. Now this can be replaced by this new feature:
https://docs.docker.com/engine/userguide/eng-image/multistage-build/#use-multi-stage-builds

Estimate is that this feature will be available at Docker Hub in July 2017.

Add additional Dockerfile for multi stage builds.

@haxorof haxorof added the project label Jul 9, 2017
@haxorof haxorof changed the title Move to Docker multi stage builds Add Dockerfile for multi stage builds Jul 9, 2017
@haxorof haxorof self-assigned this Jul 9, 2017
@haxorof haxorof added this to the 1.2.0 milestone Aug 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant