Namespace
jitsi
Image / Tag
prosody:unstable-2021-07-17
Content Digest
sha256:25a112e50dfa83060d382fbba435135ed4a1b342916d3d7060b5d6b24816094e
Details
Created

2021-07-17 06:04:58 UTC

Size

54.7 MB

Content Digest
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:b4d181a07f8025e00e0cb28f1cc14613da2ce26450b80c54aea537fa93cf3bda - 47.36% (25.9 MB)

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

[#002] sha256:94ac04a9c1f82357cec6fcc62ff95deca909dfb3504fe70a4363b4e0c5969c02 - 24.69% (13.5 MB)

[#003] sha256:13808972fd365e9a35952773094ff99277bc2d322f9f2bb0ac19f63136c7b048 - 23.88% (13.1 MB)

[#004] sha256:5b030069ca53f694d5f2f48d02db0525a3992f1d6cc270c63e2493a30c335a94 - 3.71% (2.03 MB)

[#005] sha256:c72672c9b06ba0c5df9612a146ffaf01ef881e3b2014dc76a8fa61bda669bf7a - 0.09% (53.1 KB)

[#006] sha256:5b6e075e88632811829fc5757bb7fb86fb0ce540723ee618b2fd664bf673b2b7 - 0.04% (23.2 KB)

[#007] sha256:28732ddc3f8887ea1b24f0d4120de7faddc6bb528fd32a9cae2d32e6f57ca8e7 - 0.01% (5.79 KB)

[#008] sha256:e5a5554c19d310ee9cee55da74311ab07c4f96c6432d3cf811bb4b56a636f1a2 - 0.2% (110 KB)

[#009] sha256:9d295f8b80a5075c6b3ebbdc236fa1a4fc5052f70b453847f258294be3194378 - 0.02% (9.05 KB)


History
2021-06-23 00:20:40 UTC

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

2021-06-23 00:20:40 UTC

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

2021-07-17 06:03:17 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2021-07-17 06:03:17 UTC (buildkit.dockerfile.v0)

ARG FREP_VERSION=1.3.11

2021-07-17 06:03:17 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2021-07-17 06:03:17 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2021-07-17 06:03:28 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 -O /etc/apt/trusted.gpg.d/jitsi.asc && wget -q https://github.com/subchen/frep/releases/download/v$FREP_VERSION/frep-$FREP_VERSION-linux-amd64 -O /usr/bin/frep && echo "deb https://download.jitsi.org $JITSI_RELEASE/" > /etc/apt/sources.list.d/jitsi.list && echo "deb http://ftp.debian.org/debian buster-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

2021-07-17 06:03:35 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

2021-07-17 06:03:35 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2021-07-17 06:04:40 UTC (buildkit.dockerfile.v0)

ENV XMPP_CROSS_DOMAIN=false

2021-07-17 06:04:40 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c wget -q https://prosody.im/files/prosody-debian-packages.key -O - | gpg --enarmor > /etc/apt/trusted.gpg.d/prosody.asc && echo "deb http://packages.prosody.im/debian buster main" > /etc/apt/sources.list.d/prosody.list && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y prosody libssl1.1 sasl2-bin libsasl2-modules-ldap lua-basexx lua-ldap lua-sec patch && apt-cleanup && rm -rf /etc/prosody # buildkit

2021-07-17 06:04:45 UTC (buildkit.dockerfile.v0)

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

2021-07-17 06:04:45 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c patch -d /usr/lib/prosody/modules/muc -p0 < /prosody-plugins/muc_owner_allow_kick.patch # buildkit

2021-07-17 06:04:46 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2021-07-17 06:04:58 UTC (buildkit.dockerfile.v0)

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

2021-07-17 06:04:58 UTC (buildkit.dockerfile.v0)

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

2021-07-17 06:04:58 UTC (buildkit.dockerfile.v0)

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

2021-07-17 06:04:58 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