-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Increased (+50%) docker image size with v18.9.1 (from v16.16.0) #1776
Comments
The |
@nodejs/build is this known? |
Build group does not support Alpine, it is fully unofficial support |
This affects non-alpine images as well. Just download Node.js 18 tar from node official site and untar it. You will notice that the include directory is 50 MB. |
The |
Yes, nodejs/node#42081. |
Since that issue is closed, should we close this? The fix for it was included in nodejs/node#42943 from what I can tell. Or should we tweak something in our dockerfiles? |
I think it can be closed because nodejs/node#45454 has opened. |
Environment
Expected Behavior
The v16.16.0-alpine3.16 size is 112MB, I expected that v18 image size is nearly same amount of MB.
node 16.16.0-alpine3.16 b1ca7421d2e7 6 weeks ago 112MB
Current Behavior
The v18.9.1-alpine3.16 image size is 167MB.
node 18.9.1-alpine3.16 f4e0e36b202c 19 hours ago 167MB
Possible Solution
Steps to Reproduce
Additional Information
The text was updated successfully, but these errors were encountered: