Namespace
jitsi
Image / Tag
jvb:unstable-2023-02-23
Content Digest
sha256:7185f28eea62fdeec43aa1cfec84b2ff824b3a789dc6ef68aecee6783f97b2b3
Details
Created

2023-02-23 06:22:22 UTC

Size

188 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:bb263680fed18eecdc67f885094df6f589bafc19004839d7fdf141df236a61aa - 15.93% (30 MB)

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

[#002] sha256:2b6d22b2a8ee08c7f2943299771b24d1a545f74ab0d7b9172fe7992a3d27ef99 - 5.39% (10.1 MB)

[#003] sha256:09a2acd3897f7860a47b7260572ff79766c07bc0c6c3304ed9e734746cad2e03 - 7.27% (13.7 MB)

[#004] sha256:80d8f5438f0769cc1b1f60934e7d3b6006ca0c003fad6442687695f19e890bf9 - 36.4% (68.4 MB)

[#005] sha256:fb983aebdd8d41795dacddc14be44002be858df3db3905b212630ce3e2a023ca - 35.0% (65.8 MB)

[#006] sha256:7a136c463b999ce6b4b716a0dc2294c4dd1258e5584315ca833513ee3f9b892b - 0.0% (2.44 KB)


History
2023-02-09 03:20:20 UTC

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

2023-02-09 03:20:20 UTC

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

2023-02-23 06:16:10 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-02-23 06:16:10 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-02-23 06:16:10 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-02-23 06:16:10 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-02-23 06:16:22 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-02-23 06:16:28 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-02-23 06:16:28 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-02-23 06:19:42 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-02-23 06:22:22 UTC (buildkit.dockerfile.v0)

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

2023-02-23 06:22:22 UTC (buildkit.dockerfile.v0)

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

2023-02-23 06:22:22 UTC (buildkit.dockerfile.v0)

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

2023-02-23 06:22:22 UTC (buildkit.dockerfile.v0)

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

2023-02-23 06:22:22 UTC (buildkit.dockerfile.v0)

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

2023-02-23 06:22:22 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-02-23 06:22:22 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-02-23 06:22:22 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-02-23 06:23:51 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:5731adb3a4abcefe78d75783ea6e5ee87c4604d0c6a4f8c00b50085e162a7f5d - 15.71% (28.7 MB)

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

[#002] sha256:84f27f862e94f30e5e372bd5915f3a53e85816c9d91d95cc512e58c6e497a0fc - 5.53% (10.1 MB)

[#003] sha256:b8008673bc6c59a22d02844135fd7c3b8764f3b1794dbb5d3e9c608da6d6dffd - 7.52% (13.7 MB)

[#004] sha256:5697b84422c962791c497639fb066e5b360d7711eac5ce4833aa13286f4fd855 - 35.28% (64.4 MB)

[#005] sha256:14af2ce4c322f476f76be6e6e9cc34633cf31dc7bcd8da1bfa2b18d2515ccfbe - 35.97% (65.7 MB)

[#006] sha256:7a136c463b999ce6b4b716a0dc2294c4dd1258e5584315ca833513ee3f9b892b - 0.0% (2.44 KB)


History
2023-02-09 03:58:40 UTC

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

2023-02-09 03:58:40 UTC

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

2023-02-23 06:16:10 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-02-23 06:16:10 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-02-23 06:16:10 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-02-23 06:16:10 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-02-23 06:18: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-02-23 06:18: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-02-23 06:18:49 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-02-23 06:21:06 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-02-23 06:23:51 UTC (buildkit.dockerfile.v0)

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

2023-02-23 06:23:51 UTC (buildkit.dockerfile.v0)

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

2023-02-23 06:23:51 UTC (buildkit.dockerfile.v0)

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

2023-02-23 06:23:51 UTC (buildkit.dockerfile.v0)

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

2023-02-23 06:23:51 UTC (buildkit.dockerfile.v0)

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

2023-02-23 06:23:51 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-02-23 06:23:51 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-02-23 06:23:51 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