Commit Graph

17 Commits

Author SHA1 Message Date
Sam Napolitano
c8710251b8 Correctly handle empty dangling volumes
When there's no dangling volumes 'None' is returned but code
is expecting List.  Convert to empty list.
2018-03-01 13:38:21 -05:00
Alexander Chekunkov
89da31b4ec Fix broken filtering for images used by containers
Error calling remove_image image=xxx:latest 409 Client Error: Conflict ("conflict: unable to remove repository reference "xxx:latest" (must force) - container 91ab644a7b31 is using its referenced image 7caea3c78386")
2017-04-21 18:12:42 +01:00
milki
fee79d9e35 Remove dangling volumes 2016-11-30 17:00:06 -08:00
Kyle Anderson
c2a424c30c Merge pull request #35 from scrapinghub/exclude-with-patterns
Add patterns support for exclude-image-file
2016-10-10 09:43:35 -07:00
Paul O'Connor
d2cb9c467d Remove volumes when removing containers 2016-10-05 09:18:56 +01:00
Viktor Shlapakov
cd4121cb59 Add patterns support for exclude-image-file 2016-10-03 16:41:14 +03:00
Kyle Anderson
302262639f Release 0.6.1 2016-08-31 09:52:49 -07:00
Kent Wills
f33f0b4b83 bump version, remove argparse dep for py2.6 2016-04-20 10:19:00 -07:00
Kent Wills
1b7040a432 remove py26, better pre-commit support, cleaner tox 2016-04-20 10:01:02 -07:00
Alexander Dudko
d09b45e245 bump docker-py version 2016-04-04 16:58:34 -07:00
Semir Patel
2fdd6524b3 Bump to 0.5.2 2015-12-15 10:01:20 -08:00
Semir Patel
c92d4cc24d Fixed bug for containers that were never started and not old 2015-12-15 09:22:43 -08:00
Semir Patel
f19f7a4430 Add --min-container-date 2015-12-14 12:52:22 -08:00
Daniel Nephin
720401c3b2 Upgrade requirements to fix #17 2015-09-29 14:30:42 -04:00
John Schrantz
773f97d450 Automatically determine the Docker API version to use instead of assuming the latest. 2015-09-02 12:58:04 -05:00
Daniel Nephin
b45fd97e81 Support excluding some images from removal. 2015-07-20 15:41:11 -07:00
Daniel Nephin
cfcb46e1de Adding project files 2015-07-08 12:33:52 -07:00