ryanj / origin-s2i-nodejs

A basic Source to Image builder for OpenShift Origin, with runtime binaries from Nodejs.org
https://hub.docker.com/r/ryanj/centos7-s2i-nodejs/
Apache License 2.0
20 stars 30 forks source link

random UID breaks npm install bower, error finding user in passwd file #9

Closed ryanj closed 8 years ago

ryanj commented 8 years ago

npm install bower fails with:

fatal: unable to look up current user in the passwd file: no such user

See #8, https://github.com/openshift/s2i-base/issues/91

ryanj commented 8 years ago

having trouble reproducing this error...

ryanj commented 8 years ago

closing until I can find a solid repro case