summaryrefslogtreecommitdiff
path: root/docker/models/images.py
Commit message (Expand)AuthorAgeFilesLines
* Add prune_builds to DockerClientJoffrey F2018-04-251-0/+4
* Add methods for /distribution/<name>/json endpointJoffrey F2018-03-291-1/+106
* Add isolation param to buildJoffrey F2018-03-231-0/+2
* Updates docs for rename of `name` to `repository`James2018-03-151-1/+1
* Fix DockerClient pull bug when pulling image by digest1912-pull-sha-tagJoffrey F2018-02-201-1/+3
* Add chunk_size parameter to data downloading methods (export, get_archive, save)1352-data_stream_controlJoffrey F2018-02-141-2/+8
* Rename `name` parameter in `pull` method to `repository`1441-pull-repository-nameJoffrey F2018-01-311-6/+5
* Properly support pulling all tags in DockerClient.images.pull1761-dockerclient-pullJoffrey F2018-01-301-3/+17
* Merge pull request #1874 from docker/1774-export-methodsJoffrey F2018-01-291-7/+5
|\
| * Update save / export methods to return data generators1774-export-methodsJoffrey F2018-01-261-7/+5
* | ImageCollection.build now also returns build logs along with the built image ...1702-build-logs-dockerclientJoffrey F2018-01-261-5/+9
|/
* Error handling in ImageCollection.loadhongbin-image-loadJoffrey F2018-01-261-1/+4
* Merge branch 'image-load' of https://github.com/hongbin/docker-py into hongbi...Joffrey F2018-01-261-2/+13
|\
| * Return Image objects on image.loadHongbin Lu2017-09-101-2/+13
| * Use collection's get method inside ImageCollection's list methodadrianliaw2017-08-151-1/+1
| * Return generator for output of load_image endpointJoffrey F2017-08-151-0/+3
* | Add support for experimental platform flag in build and pull1855-platform-optionJoffrey F2018-01-231-0/+2
* | Add support for extra_hosts option in buildJoffrey F2017-11-071-0/+4
* | Fix docs, incorrect param namebrett552017-11-071-1/+1
* | Use collection's get method inside ImageCollection's list methodadrianliaw2017-08-171-1/+1
* | Return generator for output of load_image endpointJoffrey F2017-08-171-0/+3
|/
* Add network_mode support to Client.build1397-build-networkJoffrey F2017-06-191-4/+7
* Merge pull request #1626 from datwiz/images-build-error-1625Joffrey F2017-06-191-3/+4
|\
| * fix #1625 where ImageCollection.build() could return early with incorrect ima...Chris Ottinger2017-05-271-3/+4
* | Merge pull request #1629 from shin-/1610-docfixJoffrey F2017-06-161-3/+0
|\ \
| * | Fix misleading build method docsJoffrey F2017-05-301-3/+0
| |/
* | Closes #1588, image.tag does not return anythingOlivier Sallou2017-06-161-1/+1
|/
* Add `target` argument to image buildingYong Wen Chua2017-05-161-0/+2
* Fix docstring of ImageCollection.getYusuke Miyazaki2017-05-141-2/+2
* Include tag in images.get after pulling if provided separately1585-pull-tagJoffrey F2017-05-091-3/+3
* Improve build result detectionJoffrey F2017-05-051-4/+7
* Better error handling, itterate on json stream directly.Aaron Cowdin2017-05-031-8/+7
* Handle multiple success messages during image building.Aaron Cowdin2017-04-281-7/+8
* Adds a 'labels' property to the image modelFrank Sachsenheim2017-04-151-0/+8
* Rename cachefrom -> cache_fromJoffrey F2017-02-151-3/+4
* Add prune_images methodJoffrey F2017-01-301-0/+4
* Merge pull request #1377 from realab/chunked-images-saveJoffrey F2017-01-301-2/+3
|\
| * provide best practice for Image.saverealityone2017-01-061-2/+3
* | Add cachefrom to build docstringThomas Grainger2017-01-261-0/+1
* | Fix #1351Alejandro E. Brito Monedero2017-01-161-4/+4
|/
* Rename Client -> DockerClientdocker_clientJoffrey F2016-11-281-1/+1
* Add new user-focused APIBen Firshman2016-11-221-0/+269