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:06:59 UTC

[GitHub] [airflow] potiuk commented on issue #15161: Container run do not obey the AIRFLOW_UID changed user

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