Uh oh!
There was an error while loading. Please reload this page.
Improve arbitrary user run on OpenShift - #401
Conversation
With this patch, the image is compatible with OpenShift as it will generate a valid /etc/passwd at runtime for initdb.
tianon
commented
Jan 22, 2018
I'm definitely not comfortable with this image modifying What is it about how OpenShift runs the image that makes this necessary? |
mcanevet
commented
Jan 23, 2018
@tianon By default, OpenShift Container Platform runs containers using an arbitrarily assigned user ID. (see https://docs.openshift.com/container-platform/3.7/creating_images/guidelines.html chapter Support Arbitrary User IDs). This image mostly support it, but, as per the documentation, |
mcanevet
commented
Jun 1, 2018
@tianon could you please explain what is the problem with this PR except that you are not "comfortable" with modifying the |
yosifkit
commented
Jun 1, 2018
No need for editable |
With this patch, the image is compatible with OpenShift as it will
generate a valid /etc/passwd at runtime for initdb.