diff options
author | François Andriot <[email protected]> | 2022-04-05 17:55:08 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2022-04-05 20:33:06 +0200 |
commit | e2ffb8a3f4acd73753fb4b89e0b74ef44f7dd932 (patch) | |
tree | c6ca33d30ba9ef92fc5fc00b5710a36abb008710 /redhat/docker | |
parent | d415e6ac5474f09763fcf7872826a356e3a9d70e (diff) | |
download | tde-packaging-e2ffb8a3f4acd73753fb4b89e0b74ef44f7dd932.tar.gz tde-packaging-e2ffb8a3f4acd73753fb4b89e0b74ef44f7dd932.zip |
RPM: update spec files to TDE 14.0.12
Signed-off-by: François Andriot <[email protected]>
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 |