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 2021/07/17 18:38:02 UTC

[GitHub] [airflow] raphaelauv commented on pull request #17061: [FIX] Docker provider - retry docker in docker

raphaelauv commented on pull request #17061:
URL: https://github.com/apache/airflow/pull/17061#issuecomment-881941311


   I can't since there is this line
   
   https://github.com/apache/airflow/blob/675db5c59768e628619a190eb9030f41ebb86fe8/tests/providers/docker/operators/test_docker.py#L42
   
   the name of the tempdir is not the own asked then the if never match then it reraise the except
   
   I would prefer to remove this retry logic and add an option
   
   default_local_mount = True
   
   So users of docker in docker could put it at False


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