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/02/04 14:46:17 UTC

[GitHub] [airflow] ashb commented on a change in pull request #13999: Simplify Kerberos network setup

ashb commented on a change in pull request #13999:
URL: https://github.com/apache/airflow/pull/13999#discussion_r570280043



##########
File path: scripts/ci/docker-compose/integration-kerberos.yml
##########
@@ -79,4 +79,11 @@ volumes:
 
 networks:
   example.com:
-    external: true
+    name: example.com
+    driver: bridge
+    attachable: true

Review comment:
       Hmmm @mik-laj this is failing for me on self-hosted runners with the message:
   
   https://github.com/apache/airflow/runs/1831096008?check_suite_focus=true#step:6:3864
   ```
     Creating Kerberos network
     ./scripts/ci/testing/ci_run_airflow_testing.sh: line 58: kerberos::create_kerberos_network: command not found
     The Compose file '/home/runner/actions-runner/_work/airflow/airflow/scripts/ci/docker-compose/integration-kerberos.yml' is invalid because:
     networks.example.com value Additional properties are not allowed ('attachable' was unexpected)
   ```
   
   Any ideas? Is it a particular version of docker compose or docker?




----------------------------------------------------------------
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:
users@infra.apache.org