summaryrefslogtreecommitdiffstats
path: root/redhat/docker/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/docker/build.sh')
-rwxr-xr-xredhat/docker/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/docker/build.sh b/redhat/docker/build.sh
index d4c1229c7..cbc2a003f 100755
--- a/redhat/docker/build.sh
+++ b/redhat/docker/build.sh
@@ -26,5 +26,5 @@ fi
# Strip 'localhost/' prefix from image tag
if ! docker images | while read name tag blah; do echo "${name}:${tag}"; done | grep -q "^${IMAGE}$"; then
docker image tag "localhost/${IMAGE}" "${IMAGE}"
- docker image remove "localhost/${IMAGE}"
+ #docker image remove "localhost/${IMAGE}"
fi