summaryrefslogtreecommitdiff
path: root/tests/unit/models_images_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Include tag in images.get after pulling if provided separately1585-pull-tagJoffrey F2017-05-091-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Adds a 'labels' property to the image modelFrank Sachsenheim2017-04-151-0/+5
| | | | Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net>
* Fix #1351Alejandro E. Brito Monedero2017-01-161-0/+5
| | | | | | | | * Fix TypeError when getting the tags property from an image that has no tags. Ex: An image pulled by cryptohash. It is handled like when the image doesn't have defined the RepoTags member. Signed-off-by: Alejandro E. Brito Monedero <alejandro.monedero@gmail.com>
* Add new user-focused APIBen Firshman2016-11-221-0/+102
See #1086 Signed-off-by: Ben Firshman <ben@firshman.co.uk>