sktrinh12 commented on issue #13905: URL: https://github.com/apache/airflow/issues/13905#issuecomment-846506788
> Looks like the problem here is the filter argument being removed in docker API version 1.41: https://github.com/docker/cli/blob/v20.10.0-rc1/docs/deprecated.md#filter-param-for-imagesjson-endpoint. This fix ([docker/docker-py@1757c97](https://github.com/docker/docker-py/commit/1757c974fa3a05b0e9b783af85242b18df09d05d)) is available in `docker>=4.4.1` > > I confirmed this by installing 4.4.4 and running a sample docker dag that was failing earlier due to the image not being present. I tried going into the docker container (webserver) and did `pip install docker -U` and it gave me: ``` ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. apache-airflow-providers-docker 1.2.0 requires docker~=3.0, but you have docker 5.0.0 which is incompatible. ``` I'm using the production ready docker-compose.yml from the website running on ubuntu 20.04. Anything else I should try? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
