Namespace
jitsi
Image / Tag
jvb:jvb-2.3-85-g7db96701-1
Content Digest
sha256:4cbbaa59474be28f3bb38b92927a246853b13597d4e1cd936440317d0f8fcae9
Details
Created

2024-02-22 21:13:43 UTC

Size

324 MB

Content Digest
Labels
  • org.opencontainers.image.description
    WebRTC compatible server designed to route video streams amongst participants in 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 Videobridge (jvb)
  • org.opencontainers.image.url
    https://jitsi.org/jitsi-videobridge/

Environment
PATH

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

S6_BEHAVIOUR_IF_STAGE2_FAILS

2


Layers

[#000] sha256:5d0aeceef7eeb53c3f853fb229ea7fd13a5a56f4ba371ca48f0477493046b702 - 9.26% (30 MB)

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

[#002] sha256:42dec56f07dbea4319cbab25eb5d8274559b905a9406cefeef9d98f95487f400 - 2.89% (9.35 MB)

[#003] sha256:d286620c7b7d3276f44643c6b98534ea466e925c8ac8839421a741cdab7835eb - 4.23% (13.7 MB)

[#004] sha256:7f1a96fbfe82283be2ce3412ce1f95b0c040b068d90d84d029ed51f14ada4177 - 60.46% (196 MB)

[#005] sha256:6fd09b53a73bc6fc9027ba9bb8b0bc7158cd817f7e0c360b138fe45d0f853e45 - 23.16% (74.9 MB)

[#006] sha256:e119ae304bfbb99d252f0f98b82f6d2a9b3a334b3729ca92ca44e6f7c39acd69 - 0.0% (3.9 KB)


History
2024-02-13 00:37:43 UTC

/bin/sh -c #(nop) ADD file:40ad95eaf61b2797e8d2282bc2388bce34c3c24ed78e694695a8c3dbcd3ddbbb in /

2024-02-13 00:37:44 UTC

/bin/sh -c #(nop) CMD ["bash"]

2024-02-22 21:07:14 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2024-02-22 21:07:14 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-02-22 21:07:14 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-02-22 21:07:23 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 && wget -qO /usr/bin/tpl https://github.com/jitsi/tpl/releases/download/v1.1.1/tpl-linux-${TPL_ARCH} && wget -qO - https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-${S6_ARCH}.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

2024-02-22 21:07:28 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

2024-02-22 21:07:28 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-02-22 21:10:13 UTC (buildkit.dockerfile.v0)

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-11-jre-headless openjdk-11-jdk-headless && apt-cleanup # buildkit

2024-02-22 21:13:43 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Jitsi Videobridge (jvb)

2024-02-22 21:13:43 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=WebRTC compatible server designed to route video streams amongst participants in a conference.

2024-02-22 21:13:43 UTC (buildkit.dockerfile.v0)

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

2024-02-22 21:13:43 UTC (buildkit.dockerfile.v0)

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

2024-02-22 21:13:43 UTC (buildkit.dockerfile.v0)

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

2024-02-22 21:13:43 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y jitsi-videobridge2 jitsi-autoscaler-sidecar jq curl iproute2 dnsutils libpcap0.8 && apt-cleanup # buildkit

2024-02-22 21:13:43 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2024-02-22 21:13:43 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2024-02-22 21:14:35 UTC

Size

317 MB

Content Digest
Labels
  • org.opencontainers.image.description
    WebRTC compatible server designed to route video streams amongst participants in 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 Videobridge (jvb)
  • org.opencontainers.image.url
    https://jitsi.org/jitsi-videobridge/

Environment
PATH

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

S6_BEHAVIOUR_IF_STAGE2_FAILS

2


Layers

[#000] sha256:abd2c048cba46f85ffcdbd38202d0906c11ea93d39d8ac934411570844119d08 - 9.04% (28.7 MB)

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

[#002] sha256:ded0176262f89238fd969028ea99975c03bcc9652b603ffb95deb89a04455265 - 2.94% (9.33 MB)

[#003] sha256:a4ef20b5e9b5eba05d91eec77da71682385e311258503a271165e30c3994b491 - 4.32% (13.7 MB)

[#004] sha256:6aea33b0b29293b3546672eaee8acaf67535f36f2ec8da6a998f571b227fc7e7 - 60.14% (191 MB)

[#005] sha256:74650e349ac78f48c13f800517844957057031f4e023a355980da4a06307bd37 - 23.56% (74.8 MB)

[#006] sha256:e119ae304bfbb99d252f0f98b82f6d2a9b3a334b3729ca92ca44e6f7c39acd69 - 0.0% (3.9 KB)


History
2024-02-13 00:41:34 UTC

/bin/sh -c #(nop) ADD file:ef14ef2abd4725ea6056637e44d9261e2b025853230ea45636b67a735b3d4918 in /

2024-02-13 00:41:35 UTC

/bin/sh -c #(nop) CMD ["bash"]

2024-02-22 21:07:14 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2024-02-22 21:07:14 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-02-22 21:07:14 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-02-22 21:08:39 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 && wget -qO /usr/bin/tpl https://github.com/jitsi/tpl/releases/download/v1.1.1/tpl-linux-${TPL_ARCH} && wget -qO - https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-${S6_ARCH}.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

2024-02-22 21:09:12 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

2024-02-22 21:09:12 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-02-22 21:12:17 UTC (buildkit.dockerfile.v0)

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-11-jre-headless openjdk-11-jdk-headless && apt-cleanup # buildkit

2024-02-22 21:14:35 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Jitsi Videobridge (jvb)

2024-02-22 21:14:35 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=WebRTC compatible server designed to route video streams amongst participants in a conference.

2024-02-22 21:14:35 UTC (buildkit.dockerfile.v0)

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

2024-02-22 21:14:35 UTC (buildkit.dockerfile.v0)

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

2024-02-22 21:14:35 UTC (buildkit.dockerfile.v0)

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

2024-02-22 21:14:35 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y jitsi-videobridge2 jitsi-autoscaler-sidecar jq curl iproute2 dnsutils libpcap0.8 && apt-cleanup # buildkit

2024-02-22 21:14:35 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2024-02-22 21:14:35 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

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