From e2ffb8a3f4acd73753fb4b89e0b74ef44f7dd932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Tue, 5 Apr 2022 17:55:08 +0200 Subject: RPM: update spec files to TDE 14.0.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot --- redhat/docker/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redhat/docker/build.sh') 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 -- cgit v1.2.1