Dhananjay Nene
Results
1
issues of
Dhananjay Nene
https://github.com/ansible/ansible-container/blob/2fa778a7c8d1699672314ac0b89c53554f435cb7/container/docker/engine.py#L1151 As per the commit https://github.com/docker/docker-py/commit/631cc3c1215441edb075a999a77061c1275c5e5a (4 months ago) the return value of build() now returns a tuple with the first item being the image. Hence ``` image = self.client.images.build(fileobj=tarball_file,...
bug