Namespace
jitsi
Image / Tag
jvb:unstable-2022-08-08
Content Digest
sha256:98d523b209288ec3982ae44071f43c13b6ed40f106d4d59160f70841db5f6b76
Details
Created

2022-08-08 06:25:32 UTC

Size

177 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:1efc276f4ff952c055dea726cfc96ec6a4fdb8b62d9eed816bd2b788f2860ad7 - 16.9% (29.9 MB)

[#001] sha256:0d646bbddf4064ad9e22ed592e83b6520b0ddf7613125f6ab2dd8b2f9df32bb4 - 0.0% (722 Bytes)

[#002] sha256:4879ecd87062543fcd152e6cf1c201d93a63a1ebd6900e977fc4ff1863fabb5e - 5.21% (9.22 MB)

[#003] sha256:f3f10e538dcc0bdacc3728c017fb47836815f1eadc0f89d4b174b6c3e6d6b5cf - 7.73% (13.7 MB)

[#004] sha256:4cd8d6072d7ec6b95a451b2ace89df9c58d929d7b6fba4baa7f41275ae88e58e - 38.64% (68.4 MB)

[#005] sha256:71cf88756b1aa267c135c12f5dcd6f988671b86cc8a9f37027faee23f9e6e141 - 31.52% (55.8 MB)

[#006] sha256:423a7e1d45b68d9aedc3c23a72bb921c1f3c605e2afc50a41d1b1fbcfb3619ea - 0.0% (2.23 KB)


History
2022-08-02 01:20:04 UTC

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

2022-08-02 01:20:05 UTC

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

2022-08-08 06:19:03 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-08-08 06:19:03 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-08-08 06:19:03 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-08-08 06:19:03 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-08-08 06:19:17 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.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

2022-08-08 06:19:23 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

2022-08-08 06:19:23 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-08-08 06:22: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

2022-08-08 06:25:32 UTC (buildkit.dockerfile.v0)

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

2022-08-08 06:25:32 UTC (buildkit.dockerfile.v0)

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

2022-08-08 06:25:32 UTC (buildkit.dockerfile.v0)

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

2022-08-08 06:25:32 UTC (buildkit.dockerfile.v0)

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

2022-08-08 06:25:32 UTC (buildkit.dockerfile.v0)

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

2022-08-08 06:25: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

2022-08-08 06:25:32 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-08-08 06:25:32 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2022-08-08 06:26:33 UTC

Size

172 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:a9fe95647e78b5516c7e2327355b6996e2ea295cd76ae242cbfe87f016b4e760 - 16.7% (28.7 MB)

[#001] sha256:0d646bbddf4064ad9e22ed592e83b6520b0ddf7613125f6ab2dd8b2f9df32bb4 - 0.0% (722 Bytes)

[#002] sha256:69e6b16f77df253ed147fb332bf3101ee20fa176f1302aaa6c7f991a640c8246 - 5.36% (9.21 MB)

[#003] sha256:6811931329d509685e3957baf5c8eb385f7e495294a385584ee415ea1dfc0a00 - 7.99% (13.7 MB)

[#004] sha256:885c473b4c8605a9990181d086ac9583367f0f076c2fee8f7af790739368231e - 37.49% (64.4 MB)

[#005] sha256:87020bea40355205a059d2245279d417333a57a54ac5b22dc526ae24fef622ca - 32.45% (55.7 MB)

[#006] sha256:423a7e1d45b68d9aedc3c23a72bb921c1f3c605e2afc50a41d1b1fbcfb3619ea - 0.0% (2.23 KB)


History
2022-08-02 00:40:38 UTC

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

2022-08-02 00:40:39 UTC

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

2022-08-08 06:19:03 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-08-08 06:19:03 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-08-08 06:19:03 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-08-08 06:19:03 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-08-08 06:21:09 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.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

2022-08-08 06:21:55 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

2022-08-08 06:21:55 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-08-08 06:24:25 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

2022-08-08 06:26:33 UTC (buildkit.dockerfile.v0)

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

2022-08-08 06:26:33 UTC (buildkit.dockerfile.v0)

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

2022-08-08 06:26:33 UTC (buildkit.dockerfile.v0)

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

2022-08-08 06:26:33 UTC (buildkit.dockerfile.v0)

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

2022-08-08 06:26:33 UTC (buildkit.dockerfile.v0)

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

2022-08-08 06:26:33 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

2022-08-08 06:26:33 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-08-08 06:26:33 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