[ 
https://issues.apache.org/jira/browse/AIRFLOW-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fokko Driesprong reassigned AIRFLOW-1380:
-----------------------------------------

    Assignee: Willem van Asperen

> DockerOperator does not work with most recent version of Docker client
> ----------------------------------------------------------------------
>
>                 Key: AIRFLOW-1380
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1380
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: docker, operators
>    Affects Versions: 1.9.0
>         Environment: Tested on OS X, Python 3.5.2.
>            Reporter: Benjamin Sims
>            Assignee: Willem van Asperen
>            Priority: Minor
>             Fix For: 1.10.0, 2.0.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> DockerOperator contains the following import:
> from docker import Client, tls
> https://github.com/apache/incubator-airflow/blob/master/airflow/operators/docker_operator.py#L21
> In the latest version of the docker Python client available in PyPy, 'Client' 
> is no longer available and has been named 'APIClient'. The change was made 
> here:
> https://github.com/docker/docker-py/commit/9daa320454ec0c19035a09b436a41e13c3fb71ad
> I will submit a PR with the relevant change.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to