Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add named parameter to image.save to identify which repository name to use ↵2124-image-save-with-name | Joffrey F | 2018-11-06 | 2 | -2/+45 |
| | | | | | | in the resulting tarball Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #2165 from docker/ssh_protocol_support | Joffrey F | 2018-11-06 | 16 | -108/+290 |
|\ | | | | | SSH protocol support | ||||
| * | Rewrite utils.parse_host to detect more invalid addresses.ssh_protocol_support | Joffrey F | 2018-11-01 | 3 | -64/+83 |
| | | | | | | | | | | | | | | | | The method now uses parsing methods from urllib to better split provided URLs. Addresses containing query strings, parameters, passwords or fragments no longer fail silently. SSH addresses containing paths are no longer accepted. Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Clear error for cancellable streams over SSH | Joffrey F | 2018-11-01 | 3 | -2/+18 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Update tests to properly dispose of client instances in tearDown | Joffrey F | 2018-11-01 | 4 | -46/+48 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Update tests for ssh protocol compatibility | Joffrey F | 2018-11-01 | 2 | -0/+5 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Remove misleading fileno method from NpipeSocket class | Joffrey F | 2018-11-01 | 1 | -4/+0 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Add support for SSH protocol in base_url | Joffrey F | 2018-11-01 | 4 | -5/+145 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Add paramiko requirement for SSH transport | Joffrey F | 2018-11-01 | 2 | -0/+4 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #2168 from adamtheturtle/patch-1 | Joffrey F | 2018-11-04 | 1 | -1/+1 |
|\ \ | |/ |/| | Add a missing space in a log message | ||||
| * | Add a missing space in a log message | Adam Dangoor | 2018-11-05 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Adam Dangoor <adamdangoor@gmail.com> | ||||
* | Update version detection script for CI | Joffrey F | 2018-11-01 | 1 | -15/+24 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add xfail to ignore 18.09 beta bug | Joffrey F | 2018-10-31 | 1 | -0/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #2161 from docker/bump_requests | Joffrey F | 2018-10-29 | 1 | -1/+1 |
|\ | | | | | Bump requests dependency in requirements.txt (CVE-2018-18074) | ||||
| * | Bump requests dependency in requirements.txt (CVE-2018-18074)bump_requests | Joffrey F | 2018-10-29 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #2155 from docker/bump_pyopenssl | Joffrey F | 2018-10-17 | 2 | -2/+2 |
|\ | | | | | Bump pyopenssl to prevent installation of vulnerable version | ||||
| * | Bump pyopenssl to prevent installation of vulnerable versionbump_pyopenssl | Joffrey F | 2018-10-17 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | CVE refs: CVE-2018-1000807 CVE-2018-1000808 Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #2145 from mirake/fix-typos | Joffrey F | 2018-10-17 | 2 | -2/+2 |
|\ \ | |/ |/| | Fix typo: Addtional -> Additional | ||||
| * | Fix typo: Addtional -> Additional | Rui Cao | 2018-09-27 | 2 | -2/+2 |
|/ | | | | Signed-off-by: Rui Cao <ruicao@alauda.io> | ||||
* | Merge pull request #2135 from docker/2133-services-docs | Joffrey F | 2018-09-14 | 2 | -26/+30 |
|\ | | | | | Fix docs for Service objects | ||||
| * | Fix docs for Service objects2133-services-docs | Joffrey F | 2018-09-14 | 2 | -26/+30 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #2111 from bfirsh/document-defaults-of-logs | Joffrey F | 2018-09-14 | 2 | -10/+10 |
|\ | | | | | Document defaults of logs() | ||||
| * | Document defaults of logs() | Ben Firshman | 2018-08-12 | 2 | -10/+10 |
| | | | | | | | | | | | | This is not obvious because some are True by default. Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | | Merge pull request #2129 from adw1n/i2122-docs | Joffrey F | 2018-09-14 | 1 | -3/+3 |
|\ \ | |/ |/| | Fix docs for `chunk_size` parameter | ||||
| * | Fix docs for `chunk_size` parameter | adw1n | 2018-09-03 | 1 | -3/+3 |
|/ | | | | | | Closes #2122 Signed-off-by: Przemysław Adamek <adw1n@users.noreply.github.com> | ||||
* | Add RollbackConfig to API docs | Joffrey F | 2018-08-09 | 1 | -0/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Misc release script improvements | Joffrey F | 2018-08-09 | 1 | -7/+15 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Bump dev version | Joffrey F | 2018-08-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge branch 'release' | Joffrey F | 2018-08-09 | 2 | -1/+40 |
|\ | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Merge pull request #2110 from docker/3.5.0-release3.5.0 | Joffrey F | 2018-08-09 | 21 | -35/+223 |
| |\ | | | | | | | 3.5.0 release | ||||
| | * | 3.5.0 release3.5.0-release | Joffrey F | 2018-08-09 | 2 | -1/+28 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| | * | Add support for RollbackConfig | Joffrey F | 2018-08-09 | 5 | -7/+78 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| | * | Add version checks and test | Joffrey F | 2018-08-09 | 3 | -2/+23 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| | * | Improve placement handling in DockerClient.services.create | Joffrey F | 2018-08-09 | 2 | -9/+21 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| | * | Allow user=0 to be passed in create_container | Anthony Sottile | 2018-08-09 | 2 | -1/+7 |
| | | | | | | | | | | | | Signed-off-by: Anthony Sottile <asottile@umich.edu> | ||||
| | * | Add documentation for delay property | Nikolay Murga | 2018-08-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Nikolay Murga <work@murga.kiev.ua> | ||||
| | * | Add 'rollback' command as allowed for failure_action | Nikolay Murga | 2018-08-09 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Nikolay Murga <work@murga.kiev.ua> | ||||
| | * | Add credHelpers support to set_auth_headers in build | Joffrey F | 2018-08-09 | 1 | -4/+12 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| | * | Update deps for 3.3 & 3.7 support | Joffrey F | 2018-08-09 | 5 | -7/+19 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| | * | honor placement preferences via services.create() | Aron Parsons | 2018-08-09 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this allows creating a service with placement preferences when calling services.create(). only constraints were being honored before. related to https://github.com/docker/docker-py/pull/1615 Signed-off-by: Aron Parsons <aron@knackworks.com> | ||||
| | * | Add support for `uts_mode` parameter in `Client.create_host_config`. | Marco Trillo | 2018-08-09 | 6 | -5/+31 |
| |/ | | | | | | | | | | | | | | | | | | | This parameter allows to set the UTS namespace of the container, as in the `--uts=X` Docker CLI parameter: <https://docs.docker.com/engine/reference/run/#uts-settings---uts> The only allowed value, if set, is "host". Signed-off-by: Marco Trillo <martri@arantia.com> Signed-off-by: Diego Alvarez <dyako.developer@gmail.com> | ||||
| * | Merge pull request #2074 from docker/3.4.1-release3.4.1 | Joffrey F | 2018-06-29 | 11 | -623/+703 |
| |\ | | | | | | | 3.4.1 release | ||||
| | * | Bump 3.4.13.4.1-release | Joffrey F | 2018-06-29 | 2 | -1/+13 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| | * | Re-add walk method to utils.build | Joffrey F | 2018-06-29 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| | * | On Windows, convert paths to use forward slashes before fnmatch call | Joffrey F | 2018-06-29 | 3 | -490/+511 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| | * | Improved .dockerignore pattern processing to better match Docker CLI behavior | Joffrey F | 2018-06-29 | 3 | -89/+123 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| | * | Fix detach assert function to account for new behavior in engine 18.06 | Joffrey F | 2018-06-29 | 1 | -1/+6 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| | * | Fix support for legacy .dockercfg auth config format | Joffrey F | 2018-06-29 | 4 | -57/+60 |
| |/ | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #2109 from docker/rollback_config | Joffrey F | 2018-08-09 | 5 | -7/+78 |
|\ \ | | | | | | | Add support for RollbackConfig | ||||
| * | | Add support for RollbackConfigrollback_config | Joffrey F | 2018-08-09 | 5 | -7/+78 |
|/ / | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> |