Namespace
jitsi
Image / Tag
prosody:unstable-amd64
Content Digest
sha256:3f1d2f2eaccf20979a263f02ca389e7f353bb6abcd3ab87a72e7783059e368c6
Details
Created

2026-06-25 06:27:40 UTC

Size

77.2 MB

Content Digest
Labels
  • 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/

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

S6_BEHAVIOUR_IF_STAGE2_FAILS

2

S6_READ_ONLY_ROOT

1


Layers

[#000] sha256:e95a6c7ea7d49b37920899b023ecd0e32796c976c1748491f76cae53ba86d13a - 36.8% (28.4 MB)

[#001] sha256:8f7cbf54be258d93cb3dcea23f46faa2ff46edd4cd796f5c0df841ee49db9ef3 - 0.0% (1.18 KB)

[#002] sha256:f0acccaa63bd8d240e17261d11bf40454abf7cf819f0c61e01270e7e53da20c3 - 19.54% (15.1 MB)

[#003] sha256:4824ef6ce3f0fe18c4f4a9d0d40c18f2f2c46ce5cbc078aa2dfa7042c477e177 - 19.58% (15.1 MB)

[#004] sha256:0561cc269a724b8362382ed52d15fb3331749653254e54cb032764722e66d2ed - 0.02% (19.3 KB)

[#005] sha256:08979e51af4980d2cce3ca2792c7ffc917dbd957595c22990e717e47f79e2aa0 - 23.83% (18.4 MB)

[#006] sha256:68727fdc913437dc0a575850686678e898f2da7c7ab7ec88e4a59938aef1c8c0 - 0.02% (13.7 KB)

[#007] sha256:b96f182454b47d3b3db2fab65de4688f2cc9aa11b42cf45a7154918d708ef915 - 0.21% (164 KB)


History
2026-06-23 00:00:00 UTC (debuerreotype 0.17)

# debian.sh --arch 'amd64' out/ 'trixie' '@1782172800'

2026-06-25 06:26:03 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=unstable

2026-06-25 06:26:03 UTC (buildkit.dockerfile.v0)

ARG S6_OVERLAY_VERSION=v3.2.3.0

2026-06-25 06:26:03 UTC (buildkit.dockerfile.v0)

ARG S6_OVERLAY_DOWNLOAD=https://github.com/just-containers/s6-overlay/releases/download/v3.2.3.0

2026-06-25 06:26:03 UTC (buildkit.dockerfile.v0)

ARG TPL_VERSION=v1.5.0

2026-06-25 06:26:03 UTC (buildkit.dockerfile.v0)

ARG TPL_DOWNLOAD=https://github.com/jitsi/tpl/releases/download/v1.5.0

2026-06-25 06:26:03 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2026-06-25 06:26:03 UTC (buildkit.dockerfile.v0)

ENV S6_READ_ONLY_ROOT=1

2026-06-25 06:26:03 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2026-06-25 06:26:22 UTC (buildkit.dockerfile.v0)

RUN |5 JITSI_RELEASE=unstable S6_OVERLAY_VERSION=v3.2.3.0 S6_OVERLAY_DOWNLOAD=https://github.com/just-containers/s6-overlay/releases/download/v3.2.3.0 TPL_VERSION=v1.5.0 TPL_DOWNLOAD=https://github.com/jitsi/tpl/releases/download/v1.5.0 /bin/sh -c dpkgArch="$(dpkg --print-architecture)" && case "${dpkgArch##*-}" in "amd64") TPL_ARCH=amd64; S6_ARCH=x86_64 ;; "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-utils ca-certificates curl gnupg wget xz-utils && wget -qO /usr/bin/tpl ${TPL_DOWNLOAD}/tpl-linux-${TPL_ARCH} && chmod +x /usr/bin/tpl && mkdir /tmp/s6 && wget -qO /tmp/s6/s6-overlay-noarch.tar.xz ${S6_OVERLAY_DOWNLOAD}/s6-overlay-noarch.tar.xz && wget -qO /tmp/s6/s6-overlay-${S6_ARCH}.tar.xz ${S6_OVERLAY_DOWNLOAD}/s6-overlay-${S6_ARCH}.tar.xz && tar -C / -Jxpf /tmp/s6/s6-overlay-noarch.tar.xz && tar -C / -Jxpf /tmp/s6/s6-overlay-${S6_ARCH}.tar.xz && rm -rf /tmp/s6 && wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | gpg --dearmour > /usr/share/keyrings/jitsi.gpg && sed -i "s/stable/${JITSI_RELEASE}/" /etc/apt/sources.list.d/jitsi.sources && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get dist-upgrade -y && apt-get purge -y xz-utils && apt-cleanup && adduser --disabled-password --gecos "" s6 # buildkit

2026-06-25 06:26:27 UTC (buildkit.dockerfile.v0)

RUN |5 JITSI_RELEASE=unstable S6_OVERLAY_VERSION=v3.2.3.0 S6_OVERLAY_DOWNLOAD=https://github.com/just-containers/s6-overlay/releases/download/v3.2.3.0 TPL_VERSION=v1.5.0 TPL_DOWNLOAD=https://github.com/jitsi/tpl/releases/download/v1.5.0 /bin/sh -c [ "${JITSI_RELEASE}" = "unstable" ] && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y jq iputils-ping net-tools procps vim && apt-cleanup || true # buildkit

2026-06-25 06:26:27 UTC (buildkit.dockerfile.v0)

USER s6

2026-06-25 06:26:27 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2026-06-25 06:27:26 UTC (buildkit.dockerfile.v0)

USER root

2026-06-25 06:27:26 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Prosody IM

2026-06-25 06:27:26 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=XMPP server used for signalling.

2026-06-25 06:27:26 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://prosody.im/

2026-06-25 06:27:26 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.source=https://github.com/jitsi/docker-jitsi-meet

2026-06-25 06:27:26 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://jitsi.github.io/handbook/

2026-06-25 06:27:26 UTC (buildkit.dockerfile.v0)

ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.8.0

2026-06-25 06:27:26 UTC (buildkit.dockerfile.v0)

ARG PROSODY_PACKAGE=prosody

2026-06-25 06:27:26 UTC (buildkit.dockerfile.v0)

ARG PROSODY_PACKAGE_VERSION=13.*

2026-06-25 06:27:26 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2026-06-25 06:27:39 UTC (buildkit.dockerfile.v0)

RUN |3 VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.8.0 PROSODY_PACKAGE=prosody PROSODY_PACKAGE_VERSION=13.* /bin/sh -c set -x && wget -qO - https://prosody.im/files/prosody-debian-packages.key | gpg --dearmour > /usr/share/keyrings/prosody.gpg && 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 && cp -a /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/ && 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) && usermod -a -G prosody,sasl s6 && chown s6:s6 /var/lib/prosody && echo "TLS_REQCERT allow" >> /etc/ldap/ldap.conf # buildkit

2026-06-25 06:27:40 UTC (buildkit.dockerfile.v0)

COPY /usr/local/lib/lua/5.4 /usr/local/lib/lua/5.4 # buildkit

2026-06-25 06:27:40 UTC (buildkit.dockerfile.v0)

COPY /usr/local/share/lua/5.4 /usr/local/share/lua/5.4 # buildkit

2026-06-25 06:27:40 UTC (buildkit.dockerfile.v0)

EXPOSE map[5222/tcp:{} 5280/tcp:{}]

2026-06-25 06:27:40 UTC (buildkit.dockerfile.v0)

VOLUME [/config /prosody-plugins-custom]

2026-06-25 06:27:40 UTC (buildkit.dockerfile.v0)

USER s6

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete