Namespace
jitsi
Image / Tag
jvb:jvb-2.3-29-g25bb1ed6-1
Content Digest
sha256:b9d1c1790545488091d97d12d91b803c88d58a8476c392da3252a407819c0656
Details
Created

2023-06-30 13:27:54 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:759700526b7894aa9c150feb2ebfcd00cf06d2890df739e71555edcfd13669e3 - 16.04% (30 MB)

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

[#002] sha256:9c9317d582bec93cc15908472ada042d0dd98dd2a124bf4b380939a770a1b84f - 4.9% (9.16 MB)

[#003] sha256:47fb24c726b4f90d660d93107cb64892cc08767d7dfbfa43b3a105cb7e0676cc - 7.32% (13.7 MB)

[#004] sha256:22cd8683740b90e7be84137ca429a04cc707085aabbdc127c038d854c4ce0f84 - 36.62% (68.4 MB)

[#005] sha256:0310636539d3968d650461644e46000098b5dba0420303d5fe9e6cb884f326a1 - 35.12% (65.6 MB)

[#006] sha256:72053fee6cd26bf78aed0a55c98c26b60f67de3086e3469e40aa330d4af04705 - 0.0% (2.51 KB)


History
2023-06-12 23:21:07 UTC

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

2023-06-12 23:21:08 UTC

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

2023-06-30 13:21:32 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-06-30 13:21:32 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-06-30 13:21:32 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-06-30 13:21:32 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-06-30 13:21:44 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-06-30 13:21:50 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-06-30 13:21:50 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-06-30 13:25:18 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-06-30 13:27:54 UTC (buildkit.dockerfile.v0)

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

2023-06-30 13:27:54 UTC (buildkit.dockerfile.v0)

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

2023-06-30 13:27:54 UTC (buildkit.dockerfile.v0)

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

2023-06-30 13:27:54 UTC (buildkit.dockerfile.v0)

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

2023-06-30 13:27:54 UTC (buildkit.dockerfile.v0)

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

2023-06-30 13:27:54 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-06-30 13:27:54 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-06-30 13:27:54 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-06-30 13:28:57 UTC

Size

181 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:92ad4775570054c645678402c8b75eb489b8e05313c9ccd7867bb591266db4d8 - 15.8% (28.7 MB)

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

[#002] sha256:79c6acb05133b430856c0c1f685271df484b37f1dbe4c2558ca0625935a41132 - 5.04% (9.14 MB)

[#003] sha256:793ee8e038633a59b1c980f8ac3c8c578206a9a38e25b253a707ebca64158f3e - 7.56% (13.7 MB)

[#004] sha256:91b965c154957a51d7e4b7fabff22ad1e7b5335e914a53861102b6f317a6ea55 - 35.49% (64.4 MB)

[#005] sha256:3dc6125f57e6eb45e715229d55359239cc08811416a30c241a32e07224f137cb - 36.1% (65.5 MB)

[#006] sha256:72053fee6cd26bf78aed0a55c98c26b60f67de3086e3469e40aa330d4af04705 - 0.0% (2.51 KB)


History
2023-06-12 23:40:33 UTC

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

2023-06-12 23:40:33 UTC

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

2023-06-30 13:21:32 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-06-30 13:21:32 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-06-30 13:21:32 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-06-30 13:21:32 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

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

ENTRYPOINT ["/init"]

2023-06-30 13:26:44 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-06-30 13:28:57 UTC (buildkit.dockerfile.v0)

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

2023-06-30 13:28:57 UTC (buildkit.dockerfile.v0)

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

2023-06-30 13:28:57 UTC (buildkit.dockerfile.v0)

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

2023-06-30 13:28:57 UTC (buildkit.dockerfile.v0)

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

2023-06-30 13:28:57 UTC (buildkit.dockerfile.v0)

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

2023-06-30 13:28:57 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-06-30 13:28:57 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-06-30 13:28:57 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