2022-04-05 06:05:15 UTC
104 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
S6_BEHAVIOUR_IF_STAGE2_FAILS2
[#000] sha256:c229119241af7b23b121052a1cae4c03e0a477a72ea6a7f463ad7623ff8f274b - 28.64% (29.9 MB)
[#001] sha256:bd8d5f70ed4d571527684ae8c08c4747de02223b5e12d1909a67194099751b40 - 1.74% (1.82 MB)
[#002] sha256:9d37b0a67f3f838c81f94f45593ebcbced919672be088976229cc233adb4bac4 - 0.0% (722 Bytes)
[#003] sha256:a5fc2c37c1957f096b4634ed8fe59aa39e352e211bdb63528bde1c3d88642352 - 8.61% (8.99 MB)
[#004] sha256:fac3ab34d1ba3948d4289ed485981eb43a20cd6f392618e7b03563515e3ce472 - 13.08% (13.7 MB)
[#005] sha256:90f7c55713438e9b6c4e8fe681fdfc948c53b96f7e267ca84637af378234e0c0 - 0.04% (46.2 KB)
[#006] sha256:52736e14dcf96f1d912b104835e015ac81aac59dddb55567421e1c63111c6923 - 0.01% (8.25 KB)
[#007] sha256:2a730fad3947009580228cb47f333bf86f410cb813013ef3c07e7d67f9fe2856 - 47.87% (50 MB)
/bin/sh -c #(nop) ADD file:966d3669b40f5fbaecee1ecbeb58debe19001076da5d94717080d55efbc25971 in /
2022-03-29 00:22:19 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-04-05 06:04:07 UTC (buildkit.dockerfile.v0)ARG JITSI_RELEASE=stable
2022-04-05 06:04:07 UTC (buildkit.dockerfile.v0)ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2022-04-05 06:04:07 UTC (buildkit.dockerfile.v0)ADD https://github.com/jitsi/tpl/releases/download/v1.0.1/tpl-linux-amd64 /usr/bin/tpl # buildkit
2022-04-05 06:04:07 UTC (buildkit.dockerfile.v0)COPY rootfs / # buildkit
2022-04-05 06:04:18 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-05 06:04:24 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-05 06:04:24 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2022-04-05 06:05:00 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.title=Jitsi Meet
2022-04-05 06:05:00 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.description=WebRTC compatible JavaScript application that uses Jitsi Videobridge to provide high quality, scalable video conferences.
2022-04-05 06:05:00 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.url=https://jitsi.org/jitsi-meet/
2022-04-05 06:05:00 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.source=https://github.com/jitsi/docker-jitsi-meet
2022-04-05 06:05:00 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://jitsi.github.io/handbook/
2022-04-05 06:05:00 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/acmesh-official/acme.sh/2.8.8/acme.sh /opt # buildkit
2022-04-05 06:05:00 UTC (buildkit.dockerfile.v0)COPY rootfs/ / # buildkit
2022-04-05 06:05:15 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
2022-04-05 06:05:15 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2022-04-05 06:05:15 UTC (buildkit.dockerfile.v0)VOLUME [/config /usr/share/jitsi-meet/transcripts]
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.