dontpull : jitsi
This commit is contained in:
parent
2498c1ea5f
commit
c941d36075
|
@ -15,7 +15,9 @@ if [[ -d ${confvolume} ]]; then
|
|||
fi
|
||||
|
||||
for image in ${upstream_images}; do
|
||||
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}
|
||||
|
|
Loading…
Reference in a new issue