potiuk edited a comment on pull request #15162:
URL: https://github.com/apache/airflow/pull/15162#issuecomment-812643417


   @ash - do you have any concerns about this ? It's pretty standard problem 
with any docker images out there, how to make them run with arbitrary user ids 
and there are couple of solution (like changing directory permissions 
dynamically when entering the image or making them rxw to "other". The 
openshift solution is elegant and simple and secure (no root user used to run 
anything in the image), also with recent changes where 'root' group is the 
default and --local flag in PIP is default as well, we have a complete solution 
that works out-of-the-box in most scenarios - this entrypoint warning is just a 
way to make the users aware about the limitations. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to