summaryrefslogtreecommitdiff
path: root/docker/models/images.py
Commit message (Expand)AuthorAgeFilesLines
* Support `global-job` and `replicated-job` modes in Docker Swarm (#3016)Leonard Kinday2022-08-111-4/+4
* docs: image build clarifications/grammar (#2489)Max Fan2022-07-291-5/+5
* model: add remove() to Image (#3026)Milas Bowman2022-07-291-0/+18
* client: use 12 character short IDs (#2862)Ben Fasoli2022-07-291-5/+5
* lint: fix outstanding flake8 violationsMilas Bowman2022-07-261-1/+4
* use python3.6+ constructsAnthony Sottile2021-07-051-8/+6
* [DOCS] Update the Image.save documentation with a working example. Issue #836Roger Camargo2021-06-031-2/+2
* update `pull` method docsaiordache2020-09-211-1/+2
* Set image default tag on pullaiordache2020-09-161-10/+11
* Amends the docs concerning multiple label filtersFrank Sachsenheim2019-05-271-1/+2
* Add registry auth header to inspect_distribution requests2225-inspect_distrib_authJoffrey F2019-01-111-6/+9
* Remove use_config_proxy from exec. Add use_config_proxy docs to DockerClientproxy_env_fixesJoffrey F2019-01-091-0/+4
* Update DockerClient.images.pull to always stream responseadw1n-i2116Joffrey F2018-11-281-2/+16
* Fix pulling images with `stream=True`adw1n2018-11-281-0/+1
* Fix file mode in image.save examplesJoffrey F2018-11-081-1/+1
* Add named parameter to image.save to identify which repository name to use in...2124-image-save-with-nameJoffrey F2018-11-061-2/+18
* Fix docs for `chunk_size` parameteradw1n2018-09-031-3/+3
* 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-291-0/+2
* Updates docs for rename of `name` to `repository`James2018-03-201-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