Namespace
jitsi
Image / Tag
prosody:prosody-13.0.3
Content Digest
sha256:141814b55f3cda0af1a49b74c49f5dc82d970f8070d3500d2ddef8b31112ea0a
Details
Created

2026-01-22 09:21:05 UTC

Size

84.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


Layers

[#000] sha256:c02d17997ce3d2c82e082235ea0b5152d06ee659c4e2fabcf1e0079312f1bcde - 31.96% (26.9 MB)

[#001] sha256:fa8a0eb40f0918e2acb84da3b7d091f98e23c62e5f73b652218187615acaeae3 - 0.0% (711 Bytes)

[#002] sha256:b02f396fdebc8f107b8d5c52ad46bfc8a423d6d1d1a5f89f7d4fc4119d44f3d9 - 16.77% (14.1 MB)

[#003] sha256:3241930f351f840e03557c9a1536b40e6694b459832282ea5f6e4599f50fde2c - 16.74% (14.1 MB)

[#004] sha256:26714270e30fffc0cac1ee1b7beb98e143480a4bc343bb4a13c45403be1bb3dc - 34.3% (28.9 MB)

[#005] sha256:bcb5d3226893d90d69595257c93aa5ded91c403ed925bfccb6782e3b16a47f9a - 0.02% (17.7 KB)

[#006] sha256:c6647b021ab308899d66ebfa07e0487cabcfa5044670d4c47d2023a4dda27ddf - 0.02% (13.5 KB)

[#007] sha256:3af09f869ac003f5d92732c385d493f578a1c23da27c4d6a42340519e85d13b3 - 0.19% (164 KB)


History
2026-01-12 00:00:00 UTC (debuerreotype 0.17)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1768176000'

2026-01-22 09:19:33 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=unstable

2026-01-22 09:19:33 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2026-01-22 09:19:33 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2026-01-22 09:19:43 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-01-22 09:19:47 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-01-22 09:19:47 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2026-01-22 09:21:01 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Prosody IM

2026-01-22 09:21:01 UTC (buildkit.dockerfile.v0)

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

2026-01-22 09:21:01 UTC (buildkit.dockerfile.v0)

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

2026-01-22 09:21:01 UTC (buildkit.dockerfile.v0)

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

2026-01-22 09:21:01 UTC (buildkit.dockerfile.v0)

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

2026-01-22 09:21:01 UTC (buildkit.dockerfile.v0)

ARG VERSION_JITSI_CONTRIB_PROSODY_PLUGINS=20250923

2026-01-22 09:21:01 UTC (buildkit.dockerfile.v0)

ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.8.0

2026-01-22 09:21:01 UTC (buildkit.dockerfile.v0)

ARG PROSODY_PACKAGE=prosody

2026-01-22 09:21:01 UTC (buildkit.dockerfile.v0)

RUN |3 VERSION_JITSI_CONTRIB_PROSODY_PLUGINS=20250923 VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.8.0 PROSODY_PACKAGE=prosody /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 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 && wget -q https://github.com/jitsi-contrib/prosody-plugins/archive/refs/tags/v$VERSION_JITSI_CONTRIB_PROSODY_PLUGINS.tar.gz && tar -xf v$VERSION_JITSI_CONTRIB_PROSODY_PLUGINS.tar.gz && mkdir /prosody-plugins-contrib && cp -a prosody-plugins-$VERSION_JITSI_CONTRIB_PROSODY_PLUGINS/* /prosody-plugins-contrib && rm -rf prosody-plugins-$VERSION_JITSI_CONTRIB_PROSODY_PLUGINS v$VERSION_JITSI_CONTRIB_PROSODY_PLUGINS.tar.gz && (apt-cache policy prosody | grep -q "13\.0\.3" && sed -i '/idna_to_ascii/d' /usr/share/lua/5.4/prosody/util/jid.lua) || true # buildkit

2026-01-22 09:21:01 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2026-01-22 09:21:05 UTC (buildkit.dockerfile.v0)

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

2026-01-22 09:21:05 UTC (buildkit.dockerfile.v0)

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

2026-01-22 09:21:05 UTC (buildkit.dockerfile.v0)

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

2026-01-22 09:21:05 UTC (buildkit.dockerfile.v0)

VOLUME [/config /prosody-plugins-custom]

Details
Created

2026-01-22 09:21:20 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:33bdc9671af8942d96d2f78f67aeec06580065dde1272decac3732689ec7c0e8 - 31.95% (26.8 MB)

[#001] sha256:9a7adde87cf9b0ca82e9ba1940b88e2e27b61045b1e7397298eaae191a228d24 - 0.0% (711 Bytes)

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

[#003] sha256:0d7e5a34bc7d3f03f81afce0eb70e0fcda388a200499619ecd764512ed6a020b - 16.78% (14.1 MB)

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

[#005] sha256:80d214e5f3a3148220e710a45d1045f64c65845b01374423631bcca2866a2c43 - 0.02% (17.7 KB)

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

[#007] sha256:83038d1b2aaf0dc77859c4569ae9235444fa3db758f005ceb7dac842e73ca0db - 0.19% (164 KB)


History
2026-01-12 00:00:00 UTC (debuerreotype 0.17)

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

2026-01-22 09:19:38 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=unstable

2026-01-22 09:19:38 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2026-01-22 09:19:38 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2026-01-22 09:19:49 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-01-22 09:19:53 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-01-22 09:19:53 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2026-01-22 09:21:14 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Prosody IM

2026-01-22 09:21:14 UTC (buildkit.dockerfile.v0)

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

2026-01-22 09:21:14 UTC (buildkit.dockerfile.v0)

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

2026-01-22 09:21:14 UTC (buildkit.dockerfile.v0)

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

2026-01-22 09:21:14 UTC (buildkit.dockerfile.v0)

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

2026-01-22 09:21:14 UTC (buildkit.dockerfile.v0)

ARG VERSION_JITSI_CONTRIB_PROSODY_PLUGINS=20250923

2026-01-22 09:21:14 UTC (buildkit.dockerfile.v0)

ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.8.0

2026-01-22 09:21:14 UTC (buildkit.dockerfile.v0)

ARG PROSODY_PACKAGE=prosody

2026-01-22 09:21:14 UTC (buildkit.dockerfile.v0)

RUN |3 VERSION_JITSI_CONTRIB_PROSODY_PLUGINS=20250923 VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.8.0 PROSODY_PACKAGE=prosody /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 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 && wget -q https://github.com/jitsi-contrib/prosody-plugins/archive/refs/tags/v$VERSION_JITSI_CONTRIB_PROSODY_PLUGINS.tar.gz && tar -xf v$VERSION_JITSI_CONTRIB_PROSODY_PLUGINS.tar.gz && mkdir /prosody-plugins-contrib && cp -a prosody-plugins-$VERSION_JITSI_CONTRIB_PROSODY_PLUGINS/* /prosody-plugins-contrib && rm -rf prosody-plugins-$VERSION_JITSI_CONTRIB_PROSODY_PLUGINS v$VERSION_JITSI_CONTRIB_PROSODY_PLUGINS.tar.gz && (apt-cache policy prosody | grep -q "13\.0\.3" && sed -i '/idna_to_ascii/d' /usr/share/lua/5.4/prosody/util/jid.lua) || true # buildkit

2026-01-22 09:21:14 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2026-01-22 09:21:20 UTC (buildkit.dockerfile.v0)

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

2026-01-22 09:21:20 UTC (buildkit.dockerfile.v0)

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

2026-01-22 09:21:20 UTC (buildkit.dockerfile.v0)

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

2026-01-22 09:21:20 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