Improve arbitrary user run on OpenShift#401
Improve arbitrary user run on OpenShift#401mcanevet wants to merge 1 commit intodocker-library:masterfrom
Conversation
With this patch, the image is compatible with OpenShift as it will generate a valid /etc/passwd at runtime for initdb.
|
I'm definitely not comfortable with this image modifying What is it about how OpenShift runs the image that makes this necessary? |
|
@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, |
|
@tianon could you please explain what is the problem with this PR except that you are not "comfortable" with modifying the |
|
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.