Namespace
jitsi
Image / Tag
prosody:unstable-2022-02-24
Content Digest
sha256:765faadb549582bd7cb9601e36a342bcf3d2c16aecbb93179410d17546bd0d7d
Details
Created

2022-02-24 06:16:57 UTC

Size

57.7 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:5eb5b503b37671af16371272f9c5313a3e82f1d0756e14506704489ad9900803 - 51.82% (29.9 MB)

[#001] sha256:ec88462f218d66f63836c8d5668780e1b8d48b3a612c27b4334b9903cd9191e3 - 0.0% (764 Bytes)

[#002] sha256:590a9950252fd740019a7ccf89c3b665cb629a22658bcfd289ce3bc767252d9f - 20.65% (11.9 MB)

[#003] sha256:4fdf72e098d3b0a21e78b1671bfdbf9b53a5fcc600cb445c2952084e776627ad - 23.68% (13.7 MB)

[#004] sha256:1b77d1fa09245088610bef4de296a08aab3c8c3284efb4e8db832a3d843d1e10 - 3.63% (2.1 MB)

[#005] sha256:042325cd062aa6d833724a6504b7c8d14c027e0c25d891ee1cb96ceed74b9292 - 0.01% (6.12 KB)

[#006] sha256:b7175716561e29c5103ce3a38a30c4149ba9f1103e7beab84ddff13a75c2198b - 0.19% (111 KB)

[#007] sha256:62e5b891bf64cb9440e2e105b50601adb5d3f2b2a836a8524e3b2dcfaf113590 - 0.02% (9.06 KB)


History
2022-01-26 01:40:35 UTC

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

2022-01-26 01:40:36 UTC

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

2022-02-24 06:15:20 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-02-24 06:15:20 UTC (buildkit.dockerfile.v0)

ARG FREP_VERSION=1.3.11

2022-02-24 06:15:20 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-02-24 06:15:20 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-02-24 06:15:29 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=unstable FREP_VERSION=1.3.11 /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 && wget -qO /usr/bin/frep https://github.com/subchen/frep/releases/download/v$FREP_VERSION/frep-$FREP_VERSION-linux-amd64 && 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/frep # buildkit

2022-02-24 06:15:34 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=unstable FREP_VERSION=1.3.11 /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-02-24 06:15:34 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-02-24 06:16:46 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Prosody IM

2022-02-24 06:16:46 UTC (buildkit.dockerfile.v0)

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

2022-02-24 06:16:46 UTC (buildkit.dockerfile.v0)

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

2022-02-24 06:16:46 UTC (buildkit.dockerfile.v0)

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

2022-02-24 06:16:46 UTC (buildkit.dockerfile.v0)

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

2022-02-24 06:16:46 UTC (buildkit.dockerfile.v0)

ENV XMPP_CROSS_DOMAIN=false

2022-02-24 06:16:46 UTC (buildkit.dockerfile.v0)

RUN /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 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 # buildkit

2022-02-24 06:16:46 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-02-24 06:16:57 UTC (buildkit.dockerfile.v0)

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

2022-02-24 06:16:57 UTC (buildkit.dockerfile.v0)

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

2022-02-24 06:16:57 UTC (buildkit.dockerfile.v0)

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

2022-02-24 06:16:57 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