jitsi image workaround corrigé #7

This commit is contained in:
Gitouche 2023-05-20 18:24:47 +02:00
parent 996ac0e939
commit 813f3f46d4
1 changed files with 0 additions and 3 deletions

View File

@ -38,9 +38,6 @@ curl -sSfL -- "https://github.com/jitsi/docker-jitsi-meet/archive/refs/tags/${ve
fi
if ! podman image exists git.garbaye.fr/garbaye/jitsi-web:${version}; then
build_base
# Fix for aardvark-dns < 1.2.0
# cf. https://git.garbaye.fr/Garbaye/services-garbaye/issues/7
sed_in_place "resolver {{ .Env.NGINX_RESOLVER }};" "resolver {{ .Env.NGINX_RESOLVER }} ipv6=off;" ${buildfolder}/web/rootfs/defaults/nginx.conf
podman image build -t git.garbaye.fr/garbaye/jitsi-web:${version} ${buildfolder}/web/ || exit -1
fi
dangling_images=$(podman image list -f "dangling=true" -q)