Namespace
jitsi
Image / Tag
prosody:unstable-2022-03-16
Content Digest
sha256:d3f6eee162f9593d77c57bff8241038d8916db35747cb85e9696feb28a387ea3
Details
Created

2022-03-16 06:04:42 UTC

Size

58.6 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:f7a1c6dad28192bd417b78079d6ddc03cbca6d5ea46bba12769b235b6353c00c - 51.08% (29.9 MB)

[#001] sha256:01a4d7ca8c5ceeb29323465d2a190ddff46a51386b3823c32414ee404b6f0a30 - 3.11% (1.82 MB)

[#002] sha256:bec625befce81a0bd95af84b893a15352a1023a62ef35ba3753d02e7deef8b25 - 0.0% (726 Bytes)

[#003] sha256:a50aece930adecedfd12bf1738a93b45b821379cc0229059878038b1198c9e77 - 18.37% (10.8 MB)

[#004] sha256:09c3e3f4e2b72a489978003f3a16fd27b84f29c799664899341fd4823032d3e1 - 23.34% (13.7 MB)

[#005] sha256:48c505de6cd36d1dab9839d2613effc7740b3886e05b553d2f3ee7f675f4071a - 3.62% (2.12 MB)

[#006] sha256:4178f0b24bad0338e84f9094c810592b2fbb80b921b58ae107ec56a1c948c9ec - 0.01% (6.3 KB)

[#007] sha256:810934faa76c7c328f6f828ac6887907530d9e686d8bbb916c8d54c8d3dedfb9 - 0.18% (111 KB)

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


History
2022-03-01 02:13:29 UTC

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

2022-03-01 02:13:29 UTC

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

2022-03-16 06:03:33 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-03-16 06:03:33 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-03-16 06:03:33 UTC (buildkit.dockerfile.v0)

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

2022-03-16 06:03:33 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-03-16 06:03:43 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-16 06:03:48 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-16 06:03:48 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-03-16 06:04:32 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Prosody IM

2022-03-16 06:04:32 UTC (buildkit.dockerfile.v0)

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

2022-03-16 06:04:32 UTC (buildkit.dockerfile.v0)

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

2022-03-16 06:04:32 UTC (buildkit.dockerfile.v0)

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

2022-03-16 06:04:32 UTC (buildkit.dockerfile.v0)

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

2022-03-16 06:04:32 UTC (buildkit.dockerfile.v0)

ENV XMPP_CROSS_DOMAIN=false

2022-03-16 06:04:32 UTC (buildkit.dockerfile.v0)

ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.7.0

2022-03-16 06:04:32 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.12-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-16 06:04:32 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-03-16 06:04:42 UTC (buildkit.dockerfile.v0)

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

2022-03-16 06:04:42 UTC (buildkit.dockerfile.v0)

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

2022-03-16 06:04:42 UTC (buildkit.dockerfile.v0)

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

2022-03-16 06:04:42 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