From c941d36075eb5d3cf93564cbe577c68065e22c72 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sun, 13 Nov 2022 14:07:31 +0100 Subject: [PATCH] dontpull : jitsi --- podman-jitsi/10_install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/podman-jitsi/10_install.sh b/podman-jitsi/10_install.sh index 1f344c9..9134a36 100755 --- a/podman-jitsi/10_install.sh +++ b/podman-jitsi/10_install.sh @@ -15,7 +15,9 @@ if [[ -d ${confvolume} ]]; then fi for image in ${upstream_images}; do - podman image pull ${image}:${version} || exit 1 + if ! podman image exists ${image}:${version}; then + podman image pull ${image}:${version} || exit 1 + fi done && mkdir -p ${confvolume}/{web/letsencrypt,web/crontabs,transcripts,prosody/config,prosody/prosody-plugins-custom,jicofo,jvb,jigasi,jibri}