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

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

Commit c026f642f974f8adf2d00c9a5202e26c118721be in airflow's branch 
refs/heads/v1-10-test from Jarek Potiuk
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=c026f64 ]

[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.

(cherry picked from commit e399d0c2d507f2128e8c7d41349ec4f9fc54b499)


> 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