Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extra docker-py update to resolve docker op issues (apache#15731)
Due to changes in the docker api in api version 1.41, the docker python client needs an update to properly handle the filter param imagejson endpoint. Without this fix, the `DockerOperator` will not pull the image unless `force_pull` is set to True. Fixes apache#13905
- Loading branch information