Namespace
jitsi
Image / Tag
jvb:jvb-2.3-14-g45b29663-1
Content Digest
sha256:c18d53d46064917b4f8400f716c3c8892d375366c2a42bb778d58b101993b5b2
Details
Created

2023-04-20 17:27:19 UTC

Size

187 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:26c5c85e47da3022f1bdb9a112103646c5c29517d757e95426f16e4bd9533405 - 16.02% (30 MB)

[#001] sha256:d2ca3b415a9d70cc22adf4a9bd8627d0ed414317cdf4f72e5fa5d1488ebaab7f - 0.0% (719 Bytes)

[#002] sha256:ad52f9f5dcf80e36efd9eb2357c78ed7c6e040fd749b45474efda9c661bb03df - 5.0% (9.35 MB)

[#003] sha256:fd6b1b9f14a912ac4de1ef79b6796e92a810ea3748bc3626ffa4f223c489cd9a - 7.31% (13.7 MB)

[#004] sha256:2313d997b7ea0ca496e6cb6b0b1d7cf07c974b7b7267887c11667f464ec2470a - 36.59% (68.4 MB)

[#005] sha256:0b0197b28ca1b92e257712d77648e6e6aaa1fffb8ddd3ddc536f6be3466ed0c9 - 35.08% (65.6 MB)

[#006] sha256:2654f39c7c068acf6f9eaa7ae44cbb83afd99cf93569e2622615a58e5234e728 - 0.0% (2.52 KB)


History
2023-04-12 00:20:06 UTC

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

2023-04-12 00:20:06 UTC

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

2023-04-20 17:21:16 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-04-20 17:21:16 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-04-20 17:21:16 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-04-20 17:21:16 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-04-20 17:21:28 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-04-20 17:21:35 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-04-20 17:21:35 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-04-20 17:24:43 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-04-20 17:27:19 UTC (buildkit.dockerfile.v0)

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

2023-04-20 17:27:19 UTC (buildkit.dockerfile.v0)

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

2023-04-20 17:27:19 UTC (buildkit.dockerfile.v0)

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

2023-04-20 17:27:19 UTC (buildkit.dockerfile.v0)

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

2023-04-20 17:27:19 UTC (buildkit.dockerfile.v0)

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

2023-04-20 17:27:19 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-04-20 17:27:19 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-04-20 17:27:19 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-04-20 17:28:40 UTC

Size

182 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:ebc3dc5a2d72427c585c8cda7574a75d96e04b9a37572bd3af0bff905abefbb9 - 15.79% (28.7 MB)

[#001] sha256:d2ca3b415a9d70cc22adf4a9bd8627d0ed414317cdf4f72e5fa5d1488ebaab7f - 0.0% (719 Bytes)

[#002] sha256:d63680f05b408c84ab89a637a565d6bf318d56c57e1924d288ad2157e028f848 - 5.14% (9.34 MB)

[#003] sha256:80177b20986e672c5b53500e4ab1574dd8894677a986808e0552c046ad711c90 - 7.55% (13.7 MB)

[#004] sha256:6168de88ab5178fbb62516afff6201e770437165e5494208675b35d557f8c8cf - 35.46% (64.4 MB)

[#005] sha256:3c415c816bbf94a996257d227990473e181959051a2012019bc7c40715722818 - 36.06% (65.5 MB)

[#006] sha256:2654f39c7c068acf6f9eaa7ae44cbb83afd99cf93569e2622615a58e5234e728 - 0.0% (2.52 KB)


History
2023-04-12 00:39:49 UTC

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

2023-04-12 00:39:49 UTC

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

2023-04-20 17:21:16 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-04-20 17:21:16 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-04-20 17:21:16 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-04-20 17:21:16 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-04-20 17:23:07 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-04-20 17:23:49 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-04-20 17:23:49 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-04-20 17:26:08 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-04-20 17:28:40 UTC (buildkit.dockerfile.v0)

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

2023-04-20 17:28:40 UTC (buildkit.dockerfile.v0)

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

2023-04-20 17:28:40 UTC (buildkit.dockerfile.v0)

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

2023-04-20 17:28:40 UTC (buildkit.dockerfile.v0)

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

2023-04-20 17:28:40 UTC (buildkit.dockerfile.v0)

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

2023-04-20 17:28: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-04-20 17:28:40 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-04-20 17:28: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