-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
run on openshift 3.6, user does not exist #359
Comments
Yes, this is noted in the documentation.
|
@yosifkit: Just because it is noted in the documentation doesn't mean that it is OK. This is a major pain when running on OpenShift, and could be fixed by a simple use of nss_wrapper. |
Not sure how I missed this before, but https://cwrap.org/nss_wrapper.html is the first sane solution I've seen proposed to this OpenShift-specific problem -- essentially faking software that cares to think the user we're running as exists in I'm reopening so we can explore this solution more. |
https://bugs.alpinelinux.org/issues/6710 makes me sad, but https://packages.debian.org/source/stretch/nss-wrapper is a good sign! (so at least Debian-based images using this would be pretty trivial) |
Success! #448 |
If, like me, you wound up here because your Postgres container would not run on OpenShift: don't use the |
initdb: could not look up effective user ID 1000360000: user does not exist
The text was updated successfully, but these errors were encountered: