mik-laj commented on a change in pull request #7389: [AIRFLOW-6763] Make 
systems tests ready for backport tests
URL: https://github.com/apache/airflow/pull/7389#discussion_r376829947
 
 

 ##########
 File path: scripts/ci/docker-compose/local.yml
 ##########
 @@ -53,7 +53,9 @@ services:
       - ../../../setup.cfg:/opt/airflow/setup.cfg:cached
       - ../../../setup.py:/opt/airflow/setup.py:cached
       - ../../../tests:/opt/airflow/tests:cached
+      - ../../../tests:/opt/airflow-backport/tests:cached
       - ../../../tmp:/opt/airflow/tmp:cached
+      - ${HOME}/.config:/root/.config
 
 Review comment:
   Personally, I don't trust any code that runs in the container. In my 
opinion, there should be no sensitive data in the container, because users who 
are unaware that some sensitive data is available in the container may hurt 
themselves. Could you add it as an optional feature?
   
   There is a technical possibility to do this in a way that does not allow the 
user to hurt himself. We can talk about it tomorrow.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to