Jitsi : fix images

This commit is contained in:
Gitouche 2022-11-06 00:02:10 +01:00
parent 617f3e409d
commit cb9059551c
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)
test ! -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