Namespace
jitsi
Image / Tag
prosody:unstable-2025-06-21-amd64
Content Digest
sha256:e82c2cd5012fd86203eb103141750cad057e00da53f6cbe36d34abfde86f5a7a
Details
Created

2025-06-21 09:04:01 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:dad67da3f26bce15939543965e09c4059533b025f707aad72ed3d3f3a09c66f8 - 31.98% (26.9 MB)

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

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

[#003] sha256:51b6e37b33bed414109ed905a8eb4a46c9c69e58ee361c0bd88ca28ab644dd22 - 16.74% (14.1 MB)

[#004] sha256:dea62e73a27ff13db1095c5ea94b81569233aae770ad35e6c80dce0d9e38dc9d - 34.29% (28.9 MB)

[#005] sha256:523bceba1f48864a2d4d76af76ab46e603991b0dbec039037141e146c8704a7d - 0.02% (17.5 KB)

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

[#007] sha256:8c32fbe00afb8c252fe09a714783046e2d46cbdc731817db9bf3c150f14a0ef0 - 0.19% (164 KB)


History
2025-06-10 00:00:00 UTC (debuerreotype 0.15)

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

2025-06-21 09:02:23 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=unstable

2025-06-21 09:02:23 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2025-06-21 09:02:23 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2025-06-21 09:02:32 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

2025-06-21 09:02:36 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

2025-06-21 09:02:36 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2025-06-21 09:03:57 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Prosody IM

2025-06-21 09:03:57 UTC (buildkit.dockerfile.v0)

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

2025-06-21 09:03:57 UTC (buildkit.dockerfile.v0)

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

2025-06-21 09:03:57 UTC (buildkit.dockerfile.v0)

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

2025-06-21 09:03:57 UTC (buildkit.dockerfile.v0)

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

2025-06-21 09:03:57 UTC (buildkit.dockerfile.v0)

ARG VERSION_JITSI_CONTRIB_PROSODY_PLUGINS=20250426

2025-06-21 09:03:57 UTC (buildkit.dockerfile.v0)

ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.8.0

2025-06-21 09:03:57 UTC (buildkit.dockerfile.v0)

ARG PROSODY_PACKAGE=prosody

2025-06-21 09:03:57 UTC (buildkit.dockerfile.v0)

RUN |3 VERSION_JITSI_CONTRIB_PROSODY_PLUGINS=20250426 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 # buildkit

2025-06-21 09:03:57 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2025-06-21 09:04:01 UTC (buildkit.dockerfile.v0)

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

2025-06-21 09:04:01 UTC (buildkit.dockerfile.v0)

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

2025-06-21 09:04:01 UTC (buildkit.dockerfile.v0)

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

2025-06-21 09:04:01 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