Namespace
jitsi
Image / Tag
web:web-1.0.8842-1-arm64
Content Digest
sha256:27e438952f8077d5a090c24542730ab3c00b71c43f1390f33ffadb4009855cf5
Details
Created

2025-10-02 20:11:06 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:f4e51325a7cb57cd9ae67bd9540483838b96bf7c9b0bf18205d9d30819e9ca38 - 21.96% (26.8 MB)

[#001] sha256:d400ecd76bc0b83faea537b3d3dd8a4f2b612b9f984860cf1d8fe51339ef1cd8 - 0.0% (710 Bytes)

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

[#003] sha256:243aad3be9561c3c65d63499869cf9be87187436e2d0ea21a263117d4291f045 - 11.54% (14.1 MB)

[#004] sha256:10d39ac4e22f66ffd1dfa4d0683e603f1ec1bc684a60e6ffffa9ce5f0c4d3f7b - 0.04% (49.8 KB)

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

[#006] sha256:c6fc75fc795b2da33ca2a4b1d2c0f9465ed6f267bba71e54d7e8f2b1174548f8 - 55.02% (67.1 MB)


History
2025-09-29 00:00:00 UTC (debuerreotype 0.16)

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

2025-10-02 20:09:31 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=unstable

2025-10-02 20:09:31 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2025-10-02 20:09:31 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2025-10-02 20:09:43 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-10-02 20:09:48 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-10-02 20:09:48 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2025-10-02 20:10:46 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Jitsi Meet

2025-10-02 20:10:46 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-10-02 20:10:46 UTC (buildkit.dockerfile.v0)

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

2025-10-02 20:10:46 UTC (buildkit.dockerfile.v0)

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

2025-10-02 20:10:46 UTC (buildkit.dockerfile.v0)

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

2025-10-02 20:10:46 UTC (buildkit.dockerfile.v0)

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

2025-10-02 20:10:47 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2025-10-02 20:11:06 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-10-02 20:11:06 UTC (buildkit.dockerfile.v0)

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

2025-10-02 20:11:06 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