-
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
node:8-slim image is broken as on 27/11/2018 #936
Comments
Pretty confusing. |
Jessie is EOL so we are transitioning to stretch. Pr #850 will give you the option to target either one for slim. |
@LaurentGoderre is there any way to subscribe to these update notices via some rss feed or newsletter? For example, we're generally aware of nodejs security releases because of their google group: https://groups.google.com/forum/#!forum/nodejs-sec . Is there anything similar in nature for |
Not sure we have such communication channel set up yet. |
@shrikrishnaholla you docker-library/official-images#5125 will introduce the |
@LaurentGoderre may I know when this is expected to be pushed to docker hub? I'm still getting the error that the tag isn't found |
When docker-library/official-images#5126 is merged, it'll be available a couple of hours later |
all of sudden, the git binary is also missing in node:8-slim 😕 |
@macrozone git has never been installed in the |
@chorrel i just noticed, because yarn install suddenly failed. But it was because i used a git url as dependency in package.json. Just heads up for others: dont use the slim image if you need npm or yarn install |
@marco you _can_ use slim images to install regular packages from npm. If
you want to install from git, you'll need to extend the image and install
git yourself. Then those npm/yarn installs will work
…On Tue, Dec 4, 2018 at 4:52 PM Marco Wettstein ***@***.***> wrote:
@chorrel i just noticed, because yarn install suddenly failed. But it was
because i used a git url as dependency in package.json.
Just heads up for others: dont use the slim image if you need npm or yarn
install
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#936 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABHEehSBm0SB98jHo7sh_nwD5RzaxtOeks5u1lrggaJpZM4Y1rUv>
.
--
Shrikrishna Holla
Author, Programmer, Human
Github <https://github.com/shrikrishnaholla/> | LinkedIn
<http://www.linkedin.com/in/shrikrishnaholla> | Twitter
<https://twitter.com/srikrishnaholla> | Facebook
<https://www.facebook.com/shrikrishna.holla> | srikrishna_holla on Skype |
shrikrishna on freenode irc
|
You can also use the slim image with multi-stage build to address this issue like you would in Alpine |
I believe we can close because we not have |
node:8-slim
image has been giving issues for us all dayVersions of docker in the servers:
1. Docker version 17.06.0-ce, build 02c1d87
2. Docker version 17.03.0-ce, build 3a232c8
Error in bringing up an express server:
The text was updated successfully, but these errors were encountered: