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 17:51:37 UTC

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

potiuk commented on pull request #15162:
URL: https://github.com/apache/airflow/pull/15162#issuecomment-812639154


   It's about access right to a number of directories. This is very common pattern (for example used in OpenShift) and we already have a number of issues opened about it (for example just opened issue here which describes what happens and where the problems are: https://github.com/apache/airflow/issues/15161#issuecomment-812606687) 
   
   This is also very closely following the openshift guidelines: 
   
   https://docs.openshift.com/container-platform/4.7/openshift_images/create-images.html#images-create-guide-openshift_create-images
   
   All the reasons for this approach are described there in detail in th "support for arbitrary user ids" chapter in the openshift documentation - I will not copy it here, they described it pretty well there.


-- 
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