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:
parent
f9e594ea60
commit
f952591b39
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue