Namespace
jitsi
Image / Tag
jvb:unstable-2023-07-29
Content Digest
sha256:df478b5fcb450772ae0b2e5ef8eba2409f36c7b27ad1ea7efae35716772824e6
Details
Created

2023-07-29 06:20:12 UTC

Size

184 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:1d5252f66ea9b661aceca1027b3d7ca259a50608261a25b51148119ecf086932 - 16.26% (30 MB)

[#001] sha256:0150a6d3dac8efb4ad53b08e6a2ec3b8fad8fc3b2c96072dca1fb8103fc9d9c0 - 0.0% (709 Bytes)

[#002] sha256:ba19e6d460bceb44f28c604b684c05f7938a70e470fc36cadd150a30f3af8f89 - 4.97% (9.16 MB)

[#003] sha256:6ebb3d9ce7b2cd2219fa0ab5b88351557a3d083d234acdbb7b39e9e3a440b59f - 7.42% (13.7 MB)

[#004] sha256:459f0bbe12b83ef339d9412f1bb4339f2bb83c479fef02c6d01aa5fd70c11da7 - 37.13% (68.4 MB)

[#005] sha256:f1ec424c0c2b72c07ad9961ef6affa3e837763c1252633d752007fc39a632605 - 34.23% (63.1 MB)

[#006] sha256:13d2ddde19765e8bbc0248e0830a993da5fd944c484863631773115ea3c80845 - 0.0% (2.51 KB)


History
2023-07-27 23:25:07 UTC

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

2023-07-27 23:25:07 UTC

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

2023-07-29 06:14:00 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-07-29 06:14:00 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-07-29 06:14:00 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-07-29 06:14:00 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-07-29 06:14:12 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-07-29 06:14:18 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-07-29 06:14:18 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-07-29 06:17:31 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-07-29 06:20:12 UTC (buildkit.dockerfile.v0)

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

2023-07-29 06:20:12 UTC (buildkit.dockerfile.v0)

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

2023-07-29 06:20:12 UTC (buildkit.dockerfile.v0)

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

2023-07-29 06:20:12 UTC (buildkit.dockerfile.v0)

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

2023-07-29 06:20:12 UTC (buildkit.dockerfile.v0)

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

2023-07-29 06:20:12 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-07-29 06:20:12 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-07-29 06:20:12 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-07-29 06:21:19 UTC

Size

179 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:795b5d192ab1819e75375fead3f2f931bd86046e3308224944f16a5ec3b97424 - 16.03% (28.7 MB)

[#001] sha256:0150a6d3dac8efb4ad53b08e6a2ec3b8fad8fc3b2c96072dca1fb8103fc9d9c0 - 0.0% (709 Bytes)

[#002] sha256:d2e401ea49c56b5fb85907ecf59809c7faf47469fad50483e56d4b8e6c1fdea2 - 5.11% (9.14 MB)

[#003] sha256:aeae771901a16155eee37ddcf6c11c3cdba3b33dc2761235d118f6461d44f741 - 7.67% (13.7 MB)

[#004] sha256:e0243563c3eec1ecb8816162581efd9433eab2be66a539bb921217c76a3d2777 - 36.0% (64.4 MB)

[#005] sha256:8183b13682613d86690f9a88fa182bd0f12c54b4f8ae2f167abb7d064aa39f22 - 35.19% (63 MB)

[#006] sha256:13d2ddde19765e8bbc0248e0830a993da5fd944c484863631773115ea3c80845 - 0.0% (2.51 KB)


History
2023-07-27 23:43:15 UTC

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

2023-07-27 23:43:15 UTC

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

2023-07-29 06:14:00 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-07-29 06:14:00 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-07-29 06:14:00 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-07-29 06:14:00 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-07-29 06:15:51 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-07-29 06:16:34 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-07-29 06:16:34 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-07-29 06:18:57 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-07-29 06:21:19 UTC (buildkit.dockerfile.v0)

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

2023-07-29 06:21:19 UTC (buildkit.dockerfile.v0)

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

2023-07-29 06:21:19 UTC (buildkit.dockerfile.v0)

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

2023-07-29 06:21:19 UTC (buildkit.dockerfile.v0)

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

2023-07-29 06:21:19 UTC (buildkit.dockerfile.v0)

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

2023-07-29 06:21:19 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-07-29 06:21:19 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-07-29 06:21:19 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