potiuk commented on issue #15161:
URL: https://github.com/apache/airflow/issues/15161#issuecomment-812645680


   You are not supposed to run the image with arbitrary user id, unless you 
also use GID=0. This is the way how to handle access to a number of directories 
inside the docker image, as our image is OpenShift-compatible.
   
   
https://docs.openshift.com/container-platform/4.7/openshift_images/create-images.html#images-create-guide-openshift_create-images
 
   
   I am just adding an error message when wrong combination of uid/gid is used 
when entering the image (#15612), because while we have it in the 
documentation, it is not always obvious that you should use it this way (BTW 
our 2.0.2 upcoming documentation will also be quite a bit more clearer about 
it).
   
   


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