potiuk commented on PR #25251: URL: https://github.com/apache/airflow/pull/25251#issuecomment-1203023925
Hm. Actually if this is that complex, there is nothing wrong in mounting airflow to /workspace/airflow. We could - if we want - make sure that all the scripts inside the image are reletive to AIRFLOW_SOURCES - when I checked it, there are maybe a few places where "/opt/airlfow" is specifically mentioned, so we could set AIRFLOW_SOURCES to /workspace/airflow when we start the container (maybe we could also remove sources by mounting empty volume in /opt/airflow or smth). -- 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]
