Namespace
jitsi
Image / Tag
jvb:unstable-2023-10-28
Content Digest
sha256:64c5c48dc1e44b06b517403916fcb0c52adcc084a84510e0f3ea110c77f0c076
Details
Created

2023-10-28 18:58:32 UTC

Size

189 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:e67fdae3559346105027c63e7fb032bba57e62b1fe9f2da23e6fdfb56384e00b - 15.89% (30 MB)

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

[#002] sha256:9cf2228df9b6b4735af3d4b75d2d00f90ca3ab4f745fab0a665394979563c8db - 4.86% (9.16 MB)

[#003] sha256:241077d82106ee4539adcfb46f575dc5053bd6ce0361d0d819f3acc0ce47ccf8 - 7.25% (13.7 MB)

[#004] sha256:1d35d98006e46e5ea99e237b4fdd8c00ced89ae1562d4de0400250419fa7072a - 36.97% (69.7 MB)

[#005] sha256:93aa1e72ba72e22889c6f507ff918c8e71016573260945d3f5588b453a7e10d4 - 35.04% (66.1 MB)

[#006] sha256:f0595f4821802b9da7b8ffbd7a5b36c0f00b00d1e137601170a4451233aef03f - 0.0% (2.53 KB)


History
2023-10-11 18:35:13 UTC

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

2023-10-11 18:35:13 UTC

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

2023-10-28 18:52:18 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-10-28 18:52:18 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-10-28 18:52:18 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-10-28 18:52:18 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-10-28 18:52:31 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=unstable TARGETPLATFORM=linux/amd64 /bin/sh -c case ${TARGETPLATFORM} in "linux/amd64") TPL_ARCH=amd64 ;; "linux/arm64") TPL_ARCH=arm64 ;; esac && case ${TARGETPLATFORM} in "linux/amd64") S6_ARCH=amd64 ;; "linux/arm64") S6_ARCH=aarch64 ;; 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.0.4/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

2023-10-28 18:52:38 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=unstable TARGETPLATFORM=linux/amd64 /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

2023-10-28 18:52:38 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-10-28 18:55:56 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir -p /usr/share/man/man1 && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y openjdk-11-jre-headless && apt-cleanup # buildkit

2023-10-28 18:58:32 UTC (buildkit.dockerfile.v0)

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

2023-10-28 18:58:32 UTC (buildkit.dockerfile.v0)

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

2023-10-28 18:58:32 UTC (buildkit.dockerfile.v0)

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

2023-10-28 18:58:32 UTC (buildkit.dockerfile.v0)

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

2023-10-28 18:58:32 UTC (buildkit.dockerfile.v0)

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

2023-10-28 18:58:32 UTC (buildkit.dockerfile.v0)

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

2023-10-28 18:58:32 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-10-28 18:58:32 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-10-28 18:59:40 UTC

Size

183 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:85e50d2242ceaba78c3726e059dbd2fa06f5c18e265554bd43a482d19b256d20 - 15.66% (28.7 MB)

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

[#002] sha256:2204f63ff9334a76ac71a616797e502e3af50e07d2f36f8b67dd115105a9b41a - 4.99% (9.14 MB)

[#003] sha256:5df456c8d5457bed97cf560d3033aef70d91d0e1ce5c180fedf9487526d7f698 - 7.49% (13.7 MB)

[#004] sha256:2db83bca1d2e07b2acdda96a3ad2d5ef97429b48faa181e9fcff29ed8bf01a39 - 35.83% (65.6 MB)

[#005] sha256:143ffefb97d43c57267d03a1f1a5b4d3a3eba6f5e55634986e22c85449e187d3 - 36.02% (65.9 MB)

[#006] sha256:f0595f4821802b9da7b8ffbd7a5b36c0f00b00d1e137601170a4451233aef03f - 0.0% (2.53 KB)


History
2023-10-11 18:25:06 UTC

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

2023-10-11 18:25:06 UTC

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

2023-10-28 18:52:18 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-10-28 18:52:18 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-10-28 18:52:18 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-10-28 18:52:18 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-10-28 18:54:14 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=unstable TARGETPLATFORM=linux/arm64 /bin/sh -c case ${TARGETPLATFORM} in "linux/amd64") TPL_ARCH=amd64 ;; "linux/arm64") TPL_ARCH=arm64 ;; esac && case ${TARGETPLATFORM} in "linux/amd64") S6_ARCH=amd64 ;; "linux/arm64") S6_ARCH=aarch64 ;; 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.0.4/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

2023-10-28 18:54:58 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=unstable TARGETPLATFORM=linux/arm64 /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

2023-10-28 18:54:58 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-10-28 18:57:24 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir -p /usr/share/man/man1 && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y openjdk-11-jre-headless && apt-cleanup # buildkit

2023-10-28 18:59:40 UTC (buildkit.dockerfile.v0)

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

2023-10-28 18:59:40 UTC (buildkit.dockerfile.v0)

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

2023-10-28 18:59:40 UTC (buildkit.dockerfile.v0)

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

2023-10-28 18:59:40 UTC (buildkit.dockerfile.v0)

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

2023-10-28 18:59:40 UTC (buildkit.dockerfile.v0)

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

2023-10-28 18:59:40 UTC (buildkit.dockerfile.v0)

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

2023-10-28 18:59:40 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-10-28 18:59:40 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