exclude benchmark image when excluding benchmark container

Signed-off-by: rezroo <rroodsari@mirantis.com>
This commit is contained in:
rezroo 2019-08-04 01:17:04 +00:00
commit b997a98fe5
2 changed files with 6 additions and 1 deletions

View file

@ -12,7 +12,7 @@ if [ -n "$imgList" ]; then
images="$images $sha256 "
done
else
images=$(docker images -q)
images=$(docker images -q | grep -v $benchcontimg)
fi
check_4() {