I am having slightly different issue: ``` File "/home/dimanne/devel/scripts/man/docker/build.py", line 185, in _build self._build(configs, item.as_group_name(), "", False) File "/home/dimanne/devel/scripts/man/docker/build.py", line 220, in _build self._tag(name, last_built_image_name) File "/home/dimanne/devel/scripts/man/docker/build.py", line 163, in _tag with docker.APIClient(base_url='unix://var/run/docker.sock') as client: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/docker/api/client.py", line 197, in __init__ self._version = self._retrieve_server_version() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/docker/api/client.py", line 221, in _retrieve_server_version raise DockerException( docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument 'chunked' ```
while trying to tag an image from python code: ``` import docker with docker.APIClient(base_url='unix://var/run/docker.sock') as client: client.tag(image=image_to_tag, repository=tag_name, tag='latest', force=True) ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056735 Title: docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument 'chunked' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/docker-compose/+bug/2056735/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs