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

Investigate image size when using onbuild image #13

Open
fixe opened this issue Mar 31, 2016 · 2 comments
Open

Investigate image size when using onbuild image #13

fixe opened this issue Mar 31, 2016 · 2 comments
Labels

Comments

@fixe
Copy link
Contributor

fixe commented Mar 31, 2016

No description provided.

@fixe fixe added the bug label Mar 31, 2016
@promag
Copy link
Contributor

promag commented Sep 5, 2016

Probably because of:

RUN apk --no-cache --virtual build-dependencies add g++ gcc git make python

which are kept.

@joaopaulofonseca
Copy link

joaopaulofonseca commented Nov 14, 2016

@promag's got a point. These dependencies are adding around 154MB to the base image.

seegno/node         7        256.7 MB
seegno/node         7-test   256.7 MB
seegno/node         7-slim   256.7 MB
seegno/node         latest   256.7 MB
mhart/alpine-node   7        54.26 MB

What if we add those only if needed (build native dependencies, use dependencies directly from GitHub repo, etc, ..)?

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

3 participants