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 2022/01/10 04:40:47 UTC

[GitHub] [airflow] fredthomsen commented on issue #20776: Write access to /home/airflow for "default" user in docker

fredthomsen commented on issue #20776:
URL: https://github.com/apache/airflow/issues/20776#issuecomment-1008540321


   Have you modified the provided compose file at all?  I had a similar sort of issue; however, I realized that in customizing the compose file to my needs I had swapped `AIRFLOW_UID` to another variable, thus leading me to running processes in that container as the `default` user.
   
   The `default` user created by the entrypoint script is not suppose to have write access to the `airflow` user home directory.  That home directory is created via the `adduser` command in the `Dockerfile` and has the standard home directory permissions.


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org