summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-05-27 13:45:27 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-05-27 13:45:27 -0400
commit5aabc1992462e45f5b69b6a28c7441cea99b3704 (patch)
tree0cf6e1e2d4d222ab4ca6e4eedc10a7b04e02a5fa
parentaacf228fa336220d64ff35a506425344dd67ad1c (diff)
try to remove the existing image first
-rwxr-xr-xweb-app/docker-build-image1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-app/docker-build-image b/web-app/docker-build-image
index cd0311b..5ba9fed 100755
--- a/web-app/docker-build-image
+++ b/web-app/docker-build-image
@@ -1,3 +1,4 @@
#!/bin/bash
+docker rmi tempest-ci-webapp
docker build -t tempest-ci-webapp .