2.5.0
List of PRs / issues for this release
Features
- Added support for the
squashparameter inAPIClient.buildand
DockerClient.images.build. - When using API version 1.23 or above,
load_imagewill now return a
generator of progress as JSONdicts. remove_imagenow returns the content of the API's response.
Bugfixes
- Fixed an issue where the
auto_removeparameter in
DockerClient.containers.runwas not taken into account. - Fixed a bug where
.dockerignorepatterns starting with a slash
were ignored. - Fixed an issue with the handling of
**patterns in.dockerignore - Fixed a bug where building
FROMa private Docker Hub image when not
using a cred store would fail. - Fixed a bug where calling
create_serviceorupdate_servicewith
task_templateas adictwould raise an exception. - Fixed the handling of TTY-enabled containers in
attachandexec_run. DockerClient.containers.runwill no longer attempt to stream logs if the
log driver doesn't support the operation.
Miscellaneous
- Added extra requirements for better TLS support on some platforms.
These can be installed or required through thedocker[tls]notation.