Namespace
jitsi
Image / Tag
prosody:unstable-2022-03-30
Content Digest
sha256:4a6eeeee8cf7fab7def0883419bed8f5302b70ab216952358bf7f1a6d7b6f647
Details
Created

2022-03-30 06:18:11 UTC

Size

56.8 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

XMPP_CROSS_DOMAIN

false


Layers

[#000] sha256:c229119241af7b23b121052a1cae4c03e0a477a72ea6a7f463ad7623ff8f274b - 52.73% (29.9 MB)

[#001] sha256:79efd28e14c5eea22467d8915bce245ea75eb000f405ba88e2324086f41d6ad7 - 3.21% (1.82 MB)

[#002] sha256:97183692f9a111de6585630f050505692e881986f6e9f8c1b385debf98dfed7a - 0.0% (723 Bytes)

[#003] sha256:ea90afa2bf6118e655c26b9bc9616e3298ebb3dd588119683b42f5505ecd9a52 - 15.75% (8.94 MB)

[#004] sha256:35c83306d93170145752f34866c0747ff5bb2414a4fc5c84327e321ad618423a - 24.09% (13.7 MB)

[#005] sha256:784795ed6fcb07a4bffac847d2b5b6ad2b1f4f37a40391125a6ff35f2e06d097 - 3.74% (2.12 MB)

[#006] sha256:a95f96a7f5a782fe78f48c2df94efb53e0c6c2a5b349f05d747cb68adf393bcb - 0.01% (6.31 KB)

[#007] sha256:972341ddfd27129605c704ba1861a516e8412452ba23d76db16e0ef57aa9a2df - 0.19% (111 KB)

[#008] sha256:bf7d221f03f747944b0029b9262d8942234f88613b5da1ac1fff27859365f2c4 - 0.28% (166 KB)


History
2022-03-29 00:22:18 UTC

/bin/sh -c #(nop) ADD file:966d3669b40f5fbaecee1ecbeb58debe19001076da5d94717080d55efbc25971 in /

2022-03-29 00:22:19 UTC

/bin/sh -c #(nop) CMD ["bash"]

2022-03-30 06:17:04 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-03-30 06:17:04 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-03-30 06:17:04 UTC (buildkit.dockerfile.v0)

ADD https://github.com/jitsi/tpl/releases/download/v1.0.1/tpl-linux-amd64 /usr/bin/tpl # buildkit

2022-03-30 06:17:04 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-03-30 06:17:14 UTC (buildkit.dockerfile.v0)

RUN |1 JITSI_RELEASE=unstable /bin/sh -c apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y apt-transport-https apt-utils ca-certificates gnupg wget && wget -qO - https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-amd64.tar.gz | tar xfz - -C / && 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 bullseye-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

2022-03-30 06:17:21 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

2022-03-30 06:17:21 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-03-30 06:18:00 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Prosody IM

2022-03-30 06:18:00 UTC (buildkit.dockerfile.v0)

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

2022-03-30 06:18:00 UTC (buildkit.dockerfile.v0)

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

2022-03-30 06:18:00 UTC (buildkit.dockerfile.v0)

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

2022-03-30 06:18:00 UTC (buildkit.dockerfile.v0)

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

2022-03-30 06:18:00 UTC (buildkit.dockerfile.v0)

ENV XMPP_CROSS_DOMAIN=false

2022-03-30 06:18:00 UTC (buildkit.dockerfile.v0)

ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.7.0

2022-03-30 06:18:00 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.7.0 /bin/sh -c wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody-debian-packages.key && echo "deb http://packages.prosody.im/debian bullseye main" > /etc/apt/sources.list.d/prosody.list && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y prosody=0.11.13-1~bpo11+1 libssl1.1 libldap-common sasl2-bin libsasl2-modules-ldap lua-basexx lua-ldap lua-sec patch && apt-cleanup && rm -rf /etc/prosody && apt-dpkg-wrap apt-get update && 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 && apt-cleanup && rm -rf /tmp/pkg /var/cache/apt && patch -d /usr/lib/prosody/modules/muc -p0 < /prosody-plugins/muc_owner_allow_kick.patch && 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 # buildkit

2022-03-30 06:18:00 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-03-30 06:18:11 UTC (buildkit.dockerfile.v0)

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

2022-03-30 06:18:11 UTC (buildkit.dockerfile.v0)

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

2022-03-30 06:18:11 UTC (buildkit.dockerfile.v0)

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

2022-03-30 06:18:11 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