Synthonyx Technologies Ltd

jitsi-jibri (stable-10888-s1)

Published 2026-05-12 12:47:31 +00:00 by arjanvaneersel

Installation

docker pull git.synthonyx.com/synthonyx/jitsi-jibri:stable-10888-s1
sha256:e81593c7241edc5857693dd3353b1f978fbe97a2294144a484eb2fc23d51a2ab

About this package

Components for recording and/or streaming a conference.

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'
ARG JITSI_RELEASE=stable
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
COPY rootfs / # buildkit
RUN |1 JITSI_RELEASE=stable /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.5.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
RUN |1 JITSI_RELEASE=stable /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
ENTRYPOINT ["/init"]
RUN /bin/sh -c mkdir -p /usr/share/man/man1 && mkdir -p /etc/apt/keyrings/ && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y unzip ca-certificates curl gnupg && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y nodejs openjdk-17-jre-headless openjdk-17-jdk-headless && apt-cleanup # buildkit
LABEL org.opencontainers.image.title=Jitsi Broadcasting Infrastructure (jibri)
LABEL org.opencontainers.image.description=Components for recording and/or streaming a conference.
LABEL org.opencontainers.image.url=https://github.com/jitsi/jibri
LABEL org.opencontainers.image.source=https://github.com/jitsi/docker-jitsi-meet
LABEL org.opencontainers.image.documentation=https://jitsi.github.io/handbook/
ARG USE_CHROMIUM=0
ARG CHROME_RELEASE=143.0.7499.40
COPY rootfs/ / # buildkit
RUN |2 USE_CHROMIUM=0 CHROME_RELEASE=143.0.7499.40 /bin/sh -c apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" jibri libgl1-mesa-dri procps jitsi-upload-integrations jitsi-autoscaler-sidecar jq pulseaudio dbus dbus-x11 rtkit unzip fonts-noto fonts-noto-cjk libcap2-bin rclone && /usr/bin/install-chrome.sh && apt-cleanup && adduser jibri rtkit && dpkgArch="$(dpkg --print-architecture)" && case "${dpkgArch##*-}" in "amd64") SC_ARCH=x86_64 ;; "arm64") SC_ARCH=aarch64 ;; *) echo "unsupported architecture"; exit 1 ;; esac && wget -qO /usr/bin/shm-check https://github.com/saghul/shm-check/releases/download/v1.0.0/shm-check-${SC_ARCH} && chmod +x /usr/bin/shm-check # buildkit
VOLUME [/config]
USER root
/bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates && curl -fsSL https://dl.min.io/client/mc/release/linux-amd64/mc -o /usr/local/bin/mc && chmod +x /usr/local/bin/mc && rm -rf /var/lib/apt/lists/*

Labels

Key Value
io.buildah.version 1.43.1
org.opencontainers.image.description Components for recording and/or streaming a conference.
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 Broadcasting Infrastructure (jibri)
org.opencontainers.image.url https://github.com/jitsi/jibri
Details
Container
2026-05-12 12:47:31 +00:00
6
OCI / Docker
linux/amd64
829 MiB
Versions (1) View all
stable-10888-s1 2026-05-12