jupyter-on-openshift / jupyter-notebooks

OpenShift compatible S2I builder for basic notebook images.
Apache License 2.0
54 stars 111 forks source link

Duplicate user added for same uid if run with additional group of root. #5

Closed GrahamDumpleton closed 5 years ago

GrahamDumpleton commented 5 years ago

Occurs when run as default user, but supplemental group of root added, meaning that passwd file can be written.

Raised for Jupyter docker-stacks images. Same issue:

GrahamDumpleton commented 5 years ago

This is not relevant to this implementation as base of Python S2I images, which use nss_wrapper and do not updated passwd file.