Skip to content

Commit

Permalink
extra docker-py update to resolve docker op issues (apache#15731)
Browse files Browse the repository at this point in the history
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
fredthomsen authored May 9, 2021
1 parent 7933aaf commit 41930fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def get_sphinx_theme_version() -> str:
'sphinxcontrib-spelling==5.2.1',
]
docker = [
'docker~=3.0',
'docker',
]
druid = [
'pydruid>=0.4.1',
Expand Down

0 comments on commit 41930fd

Please sign in to comment.