diff options
Diffstat (limited to 'redhat/docker')
-rwxr-xr-x | redhat/docker/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/docker/build.sh b/redhat/docker/build.sh index aeb6f97e5..a6c8953ee 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 rm "localhost/${IMAGE}" fi |