Namespace
jitsi
Image / Tag
jvb:unstable-2023-03-02
Content Digest
sha256:ce5f2ab4c902a81acce0e5f35dd22201bde23f8f8abfb6be0b3eb7d8dc0d4c03
Details
Created

2023-03-02 06:22:58 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:3f9582a2cbe7197f39185419c0ced2c986389f8fc6aa805e1f5c090eea6511e0 - 16.02% (30 MB)

[#001] sha256:38d1196e549e52dfc52c30d1a4c64503d63f48804ac2c5d68f76e708f26d6da1 - 0.0% (718 Bytes)

[#002] sha256:2b6d7eaf52b01f4f3c5f11f64c578fdc96c3c767e15066b4cb0719a60e4a2a56 - 4.9% (9.16 MB)

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

[#004] sha256:5b185847f39be2f4d29b35e8bbeefe021a1653c5f5fbef73cee8944f420ccae5 - 36.59% (68.4 MB)

[#005] sha256:d1b2cb8bb41fd87b4bb651b1b24ac5b741e39072e67a9b60adbcaf47a76dcf2c - 35.18% (65.8 MB)

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


History
2023-03-01 04:09:58 UTC

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

2023-03-01 04:09:59 UTC

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

2023-03-02 06:16:43 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-03-02 06:16:43 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-03-02 06:16:43 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-03-02 06:16:43 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-03-02 06:16:57 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-03-02 06:17:03 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-03-02 06:17:03 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

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

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

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

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

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

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

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

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

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

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

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

COPY rootfs/ / # buildkit

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

VOLUME [/config]

Details
Created

2023-03-02 06:24:03 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:66dbba0fb1b568cc3ffd53409ba2f9f82995ab7f80e379338f3f36e4dcd223be - 15.79% (28.7 MB)

[#001] sha256:38d1196e549e52dfc52c30d1a4c64503d63f48804ac2c5d68f76e708f26d6da1 - 0.0% (718 Bytes)

[#002] sha256:76fb8b9da07ae7c8ba3c7de2c177590bbb5cab5aef4fdb3deee891d367cb813a - 5.03% (9.14 MB)

[#003] sha256:8b57f4a92e430814b179565bbde1e80446c2ba2d99c12dd9136caf9526973799 - 7.56% (13.7 MB)

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

[#005] sha256:98314370010334eb5120f5a360f37a66e11c432b3059268dadbc716be97cb557 - 36.16% (65.7 MB)

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


History
2023-03-01 02:20:39 UTC

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

2023-03-01 02:20:39 UTC

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

2023-03-02 06:16:43 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-03-02 06:16:43 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-03-02 06:16:43 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-03-02 06:16:43 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

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

ENTRYPOINT ["/init"]

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

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

2023-03-02 06:24:03 UTC (buildkit.dockerfile.v0)

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

2023-03-02 06:24:03 UTC (buildkit.dockerfile.v0)

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

2023-03-02 06:24:03 UTC (buildkit.dockerfile.v0)

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

2023-03-02 06:24:03 UTC (buildkit.dockerfile.v0)

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

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

COPY rootfs/ / # buildkit

2023-03-02 06:24:03 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