summaryrefslogtreecommitdiff
path: root/docker/models/images.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for extra_hosts option in buildJoffrey F2017-10-251-0/+4
* Fix docs, incorrect param namebrett552017-09-211-1/+1
* 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 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