Namespace
jitsi
Image / Tag
prosody:unstable-2021-08-22
Content Digest
sha256:b3ef36e72d159e4987669adc86d48b517d744c066035fed36e31cf556bf59b2f
Details
Created

2021-08-22 06:07:27 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:e1acddbe380c63f0de4b77d3f287b7c81cd9d89563a230692378126b46ea6546 - 47.36% (25.9 MB)

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

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

[#003] sha256:9dc8a0b5df201155a39d6e1d67fc7b723eda962c015719e7216dee5e17173d84 - 23.88% (13.1 MB)

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

[#005] sha256:0973eefd286446e3850757132a2656fc8bd964ce21483925e6c9d3980a69a1d4 - 0.1% (54.2 KB)

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

[#007] sha256:0c4f60bf9e7992fffd4a33dc11b12fd5cdbd3e800ff65a1d2ab46e5284da8d76 - 0.01% (6.09 KB)

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

[#009] sha256:e0925b06c208bebe945cf4057bfad47c2592b37a7cb5db15f95a576a015ef809 - 0.02% (9.06 KB)


History
2021-08-17 01:24:06 UTC

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

2021-08-17 01:24:06 UTC

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

2021-08-22 06:06:06 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2021-08-22 06:06:06 UTC (buildkit.dockerfile.v0)

ARG FREP_VERSION=1.3.11

2021-08-22 06:06:06 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2021-08-22 06:06:06 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2021-08-22 06:06:16 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-08-22 06:06:23 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-08-22 06:06:23 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2021-08-22 06:07:13 UTC (buildkit.dockerfile.v0)

ENV XMPP_CROSS_DOMAIN=false

2021-08-22 06:07:13 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-08-22 06:07:18 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-08-22 06:07:18 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-08-22 06:07:18 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2021-08-22 06:07:27 UTC (buildkit.dockerfile.v0)

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

2021-08-22 06:07:27 UTC (buildkit.dockerfile.v0)

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

2021-08-22 06:07:27 UTC (buildkit.dockerfile.v0)

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

2021-08-22 06:07:27 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