don't rm dangling images, they are held in lock by instances needed for logs

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2016-04-18 20:56:25 +00:00
parent f9e594ea60
commit f952591b39

View file

@ -293,9 +293,3 @@
mode: 0400
notify:
- buildroot container
- name: clean up dangling images
shell: for i in $(docker images -q -f "dangling=true") ; do docker rmi $i; done
tags:
- cleanup