summaryrefslogtreecommitdiff
path: root/docker/api/image.py
Commit message (Expand)AuthorAgeFilesLines
* lint: fix outstanding flake8 violationsMilas Bowman2022-07-261-2/+8
* use python3.6+ constructsAnthony Sottile2021-07-051-6/+4
* Merge pull request #2476 from feliperuhland/add-search-images-limitAnca Iordache2021-04-061-2/+7
|\
| * Add limit parameter to image search endpointFelipe Ruhland2021-02-241-2/+7
* | Fix images low-level documentation examplesFelipe Ruhland2021-04-051-4/+4
|/
* docker/api/image: replace use of deprecated "filter" argumentSebastiaan van Stijn2020-11-261-1/+9
* update `pull` method docsaiordache2020-09-211-2/+4
* Set image default tag on pullaiordache2020-09-161-3/+8
* 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-10/+23
* Fix pulling images with `stream=True`adw1n2018-11-281-1/+2
* Fix file mode in image.save examplesJoffrey F2018-11-081-1/+1
* Fix docs examples to work with Python 3Joffrey F2018-11-081-8/+8
* Add methods for /distribution/<name>/json endpointJoffrey F2018-03-291-0/+21
* Add chunk_size parameter to data downloading methods (export, get_archive, save)1352-data_stream_controlJoffrey F2018-02-141-2/+6
* Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecatedJoffrey F2018-01-311-35/+15
* Remove parameters and methods marked as deprecatedJoffrey F2018-01-311-22/+8
* Update save / export methods to return data generators1774-export-methodsJoffrey F2018-01-261-7/+6
* Add support for experimental platform flag in build and pull1855-platform-optionJoffrey F2018-01-231-2/+11
* Fix simple documentation copy/paste error.Jan Losinski2017-11-071-2/+2
* Fix prune_images docstringJoffrey F2017-11-071-2/+2
* Return generator for output of load_image endpointJoffrey F2017-08-171-3/+26
* Return the result of the API when using remove_image and load_imageCecile Tonglet2017-08-171-2/+2
* Update check_resource decorator to account for new resource namesJoffrey F2017-06-151-6/+6
* Add prune_images methodJoffrey F2017-01-301-0/+25
* Add example for tag()Ben Firshman2016-11-281-0/+5
* Add docstrings to low-level APIBen Firshman2016-11-221-0/+244
* Make docker.auth a single fileBen Firshman2016-11-221-4/+3
* Remove dead code in import_image_from_dataBen Firshman2016-10-131-3/+0
* Add support for changes param in import_image* methodsJoffrey F2016-09-061-75/+97
* Private images support in create_service / update_service1085-service-supportJoffrey F2016-08-231-35/+6
* Add optional auth config to docker pushKeerthan Reddy Mala2016-07-221-10/+17
* Use decode on push and pull operations.Aleksandar Topuzovic2016-03-011-4/+4
* Update auth.resolve_repository_nameJoffrey F2015-11-231-3/+2
* Generic skip decorator for low API version accessible to all testsJoffrey F2015-09-161-7/+7
* Split different APIs into several mixins for clarity / easier maintenanceJoffrey F2015-09-111-0/+271