potiuk edited a comment 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 create any files or > directories inside the image and not everything might work the same way as after it is executed. > Before Airflow entrypoint is executed, the following functionalities are not available: > > * 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]
