Namespace
jitsi
Image / Tag
jvb:unstable-2022-11-20
Content Digest
sha256:4f90517b6e021046c032fc498f2d3e6a2533c455ae4b725b4ddd5947fdb2d469
Details
Created

2022-11-20 06:22:47 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:a603fa5e3b4127f210503aaa6189abf6286ee5a73deeaab460f8f33ebc6b64e2 - 16.42% (30 MB)

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

[#002] sha256:0e3a108dcacc31640391ee4f7298ebfc58c637b53d8092cebaced40557098f5c - 5.28% (9.63 MB)

[#003] sha256:9bf9a0a5094991208898f869da0dc1f41c0f7366b4469976e114035502f1af77 - 7.49% (13.7 MB)

[#004] sha256:a06d007d2d7d365098d18a5405eb4ef0fd15d60f4d404f0e204c8837db19d24f - 37.48% (68.4 MB)

[#005] sha256:bc17fbf529e04f060e3dd0e323f47e6fbf333218530b7ec7fe2db4dc410f4047 - 33.33% (60.8 MB)

[#006] sha256:74b6008687c6bfde781cf674d0dfcd3e8011f959a287bac380db36e7ac3fc9af - 0.0% (2.48 KB)


History
2022-11-15 04:04:54 UTC

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

2022-11-15 04:04:54 UTC

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

2022-11-20 06:16:31 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-11-20 06:16:31 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-11-20 06:16:31 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-11-20 06:16:31 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-11-20 06:16:45 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-20 06:16:52 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-20 06:16:52 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-11-20 06:20:05 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-20 06:22:47 UTC (buildkit.dockerfile.v0)

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

2022-11-20 06:22:47 UTC (buildkit.dockerfile.v0)

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

2022-11-20 06:22:47 UTC (buildkit.dockerfile.v0)

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

2022-11-20 06:22:47 UTC (buildkit.dockerfile.v0)

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

2022-11-20 06:22:47 UTC (buildkit.dockerfile.v0)

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

2022-11-20 06:22:47 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-20 06:22:47 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-11-20 06:22:47 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2022-11-20 06:24:17 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:f3ac85625e767ee0ec42b5a2ef93880251cd973b86f77124c4ed39bccd2f8bf9 - 16.19% (28.7 MB)

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

[#002] sha256:87e8877dc99da7443ff315e4441c009f81b3e93bf8691ad00b034215246d10d5 - 5.44% (9.63 MB)

[#003] sha256:2d631ccc98cc86716a6aba3108c2010bcbc7e64440c78abf66d8d69ec25fd133 - 7.75% (13.7 MB)

[#004] sha256:8c2860b2d57ed1f35a745c75f88422d6f3e3e8a80070c60f30a8e147f82386e8 - 36.35% (64.4 MB)

[#005] sha256:aa84b4cc477e1e1181c0581b4ae135973658abd580dc03d38b888b68eac66a42 - 34.27% (60.7 MB)

[#006] sha256:74b6008687c6bfde781cf674d0dfcd3e8011f959a287bac380db36e7ac3fc9af - 0.0% (2.48 KB)


History
2022-11-15 01:41:20 UTC

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

2022-11-15 01:41:20 UTC

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

2022-11-20 06:16:31 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-11-20 06:16:31 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-11-20 06:16:31 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-11-20 06:16:31 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-11-20 06:18:30 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-20 06:19:13 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-20 06:19:13 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-11-20 06:21:29 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-20 06:24:17 UTC (buildkit.dockerfile.v0)

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

2022-11-20 06:24:17 UTC (buildkit.dockerfile.v0)

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

2022-11-20 06:24:17 UTC (buildkit.dockerfile.v0)

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

2022-11-20 06:24:17 UTC (buildkit.dockerfile.v0)

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

2022-11-20 06:24:17 UTC (buildkit.dockerfile.v0)

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

2022-11-20 06:24:17 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-20 06:24:17 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-11-20 06:24:17 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