fredthomsen edited a comment on issue #13905:
URL: https://github.com/apache/airflow/issues/13905#issuecomment-834787835


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


-- 
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]


Reply via email to