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


   I also added code explaining that "before" executing Airflow's entrypoint, 
certain functionality is not be available (updated the PR)
   
   > Also be aware that code executed before Airflow's entrypoint should not 
make any file-related
   > changes inside the image and not everything might possible to execute. 
Before Airflow entrypoint
   > is executed, the following changes are not applied:
   > 
   > * umask is not set properly to allow "group" write access
   > * user is not yet created in /etc/passwd in case aribitrary user is used 
to run the image
   > * the database and brokers might not be available yet


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to