Namespace
jitsi
Image / Tag
web:unstable-2021-07-02
Content Digest
sha256:abc2cac56cac53668133acfb4591fe02e1dd4860dc456085543e488208e5d379
Details
Created

2021-07-02 06:06:38 UTC

Size

97.3 MB

Content Digest
Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

S6_BEHAVIOUR_IF_STAGE2_FAILS

2


Layers

[#000] sha256:b4d181a07f8025e00e0cb28f1cc14613da2ce26450b80c54aea537fa93cf3bda - 26.6% (25.9 MB)

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

[#002] sha256:6e51dd1d1a240a287400eec49ec4d78853006049f3092241a39a6ace7a58a51a - 13.87% (13.5 MB)

[#003] sha256:53392b036f8b6abba8c88d0295f07458e038c7a87d8fd54967f5f38d9a224e47 - 13.41% (13.1 MB)

[#004] sha256:da3600eec2604c0609a0ee68f32ac762cb4383623158db1265b73f0f8c7d9127 - 0.05% (46.2 KB)

[#005] sha256:574041496b54c7aa9afab89a024eedd4bb9031b122154e73f0ed213403848ff9 - 0.01% (7.6 KB)

[#006] sha256:3d5a82437678cf37cf61296d314cbc871a6d1802bc59309246330412734f8224 - 46.07% (44.8 MB)


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-02 06:04:24 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2021-07-02 06:04:24 UTC (buildkit.dockerfile.v0)

ARG FREP_VERSION=1.3.11

2021-07-02 06:04:24 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2021-07-02 06:04:24 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2021-07-02 06:04:37 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-02 06:04:44 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-02 06:04:44 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

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

ADD https://raw.githubusercontent.com/acmesh-official/acme.sh/2.8.8/acme.sh /opt # buildkit

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

COPY rootfs/ / # buildkit

2021-07-02 06:06:38 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y cron nginx-extras jitsi-meet-web socat && apt-dpkg-wrap apt-get -d install -y jitsi-meet-web-config && dpkg -x /var/cache/apt/archives/jitsi-meet-web-config*.deb /tmp/pkg && mv /tmp/pkg/usr/share/jitsi-meet-web-config/config.js /defaults && mv /usr/share/jitsi-meet/interface_config.js /defaults && rm -f /etc/nginx/conf.d/default.conf && apt-cleanup && rm -rf /tmp/pkg /var/cache/apt # buildkit

2021-07-02 06:06:38 UTC (buildkit.dockerfile.v0)

EXPOSE map[443/tcp:{} 80/tcp:{}]

2021-07-02 06:06:38 UTC (buildkit.dockerfile.v0)

VOLUME [/config /usr/share/jitsi-meet/transcripts]

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