2025-12-17 12:50:54 UTC
126 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
S6_BEHAVIOUR_IF_STAGE2_FAILS2
[#000] sha256:ae4ce04d0e1ccb5db08fa441b79635de5590399fae652d10bd3379b231be0ead - 21.44% (26.9 MB)
[#001] sha256:e552750cdfd4c7f332a3ac4923dafb15f0e7a838019c21e86d1f107a252bf609 - 0.0% (711 Bytes)
[#002] sha256:b3d391efd0e38fe18dc29609e624b93aa198c75ece0aae95d835fbafad02b743 - 11.25% (14.1 MB)
[#003] sha256:209e8107df3aef55842a3e7233b67a9ddd1a898ef10e02b9d333ae1b745b81b6 - 11.23% (14.1 MB)
[#004] sha256:a8ee6dbc02eafba11d926da68d4d69d5be849546077a79ced863b1ed36804369 - 0.04% (49.8 KB)
[#005] sha256:e632b0c2078aff55978db790628f69967c2e4933635f629f4b3b031fb5f2332b - 0.01% (12.7 KB)
[#006] sha256:d598514ba3e6c9e121a50714391181f89222cb5b714dd8602541fb4b512d7d1d - 56.03% (70.3 MB)
# debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000'
2025-12-17 12:49:39 UTC (buildkit.dockerfile.v0)ARG JITSI_RELEASE=unstable
2025-12-17 12:49:39 UTC (buildkit.dockerfile.v0)ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2025-12-17 12:49:39 UTC (buildkit.dockerfile.v0)COPY rootfs / # buildkit
2025-12-17 12:49:48 UTC (buildkit.dockerfile.v0)RUN |1 JITSI_RELEASE=unstable /bin/sh -c dpkgArch="$(dpkg --print-architecture)" && case "${dpkgArch##*-}" in "amd64") TPL_ARCH=amd64; S6_ARCH=amd64 ;; "arm64") TPL_ARCH=arm64; S6_ARCH=aarch64 ;; *) echo "unsupported architecture"; exit 1 ;; esac && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y apt-transport-https apt-utils ca-certificates gnupg wget curl && wget -qO /usr/bin/tpl https://github.com/jitsi/tpl/releases/download/v1.4.0/tpl-linux-${TPL_ARCH} && wget -qO /tmp/s6.tar.gz https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-${S6_ARCH}.tar.gz && mkdir /tmp/s6 && tar xfz /tmp/s6.tar.gz -C /tmp/s6 && tar hxfz /tmp/s6.tar.gz -C / && rm -f /usr/bin/execlineb && cp /tmp/s6/bin/execlineb /usr/bin/ && rm -rf /tmp/s6* && 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 bookworm-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
2025-12-17 12:49:52 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
2025-12-17 12:49:52 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2025-12-17 12:50:43 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.title=Jitsi Meet
2025-12-17 12:50:43 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.description=WebRTC compatible JavaScript application that uses Jitsi Videobridge to provide high quality, scalable video conferences.
2025-12-17 12:50:43 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.url=https://jitsi.org/jitsi-meet/
2025-12-17 12:50:43 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.source=https://github.com/jitsi/docker-jitsi-meet
2025-12-17 12:50:43 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://jitsi.github.io/handbook/
2025-12-17 12:50:43 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/acmesh-official/acme.sh/3.0.7/acme.sh /opt # buildkit
2025-12-17 12:50:43 UTC (buildkit.dockerfile.v0)COPY rootfs/ / # buildkit
2025-12-17 12:50:54 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y dnsutils cron nginx-extras jitsi-meet-web socat curl jq && mv /usr/share/jitsi-meet/interface_config.js /defaults && rm -f /etc/nginx/conf.d/default.conf && apt-cleanup # buildkit
2025-12-17 12:50:54 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2025-12-17 12:50:54 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.