Namespace
jitsi
Image / Tag
prosody:unstable-2026-03-11-arm64
Content Digest
sha256:adba850de943f64d8ee97d2d60e48de3b9c58f00dab54c884b747144043e24b5
Details
Created

2026-03-11 20:56:28 UTC

Size

83.9 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


Layers

[#000] sha256:eb04ef52de3a23999fcda632f100324a4d1dbebd588b4df190c4a172bb88c603 - 31.95% (26.8 MB)

[#001] sha256:f2d8611032f113e9a8139b71eb051721274c8bd58e85f1e018b4429180f9e484 - 0.0% (708 Bytes)

[#002] sha256:7471d6dc983f2039ea94cf9916db46932db7937630aaecdfa3383743fcfbdfae - 16.62% (13.9 MB)

[#003] sha256:4515a70b7eef5c6995156284fc9828a030efbfef7457edc9be07b1a6dbc26c04 - 16.77% (14.1 MB)

[#004] sha256:f81c498033088d3d5b83b3f9b8b17f1e4d26003b4b343eb624a695853bf0a9b6 - 34.43% (28.9 MB)

[#005] sha256:6fb1bad782330cf0f4767666e0baee4cd4081efcb94d5482f73075cf2638217e - 0.02% (18.3 KB)

[#006] sha256:437cfd90fb3f218b7c69f7e568d691c1d7a4c223ffa00a17310306353bff7ba6 - 0.02% (14.2 KB)

[#007] sha256:2e2cc59a7aa8f608a2d7f43d549b2bec9394ca05f0aefbc98cb2892e23d63fba - 0.19% (164 KB)


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

# debian.sh --arch 'arm64' out/ 'bookworm' '@1771804800'

2026-03-11 20:54:58 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=unstable

2026-03-11 20:54:58 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2026-03-11 20:54:58 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2026-03-11 20:55:09 UTC (buildkit.dockerfile.v0)

RUN |1 JITSI_RELEASE=unstable /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.4.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 # buildkit

2026-03-11 20:55:14 UTC (buildkit.dockerfile.v0)

RUN |1 JITSI_RELEASE=unstable /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 # buildkit

2026-03-11 20:55:14 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2026-03-11 20:56:23 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Prosody IM

2026-03-11 20:56:23 UTC (buildkit.dockerfile.v0)

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

2026-03-11 20:56:23 UTC (buildkit.dockerfile.v0)

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

2026-03-11 20:56:23 UTC (buildkit.dockerfile.v0)

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

2026-03-11 20:56:23 UTC (buildkit.dockerfile.v0)

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

2026-03-11 20:56:23 UTC (buildkit.dockerfile.v0)

ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.8.0

2026-03-11 20:56:23 UTC (buildkit.dockerfile.v0)

ARG PROSODY_PACKAGE=prosody

2026-03-11 20:56:23 UTC (buildkit.dockerfile.v0)

ARG PROSODY_PACKAGE_VERSION=13.*

2026-03-11 20:56:23 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 /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) # buildkit

2026-03-11 20:56:23 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2026-03-11 20:56:28 UTC (buildkit.dockerfile.v0)

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

2026-03-11 20:56:28 UTC (buildkit.dockerfile.v0)

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

2026-03-11 20:56:28 UTC (buildkit.dockerfile.v0)

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

2026-03-11 20:56:28 UTC (buildkit.dockerfile.v0)

VOLUME [/config /prosody-plugins-custom]

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