[ 
https://issues.apache.org/jira/browse/AIRFLOW-5440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927152#comment-16927152
 ] 

ASF subversion and git services commented on AIRFLOW-5440:
----------------------------------------------------------

Commit e399d0c2d507f2128e8c7d41349ec4f9fc54b499 in airflow's branch 
refs/heads/master from Jarek Potiuk
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=e399d0c ]

[AIRFLOW-5440] Static checks from docker file use dumb-init (#6056)

This is needed so that you can easily kill such checks with ^C
Not doing it might cause your docker containers run for a long time
and take precious resources.

> 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
>            Priority: Major
>
> 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)

Reply via email to