You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/02 18:03:03 UTC

[GitHub] [airflow] potiuk edited a comment on pull request #15162: Fail in case wrong UID or GID is used for prod image

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:
users@infra.apache.org