Add force flag to cleanup-images

TrivialFix

Change-Id: I83dfca7d0ad38411ac43ca89de439705a8e5aa12
This commit is contained in:
Paul Bourke 2016-08-17 10:28:38 +00:00
parent e415f3a3ba
commit 731f0bb114
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ if [[ -z "$KOLLA_IMAGES" ]]; then
exit 0
fi
docker rmi $@ $KOLLA_IMAGES
docker rmi -f $@ $KOLLA_IMAGES