Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Consider moving to multi-stage build instead of a single-stage script #116

Open
Qix- opened this issue Nov 9, 2017 · 1 comment
Open

Comments

@Qix-
Copy link
Contributor

Qix- commented Nov 9, 2017

Iterative changes to this image are pretty painful I'd imagine 🙃

Now that Docker has multi-stage builds, it'd be pretty trivial to break out the single RUN into multiple layers, with an ultimate FROM alpine again in order to COPY --from all of the artifacts from the source build.

This would allow for proper Docker-ized layers whilst keeping the image size down since all of the intermediate layers of the original build step are omitted from the eventual docker push.

Might be worth considering :)

@OmgImAlexis
Copy link

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

No branches or pull requests

2 participants