if [[ "$(docker images -q iam:${IMAGE_TAG} 2> /dev/null)" == "" ]]; then docker image ls -q iam | xargs docker image rm -f buildImage fi