Namespace
jitsi
Image / Tag
jvb:unstable-2022-11-04
Content Digest
sha256:be49504d6c57870fb0b7bf11f8eee34b23ad5fb35683dab5fe97b4bf93261144
Details
Created

2022-11-04 06:26:31 UTC

Size

176 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:e9995326b091af7b3ce352fad4d76cf3a3cb62b7a0c35cc5f625e8e649d23c50 - 16.98% (30 MB)

[#001] sha256:b0bc432de36ff3f100a463edbfa56b2dfe476cdbc26ebfd04055ca5d5e651fa4 - 0.0% (724 Bytes)

[#002] sha256:d80d6894f8bb91ce2f038e7c2623320d3cadf33d16af7463845e566c41250804 - 5.49% (9.7 MB)

[#003] sha256:35cceea5409604fcb62f4f10086cc5daa5f5d3fb0e0fc0dc561ca179948f59ed - 7.75% (13.7 MB)

[#004] sha256:3ce62af36d2dd4176a66ce51328498fcb74e0c042e0010c66c5e5b34862cd1a5 - 38.75% (68.4 MB)

[#005] sha256:6ed9133eee1198ef76b6e34a8f72d1eac2f50efd1de1c553a206dc3bc062ff65 - 31.04% (54.8 MB)

[#006] sha256:26910b8d31973f6d3c350bf65f62e4f8e90b0b0610e74e7900611434b05f1e6a - 0.0% (2.48 KB)


History
2022-10-25 01:43:53 UTC

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

2022-10-25 01:43:53 UTC

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

2022-11-04 06:19:15 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-11-04 06:19:15 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-11-04 06:19:15 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-11-04 06:19:15 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-11-04 06:19:29 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.1/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

2022-11-04 06:19:36 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

2022-11-04 06:19:36 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-11-04 06:23:08 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

2022-11-04 06:26:31 UTC (buildkit.dockerfile.v0)

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

2022-11-04 06:26:31 UTC (buildkit.dockerfile.v0)

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

2022-11-04 06:26:31 UTC (buildkit.dockerfile.v0)

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

2022-11-04 06:26:31 UTC (buildkit.dockerfile.v0)

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

2022-11-04 06:26:31 UTC (buildkit.dockerfile.v0)

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

2022-11-04 06:26:31 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

2022-11-04 06:26:31 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-11-04 06:26:31 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2022-11-04 06:27:35 UTC

Size

171 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:dd6189d6fc13cb03db0f4a3d9659b6b6044fd5858019d659001eaf8367584d67 - 16.75% (28.7 MB)

[#001] sha256:b0bc432de36ff3f100a463edbfa56b2dfe476cdbc26ebfd04055ca5d5e651fa4 - 0.0% (724 Bytes)

[#002] sha256:ad141a3bf4da28a6bb8cbcc2f53c058952a0283444ff048b9753bea59644aaee - 5.66% (9.68 MB)

[#003] sha256:fc6c7c2e379b1deaa742f07edc2a14dd7e9613f117dd1e642043ba94e6dbfdb6 - 8.02% (13.7 MB)

[#004] sha256:09b1b856f1a160bebd16751007a8a276547d7a43ae7b984250d9e64054f71972 - 37.6% (64.4 MB)

[#005] sha256:6d1b9e9f40421baad5acc9238330bbecdd80a8f48d7a11dcec2e1e9a1b3ba237 - 31.97% (54.7 MB)

[#006] sha256:26910b8d31973f6d3c350bf65f62e4f8e90b0b0610e74e7900611434b05f1e6a - 0.0% (2.48 KB)


History
2022-10-25 05:46:02 UTC

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

2022-10-25 05:46:03 UTC

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

2022-11-04 06:19:14 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-11-04 06:19:14 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-11-04 06:19:14 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-11-04 06:19:14 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-11-04 06:21:16 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.1/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

2022-11-04 06:21:58 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

2022-11-04 06:21:58 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-11-04 06:24:59 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

2022-11-04 06:27:35 UTC (buildkit.dockerfile.v0)

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

2022-11-04 06:27:35 UTC (buildkit.dockerfile.v0)

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

2022-11-04 06:27:35 UTC (buildkit.dockerfile.v0)

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

2022-11-04 06:27:35 UTC (buildkit.dockerfile.v0)

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

2022-11-04 06:27:35 UTC (buildkit.dockerfile.v0)

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

2022-11-04 06:27:35 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

2022-11-04 06:27:35 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-11-04 06:27:35 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