Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRevert log level to npm's default level #535
Conversation
| @@ -40,7 +39,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ | |||
| && rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt \ | |||
| && ln -s /usr/local/bin/node /usr/local/bin/nodejs | |||
|
|
|||
| ENV YARN_VERSION 0.24.4 | |||
| ENV YARN_VERSION 1.1.0 | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
chorrell
Oct 3, 2017
Contributor
Ah, yeah, that should not be updated (the update.sh script is probably to blame here :)
This comment has been minimized.
This comment has been minimized.
|
Drop |
| @@ -0,0 +1,68 @@ | |||
| FROM alpine:3.4 | |||
This comment has been minimized.
This comment has been minimized.
chorrell
Oct 3, 2017
Contributor
We dropped Node.js 7.10 awhile ago. I think your branch is out of sync with master.
ba86e96
to
a3fb16f
|
@chorrell done! Sorry about that noise. |
|
Now worries. Looks good now! |
|
Needs to update the docs as well. https://github.com/nodejs/docker-node#verbosity (and a rebase is needed) |
|
Yeah, a follow-up PR for doc seems fine to me. |
|
Rebase done! |
|
I don't understand why we should deploy something contradicting the documentation - there's no rush in landing this. I won't block on it though |
|
Well even if we land this, the images in the hub still have the npm logging noted in the current docs. I guess the docs will need to note that newer images will have default logging and older ones don’t. I’m fine either way. |
|
@chorrell can we merge this soon? Otherwise I will keep having to rebase |
|
Yes, but we still need an update for the docs to note that newer images will have default logging and older ones don’t. That update can either be in this PR or a new PR. |
|
Perfect. Once Travis CI is green I'll merge and then do #550 |
|
We can discuss the docs wording further too |
Completes nodejs#535

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

LaurentGoderre commentedOct 3, 2017
Fixes #528