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)