Skip to content

Instantly share code, notes, and snippets.

@steevehook
Created March 14, 2019 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steevehook/1f15876e17d1b93ea38808abee1884ca to your computer and use it in GitHub Desktop.
Save steevehook/1f15876e17d1b93ea38808abee1884ca to your computer and use it in GitHub Desktop.
if [[ "$(docker images -q iam:${IMAGE_TAG} 2> /dev/null)" == "" ]]; then
docker image ls -q iam | xargs docker image rm -f
buildImage
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment