2022-04-14 06:06:01 UTC
154 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
S6_BEHAVIOUR_IF_STAGE2_FAILS2
[#000] sha256:c229119241af7b23b121052a1cae4c03e0a477a72ea6a7f463ad7623ff8f274b - 19.4% (29.9 MB)
[#001] sha256:9fc527e6406776cb03c23ac812b802d78e20693fc7fcc8f0ce5026d75eb12fb3 - 1.18% (1.82 MB)
[#002] sha256:dd93689d719e4023f8186968919658f22dffd30a242c377f40c17fcb7a2bfa6a - 0.0% (725 Bytes)
[#003] sha256:bf3307d6311fac6fc3cc6df71fca6cb238901361762fb0b2246e2a3db39ff595 - 5.83% (8.99 MB)
[#004] sha256:bbc41a36ead0e56c8b49e8d864244eca8e030b506b9c0aada5230d68077b472f - 8.86% (13.7 MB)
[#005] sha256:a0197add3e52d1ab76c5d3a8531484f989ffcb706a4f3e223de1b908782c67e9 - 45.73% (70.6 MB)
[#006] sha256:6229f017dea9bc3742c271410e87e5a9d7cf13fcf6724d3cbb59f1993180df9a - 19.0% (29.3 MB)
[#007] sha256:7a7cbb69b6b975255c1eb7743af439dd0425bfb64381f3d9aaa7038401fb5f1f - 0.0% (2.39 KB)
/bin/sh -c #(nop) ADD file:966d3669b40f5fbaecee1ecbeb58debe19001076da5d94717080d55efbc25971 in /
2022-03-29 00:22:19 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-04-14 06:04:05 UTC (buildkit.dockerfile.v0)ARG JITSI_RELEASE=stable
2022-04-14 06:04:05 UTC (buildkit.dockerfile.v0)ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2022-04-14 06:04:05 UTC (buildkit.dockerfile.v0)ADD https://github.com/jitsi/tpl/releases/download/v1.0.1/tpl-linux-amd64 /usr/bin/tpl # buildkit
2022-04-14 06:04:05 UTC (buildkit.dockerfile.v0)COPY rootfs / # buildkit
2022-04-14 06:04:14 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-04-14 06:04:20 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-04-14 06:04:20 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2022-04-14 06:05:03 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /usr/share/man/man1 && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y openjdk-11-jre-headless && apt-cleanup # buildkit
2022-04-14 06:06:00 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.title=Jitsi Conference Focus (jicofo)
2022-04-14 06:06:00 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.description=Server-side focus component that manages media sessions and acts as load balancer.
2022-04-14 06:06:00 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.url=https://github.com/jitsi/jicofo
2022-04-14 06:06:00 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.source=https://github.com/jitsi/docker-jitsi-meet
2022-04-14 06:06:00 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://jitsi.github.io/handbook/
2022-04-14 06:06:00 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y jicofo && apt-cleanup # buildkit
2022-04-14 06:06:01 UTC (buildkit.dockerfile.v0)COPY rootfs/ / # buildkit
2022-04-14 06:06:01 UTC (buildkit.dockerfile.v0)VOLUME [/config]
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.