2022-02-15 06:16:58 UTC
155 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
S6_BEHAVIOUR_IF_STAGE2_FAILS2
[#000] sha256:5eb5b503b37671af16371272f9c5313a3e82f1d0756e14506704489ad9900803 - 19.25% (29.9 MB)
[#001] sha256:ddf34b56f3cd7609a5e9c9b76fd6d232912a10be74ed8a5da6a78b253900d7b3 - 0.0% (767 Bytes)
[#002] sha256:82d754e2860c714ad0c06a37a58c4ef72b293bbaafa2c22d4b2eafd1771df8dd - 7.67% (11.9 MB)
[#003] sha256:17017aad123c7ae49039448aec4c01cab55af9245409de6d9670214f0ed2a58b - 8.8% (13.7 MB)
[#004] sha256:2555e9f1bb21c36ca3377f7c108d4f7561f56135d95794d7eed1d5636ec3f1bf - 45.4% (70.6 MB)
[#005] sha256:87872fa2aa624a9dbf60d672aa75caa3f9aa3af1fc7f44ad465ec7edc4a33977 - 18.89% (29.4 MB)
[#006] sha256:94e1b045fef9a4c6b3841d3b32141fd123b2be934fd8c562b7146c9d38d2a5df - 0.0% (2.39 KB)
/bin/sh -c #(nop) ADD file:90495c24c897ec47982e200f732f8be3109fcd791691ddffae0756898f91024f in /
2022-01-26 01:40:36 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-02-15 06:14:52 UTC (buildkit.dockerfile.v0)ARG JITSI_RELEASE=stable
2022-02-15 06:14:52 UTC (buildkit.dockerfile.v0)ARG FREP_VERSION=1.3.11
2022-02-15 06:14:52 UTC (buildkit.dockerfile.v0)ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2022-02-15 06:14:52 UTC (buildkit.dockerfile.v0)COPY rootfs / # buildkit
2022-02-15 06:15:05 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-15 06:15:11 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-15 06:15:11 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2022-02-15 06:16:00 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-02-15 06:16:58 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.title=Jitsi Conference Focus (jicofo)
2022-02-15 06:16:58 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.description=Server-side focus component that manages media sessions and acts as load balancer.
2022-02-15 06:16:58 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.url=https://github.com/jitsi/jicofo
2022-02-15 06:16:58 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.source=https://github.com/jitsi/docker-jitsi-meet
2022-02-15 06:16:58 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://jitsi.github.io/handbook/
2022-02-15 06:16:58 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-02-15 06:16:58 UTC (buildkit.dockerfile.v0)COPY rootfs/ / # buildkit
2022-02-15 06:16:58 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.