summaryrefslogtreecommitdiff
path: root/docker
Commit message (Collapse)AuthorAgeFilesLines
* Fix socket reading function for TCP (non-HTTPS) connections on Windows1997-http-socket-read-win32Joffrey F2018-06-061-0/+3
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Use six.moves to handle a py2+py3 importAnthony Sottile2018-05-251-5/+1
| | | | Signed-off-by: Anthony Sottile <asottile@umich.edu>
* Fix cancellable streams on Windows clients + HTTPS transportJoffrey F2018-05-251-0/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Fix create_plugin on WindowsJoffrey F2018-05-251-1/+4
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Avoid unwanted modification of dockerfile pathJoffrey F2018-05-251-1/+6
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* return the pruned networksSrinivas Reddy Thatiparthy2018-05-241-1/+1
| | | | Signed-off-by: Srinivas Reddy Thatiparthy <thatiparthysreenivas@gmail.com>
* 3.4.0-devJoffrey F2018-04-251-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump 3.3.03.3.0Joffrey F2018-04-251-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add prune_builds to DockerClientJoffrey F2018-04-251-0/+4
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add ignore_removed param to containers.list() to control whether toJoffrey F2018-04-251-2/+7
| | | | | | raise or ignore NotFound Signed-off-by: Joffrey F <joffrey@docker.com>
* avoid race condition in containers.listBen Doan2018-04-251-2/+9
| | | | Signed-off-by: Ben Doan <ben@bendoan.me>
* prune_builds testJoffrey F2018-04-251-16/+17
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Fix session timeout = None caseJoffrey F2018-04-251-8/+7
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Total timeout should be HTTP timeout + operation timeoutJoffrey F2018-04-251-6/+6
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* stop(), restart(): Adjust request timeout.Matthieu Nottale2018-04-251-3/+8
| | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
* Set minimum version for configs api to 1.30John Hu2018-04-251-4/+4
| | | | | | | See: https://docs.docker.com/engine/reference/commandline/config/ https://docs.docker.com/engine/api/v1.30/ Signed-off-by: John Hu <hszqqq12@gmail.com>
* Support absolute paths for in-context DockerfilesJoffrey F2018-04-251-2/+4
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add test for container list with sparse=TrueJoffrey F2018-04-251-3/+0
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add sparse argument to DockerClient.containers.list().Matthieu Nottale2018-04-251-0/+3
| | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
* build_pruneRonald van Zantvoort2018-04-251-0/+16
| | | | Signed-off-by: Ronald van Zantvoort <the.loeki@gmail.com>
* Bump 3.2.13.2.1Joffrey F2018-03-301-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Properly handle relative Dockerfile paths and Dockerfile on different drivesJoffrey F2018-03-301-9/+20
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump 3.2.03.2.0Joffrey F2018-03-291-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add methods for /distribution/<name>/json endpointJoffrey F2018-03-292-1/+127
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Improve extra_files override checkJoffrey F2018-03-291-1/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Move build utils to appropriate fileJoffrey F2018-03-293-93/+93
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Support building with Dockerfile outside of contextJoffrey F2018-03-293-7/+37
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add isolation param to buildJoffrey F2018-03-292-1/+12
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Remove redundant single-socket select callJoffrey F2018-03-292-3/+1
| | | | | | Clean up + use pytest-timeout Signed-off-by: Joffrey F <joffrey@docker.com>
* Allow cancelling the streams from other threadsViktor Adam2018-03-294-10/+92
| | | | Signed-off-by: Viktor Adam <rycus86@gmail.com>
* Add test for container list with sparse=TrueJoffrey F2018-03-291-9/+21
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add sparse argument to DockerClient.containers.list().Matthieu Nottale2018-03-291-2/+9
| | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
* Add close() method to DockerClient.Matthieu Nottale2018-03-291-0/+4
| | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
* Bump 3.1.43.1.4Joffrey F2018-03-211-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Don't descend into symlinks when building context tarJoffrey F2018-03-211-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump 3.1.33.1.3Joffrey F2018-03-201-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump 3.1.2Joffrey F2018-03-201-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Updates docs for rename of `name` to `repository`James2018-03-201-1/+1
| | | | Signed-off-by: James Meakin <jamesmeakin@gmail.com>
* Use same split rules for Dockerfile as other include/exclude patternsJoffrey F2018-03-201-2/+5
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump 3.1.13.1.1-releaseJoffrey F2018-03-051-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Fix flake8 caseWanzhi Du2018-03-051-1/+2
| | | | Signed-off-by: Wanzhi Du <wanzhi09@gmail.com>
* Ignore comment line from the .dockerignore fileWanzhi Du2018-03-051-1/+1
| | | | | | | | | This fixed the bug that test comment line in .dockerignore file as ignore rule bug. Add test for "# comment" patterns in .dockerignore. Signed-off-by: Wanzhi Du <wanzhi09@gmail.com>
* Workaround requests resolving our unix socket URL on macosx.Matthieu Nottale2018-02-261-1/+3
| | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
* 3.2.0-devJoffrey F2018-02-221-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump 3.1.03.1.0-releaseJoffrey F2018-02-221-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #1914 from mefyl/masterJoffrey F2018-02-221-120/+87
|\ | | | | Improve .dockerignore compliance
| * Add note about potential dockerignore optimization.mefyl2018-02-211-0/+9
| | | | | | | | Signed-off-by: mefyl <quentin.hocquet@docker.com>
| * Skip entirely excluded directories when handling dockerignore.mefyl2018-02-211-0/+4
| | | | | | | | | | | | | | This is pure optimization to not recurse into directories when there are no chances any file will be included. Signed-off-by: mefyl <quentin.hocquet@docker.com>
| * Fix .dockerignore: accept wildcard in inclusion pattern, honor last line ↵mefyl2018-02-211-114/+74
| | | | | | | | | | | | precedence. Signed-off-by: mefyl <quentin.hocquet@docker.com>
| * Fix dockerignore handling of absolute path exceptions.mefyl2018-02-211-3/+3
| | | | | | | | Signed-off-by: mefyl <quentin.hocquet@docker.com>