- 16 Haz, 2017 2 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
DockerClient.secrets should be a @property
-
- 14 Haz, 2017 6 kayıt (commit)
-
-
Joffrey F yazdı
Ensure default timeout is used by API Client
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
excludes requests 2.18.0 from compatible versions
-
Joffrey F yazdı
Only pull the 'latest' tag when testing images
-
Matt Oberle yazdı
The 2.18.0 version of requests breaks compatibility with docker-py: https://github.com/requests/requests/issues/4160 [This block](https://github.com/shazow/urllib3/blob/master/urllib3/connectionpool.py#L292) of code from urllib3 fails: ```python def _get_timeout(self, timeout): """ Helper that always returns a :class:`urllib3.util.Timeout` """ if timeout is _Default: return self.timeout.clone() if isinstance(timeout, Timeout): return timeout.clone() else: # User passed us an int/float. This is for backwards compatibility, # can be removed later return Timeout.from_float(timeout) ``` In the case of requests version 2.18.0: `timeout` was an instance of `urllib3.util.timeout.Timeout` `Timeout` was an instance of `requests.packages.urllib3.util.timeout.Timeout` When the `isinstance(timeout, Timeout)` check fails the `urllib3.util.timeout.Timeout` object is passed as the `connection` argument to `requests.packages.urllib3.util.timeout.Timeout.from_float`. Signed-off-by:
Matt Oberle <matt.r.oberle@gmail.com>
-
Bryan Boreham yazdı
Signed-off-by:
Bryan Boreham <bjboreham@gmail.com>
-
- 09 Haz, 2017 1 kayıt (commit)
-
-
grahamlyons yazdı
We'd like to be able to pass `None` as a value for `timeout` because it has meaning to the `requests` library (http://docs.python-requests.org/en/master/user/advanced/#timeouts) Signed-off-by:
grahamlyons <graham@grahamlyons.com>
-
- 08 Haz, 2017 1 kayıt (commit)
-
-
grahamlyons yazdı
The `from_env` method on the `docker` module passed `None` as the value for the `timeout` keyword argument which overrode the default value in the initialiser, taken from `constants` module. This sets the default in the initialiser to `None` and adds logic to set that, in the same way that `version` is handled. Signed-off-by:
grahamlyons <graham@grahamlyons.com>
-
- 22 May, 2017 1 kayıt (commit)
-
-
Joffrey F yazdı
update node remove test status code from 500 to >= 400
-
- 18 May, 2017 1 kayıt (commit)
-
-
allencloud yazdı
Signed-off-by:
allencloud <allen.sun@daocloud.io>
-
- 17 May, 2017 7 kayıt (commit)
-
-
Joffrey F yazdı
fix type checking for nano_cpus
-
Alexey Rokhin yazdı
Signed-off-by:
Alexey Rokhin <arokhin@mail.ru>
-
Joffrey F yazdı
Add support for placement preferences and platforms in TaskTemplate
-
Joffrey F yazdı
Add `target` argument to image building
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
2.3.0 release
-
- 16 May, 2017 2 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Yong Wen Chua yazdı
This is related to the multi-stage image building that was introduced in 17.05 (API 1.29). This allows a user to specify the stage of a multi-stage Dockerfile to build for, rather than the final stage. Signed-off-by:
Yong Wen Chua <me@yongwen.xyz>
-
- 15 May, 2017 2 kayıt (commit)
- 13 May, 2017 2 kayıt (commit)
-
-
Yusuke Miyazaki yazdı
Signed-off-by:
Yusuke Miyazaki <miyazaki.dev@gmail.com>
-
allencloud yazdı
Signed-off-by:
allencloud <allen.sun@daocloud.io>
-
- 12 May, 2017 2 kayıt (commit)
-
-
Joffrey F yazdı
Replace erroneous networks argument in containers.run
-
Joffrey F yazdı
network equivalent. Small docfixes Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 10 May, 2017 3 kayıt (commit)
-
-
Joffrey F yazdı
Adjust tests and add newest engine version to Jenkinsfile
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
init_path removed in Engine 17.05
-
- 09 May, 2017 3 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Include tag in images.get after pulling if provided separately
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 08 May, 2017 4 kayıt (commit)
-
-
Joffrey F yazdı
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
-
Antoine Verlant yazdı
Signed-off-by:
Antoine Verlant <antoine@niboo.be>
-
- 05 May, 2017 3 kayıt (commit)
-
-
Joffrey F yazdı
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Merge branch '1577-multi-success-message' of https://github.com/aaronthebaron/docker-py into aaronthebaron-1577-multi-success-message
-