zalando-stups / docker-node

DEPRECATED: Docker image with Node.js and Zalando CA
8 stars 9 forks source link

Bumbed node version to 7.7.3 #30

Closed semonte closed 7 years ago

semonte commented 7 years ago

Also updated GPG keys to match with keys found at https://github.com/nodejs/docker-node/blob/master/7.7/wheezy/Dockerfile

Fixes #29

prayerslayer commented 7 years ago

Looks good, thanks a lot! I'd appreciate it if you could upgrade the NPM version too.

semonte commented 7 years ago

I tried building with npm 4.4.3 but it fails:

npm ERR! Linux 4.9.8-moby
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "npm@4.4.3"
npm ERR! node v7.7.3
npm ERR! npm  v4.1.2
npm ERR! path /usr/local/lib/node_modules/.staging/@npmcorp/copy-5f73018a
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename

npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/@npmcorp/copy-5f73018a' -> '/usr/local/lib/node_modules/npm/node_modules/@npmcorp/copy'
npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/@npmcorp/copy-5f73018a' -> '/usr/local/lib/node_modules/npm/node_modules/@npmcorp/copy'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! Please include the following file with any support request:
npm ERR!     /npm-debug.log
semonte commented 7 years ago

There is an open issue about this in https://github.com/npm/npm/issues/16055 So I would not update the npm version at this point.

prayerslayer commented 7 years ago

Thanks for checking, I would have blindly updated. Then let's merge this as-is.