You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jarek Potiuk (Jira)" <ji...@apache.org> on 2019/09/08 10:54:00 UTC

[jira] [Created] (AIRFLOW-5440) Dockerfile-based static checks cannot be easily killed with ^C

Jarek Potiuk created AIRFLOW-5440:
-------------------------------------

             Summary: Dockerfile-based static checks cannot be easily killed with ^C
                 Key: AIRFLOW-5440
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5440
             Project: Apache Airflow
          Issue Type: Bug
          Components: ci
    Affects Versions: 2.0.0, 1.10.6
            Reporter: Jarek Potiuk


Currently when we run static checks via Docker file they might continue to run in the background because we are using Ctrl^C to kill such check. This is a known problem when you use bash script as entrypoint so we need to change it to use dumb-init instead.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)