jitsi-prosody (stable-11031)

Published 2026-06-22 16:26:21 +00:00 by garbaye-imagebuilder in Garbaye/services-garbaye

Installation

docker pull git.garbaye.fr/garbaye/jitsi-prosody:stable-11031
sha256:0517e46122dd87c9dc697d98b7683b71e4f055f964ffe546184446eafa1225cf

About this package

XMPP server used for signalling.

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600'
ARG JITSI_RELEASE
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
COPY dir:3492345183bca90133d595fe7f735bfe74583d50792093c49a982a57dd1ed9d1 in /
|1 JITSI_RELEASE=stable /bin/sh -c dpkgArch="$(dpkg --print-architecture)" && case "${dpkgArch##*-}" in "amd64") TPL_ARCH=amd64; S6_ARCH=amd64 ;; "arm64") TPL_ARCH=arm64; S6_ARCH=aarch64 ;; *) echo "unsupported architecture"; exit 1 ;; esac && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y apt-transport-https apt-utils ca-certificates gnupg wget curl && wget -qO /usr/bin/tpl https://github.com/jitsi/tpl/releases/download/v1.5.0/tpl-linux-${TPL_ARCH} && wget -qO /tmp/s6.tar.gz https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-${S6_ARCH}.tar.gz && mkdir /tmp/s6 && tar xfz /tmp/s6.tar.gz -C /tmp/s6 && tar hxfz /tmp/s6.tar.gz -C / && rm -f /usr/bin/execlineb && cp /tmp/s6/bin/execlineb /usr/bin/ && rm -rf /tmp/s6* && wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | gpg --dearmour > /etc/apt/trusted.gpg.d/jitsi.gpg && echo "deb https://download.jitsi.org $JITSI_RELEASE/" > /etc/apt/sources.list.d/jitsi.list && echo "deb http://ftp.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/backports.list && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get dist-upgrade -y && apt-cleanup && chmod +x /usr/bin/tpl
|1 JITSI_RELEASE=stable /bin/sh -c [ "$JITSI_RELEASE" = "unstable" ] && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y jq procps curl vim iputils-ping net-tools && apt-cleanup || true
ENTRYPOINT [ "/init" ]
LABEL org.opencontainers.image.title="Prosody IM"
LABEL org.opencontainers.image.description="XMPP server used for signalling."
LABEL org.opencontainers.image.url="https://prosody.im/"
LABEL org.opencontainers.image.source="https://github.com/jitsi/docker-jitsi-meet"
LABEL org.opencontainers.image.documentation="https://jitsi.github.io/handbook/"
ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN
ARG PROSODY_PACKAGE VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN
ARG PROSODY_PACKAGE PROSODY_PACKAGE_VERSION VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN
|3 PROSODY_PACKAGE=prosody PROSODY_PACKAGE_VERSION=13.* VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.8.0 /bin/sh -c set -x && wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody-debian-packages.key && echo "deb http://packages.prosody.im/debian bookworm main" > /etc/apt/sources.list.d/prosody.list && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y lua5.4 $PROSODY_PACKAGE=$PROSODY_PACKAGE_VERSION libldap-common sasl2-bin libsasl2-modules-ldap lua-cyrussasl lua-inspect lua-ldap lua-luaossl lua-sec lua-unbound && apt-dpkg-wrap apt-get -d install -y jitsi-meet-prosody && dpkg -x /var/cache/apt/archives/jitsi-meet-prosody*.deb /tmp/pkg && mv /tmp/pkg/usr/share/jitsi-meet/prosody-plugins /prosody-plugins && rm -rf /tmp/pkg /var/cache/apt && apt-cleanup && rm -rf /etc/prosody && mv /usr/share/lua/5.3/inspect.lua /usr/share/lua/5.4/ && rm -rf /usr/lib/lua/{5.1,5.2,5.3} && rm -rf /usr/share/lua/{5.1,5.2,5.3} && wget https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification/archive/refs/tags/v$VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN.tar.gz && tar -xf v$VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN.tar.gz && mv prosody-mod-auth-matrix-user-verification-$VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN/mod_auth_matrix_user_verification.lua /prosody-plugins && mv prosody-mod-auth-matrix-user-verification-$VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN/mod_matrix_power_sync.lua /prosody-plugins && rm -rf prosody-mod-auth-matrix-user-verification-$VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN v$VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN.tar.gz && VERSION_PROSODY_CONTRIB_PLUGINS=$(wget -q -O - https://api.github.com/repos/jitsi-contrib/prosody-plugins/tags | grep -m 1 '"name":' | cut -d '"' -f4) && wget -q https://github.com/jitsi-contrib/prosody-plugins/archive/refs/tags/$VERSION_PROSODY_CONTRIB_PLUGINS.tar.gz && mkdir /prosody-plugins-contrib && tar --strip-components=1 -C /prosody-plugins-contrib -xf $VERSION_PROSODY_CONTRIB_PLUGINS.tar.gz && rm -f $VERSION_PROSODY_CONTRIB_PLUGINS.tar.gz && (apt-cache policy prosody | grep Installed | grep -Eq " 13\." && sed -i '/idna_to_ascii/d' /usr/share/lua/5.4/prosody/util/jid.lua || true)
COPY dir:dafdb81d771c0e8873d45b95ec408f34794b4272862ff496f727d4557101ccd7 in /
COPY dir:aa9ff529ffc232a3cbc816f4e50770cd6e28196e56cba28f17e0361937763860 in /usr/local/lib/lua/5.4
COPY dir:b98fbc156474193c92cad308deac8ce0ca76d668393075253606d4fcdddd13a9 in /usr/local/share/lua/5.4
EXPOSE 5222 5280
VOLUME ["/config", "/prosody-plugins-custom"]

Labels

Key Value
io.buildah.version 1.43.1
org.opencontainers.image.description XMPP server used for signalling.
org.opencontainers.image.documentation https://jitsi.github.io/handbook/
org.opencontainers.image.source https://github.com/jitsi/docker-jitsi-meet
org.opencontainers.image.title Prosody IM
org.opencontainers.image.url https://prosody.im/
Details
Container
2026-06-22 16:26:21 +00:00
21
OCI / Docker
linux/amd64
74 MiB
Versions (5) View all
stable-11031 2026-06-22
stable-10532-1 2025-10-03
stable-10431 2025-08-06
stable-10078-1 2025-03-07
stable-10008 2025-02-06