potiuk commented on issue #58932:
URL: https://github.com/apache/airflow/issues/58932#issuecomment-3601257699

   I think the best is to check it in the container (if possible and easy) in 
entrypoint_ci.sh . The reason is that if you use `--mount-sources=skip` the 
local sources are not mounted at all to inside the image, and it should be no 
problem to run the container even if airflow is actually checked out on Windows 
filesystem, so ideally we could just check the file that shoudl generally 
always be there and mounted (by default airflow only mounts selected files).
   
   One of the best ones to check if `/entrypoint` -> this is the 
`scripts/docker/entrypoint_ci.sh` mounted as `/entrypoint` and it is **always** 
mounted unless `--mount-sources remove` is used.


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