Namespace
jitsi
Image / Tag
web:unstable-2026-01-04-arm64
Content Digest
sha256:1ecae0db6b69791191930791d1359954964dbeb655712b31c5124570b4bc9529
Details
Created

2026-01-04 05:13:30 UTC

Size

122 MB

Content Digest
Labels
  • org.opencontainers.image.description
    WebRTC compatible JavaScript application that uses Jitsi Videobridge to provide high quality, scalable video conferences.
  • org.opencontainers.image.documentation
    https://jitsi.github.io/handbook/
  • org.opencontainers.image.source
    https://github.com/jitsi/docker-jitsi-meet
  • org.opencontainers.image.title
    Jitsi Meet
  • org.opencontainers.image.url
    https://jitsi.org/jitsi-meet/

Environment
PATH

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

S6_BEHAVIOUR_IF_STAGE2_FAILS

2


Layers

[#000] sha256:b1efea88fbf7c88bbbdeec2e84bd4f8d0b814c210ee65763f6d4cc91c28365e8 - 21.95% (26.8 MB)

[#001] sha256:3355729ccb10aa3374ab6f0eec1972a4072ee79580ed5e825ee43480fd13729f - 0.0% (711 Bytes)

[#002] sha256:0c41585e4d638a5248e29e677c76e88f18d02d87d125bed259f20e191f08fa01 - 11.43% (13.9 MB)

[#003] sha256:fb1bc370f7ed8255ceefe0e7e6d5379bbfb04a323e4d784162301e42f082b249 - 11.53% (14.1 MB)

[#004] sha256:048296d76832c700b300eb92f143aaa848c15e1a451f2e586c601232b3d763fc - 0.04% (49.8 KB)

[#005] sha256:6b535f8b5371b6e8776d919a35d99292d79100fafb90daf652e7ea81360bda4f - 0.01% (12.7 KB)

[#006] sha256:9f13b692e4902c42479f3700cd665197b1aed89e0ff300ef50b28849cdca091b - 55.04% (67.2 MB)


History
2025-12-29 00:00:00 UTC (debuerreotype 0.17)

# debian.sh --arch 'arm64' out/ 'bookworm' '@1766966400'

2026-01-04 05:11:58 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=unstable

2026-01-04 05:11:58 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2026-01-04 05:11:58 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2026-01-04 05:12:10 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

2026-01-04 05:12:15 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

2026-01-04 05:12:15 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2026-01-04 05:13:11 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Jitsi Meet

2026-01-04 05:13:11 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=WebRTC compatible JavaScript application that uses Jitsi Videobridge to provide high quality, scalable video conferences.

2026-01-04 05:13:11 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://jitsi.org/jitsi-meet/

2026-01-04 05:13:11 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.source=https://github.com/jitsi/docker-jitsi-meet

2026-01-04 05:13:11 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://jitsi.github.io/handbook/

2026-01-04 05:13:11 UTC (buildkit.dockerfile.v0)

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

2026-01-04 05:13:11 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2026-01-04 05:13:30 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

2026-01-04 05:13:30 UTC (buildkit.dockerfile.v0)

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

2026-01-04 05:13:30 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