Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Use a multi-stage Dockerfile #67

Closed
wants to merge 1 commit into from
Closed

Conversation

tamird
Copy link
Contributor

@tamird tamird commented Jun 17, 2017

Previously, we needed a script to build a minimal docker image without build
dependency.

Docker's new multi-stage builds allow us to specify all of this logic in the
Dockerfile, eliminating the need for the dockerize script.

Fixes #43

@olix0r https://github.com/moby/moby/releases/tag/v17.05.0-ce was released on 2017-05-05.

Previously, we needed a script to build a minimal docker image without build
dependency.

Docker's new multi-stage builds allow us to specify all of this logic in the
Dockerfile, eliminating the need for the _dockerize_ script.

Fixes #43
@wmorgan
Copy link
Member

wmorgan commented Jun 18, 2017

Thanks, Tamir! We will take a look!

@tamird tamird closed this Sep 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants