Namespace
jitsi
Image / Tag
jvb:unstable-2023-01-30
Content Digest
sha256:bad01ae228a7766204d8586c0c7b511d72ca979b39f731f5e1b3e6e09553c653
Details
Created

2023-01-30 06:23:23 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:8740c948ffd4c816ea7ca963f99ca52f4788baa23f228da9581a9ea2edd3fcd7 - 16.43% (29.9 MB)

[#001] sha256:2641db8baa90f726149f8fc50b7b6a453cdf38e12b990df55e1331ebcff62a4c - 0.0% (718 Bytes)

[#002] sha256:6d9fbbc40dbef4bdd4f4233a44f1e52716777da7f8ec8816335c279932c19a9e - 5.13% (9.35 MB)

[#003] sha256:b6c0e276c95358853fca4f49f14ed4e4de9e20ef696eac3b578774f0ef2b8324 - 7.5% (13.7 MB)

[#004] sha256:a2bcb5f29a1668a6c0f79913fc942ab33d74926e8c9f69f64cbf62337f4abdbe - 37.55% (68.4 MB)

[#005] sha256:6d86bdd116332e742e33aca5e118bb1b66ab00f54ea0fea56d1b635529f63b7a - 33.38% (60.8 MB)

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


History
2023-01-11 02:34:44 UTC

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

2023-01-11 02:34:44 UTC

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

2023-01-30 06:15:58 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-01-30 06:15:58 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-01-30 06:15:58 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-01-30 06:15:58 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

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

ENTRYPOINT ["/init"]

2023-01-30 06:20:26 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-01-30 06:23:23 UTC (buildkit.dockerfile.v0)

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

2023-01-30 06:23:23 UTC (buildkit.dockerfile.v0)

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

2023-01-30 06:23:23 UTC (buildkit.dockerfile.v0)

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

2023-01-30 06:23:23 UTC (buildkit.dockerfile.v0)

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

2023-01-30 06:23:23 UTC (buildkit.dockerfile.v0)

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

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

COPY rootfs/ / # buildkit

2023-01-30 06:23:23 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-01-30 06:25:00 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:934ce60d1040c5d4922bae5879321a398777457b7514de02ef69ece49e6aa907 - 16.21% (28.7 MB)

[#001] sha256:2641db8baa90f726149f8fc50b7b6a453cdf38e12b990df55e1331ebcff62a4c - 0.0% (718 Bytes)

[#002] sha256:7f67a89f1eed74cf77df8021976f951aa498548375bd755f3efc12aaa13edfee - 5.28% (9.34 MB)

[#003] sha256:6a780ceb95460bee4c4d9992c042c491693477a7fb1dfae49770f880468e766c - 7.76% (13.7 MB)

[#004] sha256:b4df54d8fd963d4d5f55f376c698a9087f725adb1e3cf6d3afd977bdfd5fe02b - 36.42% (64.4 MB)

[#005] sha256:10bf12ed6d650dd0ce77f14a2b41bf4db177dc3c8ce181a51fa98b2eef6bf89a - 34.33% (60.7 MB)

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


History
2023-01-11 02:57:34 UTC

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

2023-01-11 02:57:35 UTC

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

2023-01-30 06:15:58 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-01-30 06:15:58 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-01-30 06:15:58 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-01-30 06:15:58 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-01-30 06:18:20 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-01-30 06:19:17 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-01-30 06:19:17 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

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

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

2023-01-30 06:25:00 UTC (buildkit.dockerfile.v0)

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

2023-01-30 06:25:00 UTC (buildkit.dockerfile.v0)

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

2023-01-30 06:25:00 UTC (buildkit.dockerfile.v0)

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

2023-01-30 06:25:00 UTC (buildkit.dockerfile.v0)

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

2023-01-30 06:25:00 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-01-30 06:25:00 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-01-30 06:25:00 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