Jitsi : fix images 3

This commit is contained in:
Gitouche 2022-11-06 00:09:12 +01:00
parent f211331097
commit 6f12ebf8e9
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ curl -sSfL -- "https://github.com/jitsi/docker-jitsi-meet/archive/refs/tags/${ve
podman build -t git.garbaye.fr/garbaye/jitsi-web:${version} ${buildfolder}/web/ || exit -1
fi
dangling_images=$(podman images -f "dangling=true" -q)
[ ! -z "${dangling_images}" ] && podman rmi -f "${dangling_images}"
[ ! -z "${dangling_images}" ] && podman rmi -f ${dangling_images}
if [ ! -z ${base_cleanup} ] ; then
podman rmi localhost/jitsi/base-java:${version} localhost/jitsi/base-java:latest
podman rmi localhost/jitsi/base:${version} localhost/jitsi/base:latest