Namespace
jitsi
Image / Tag
jvb:unstable-2022-12-08
Content Digest
sha256:ec6523e99e4323a898245314f154f04eec54d1ad2b885d9d64c189bd2feb81d5
Details
Created

2022-12-08 06:23:35 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:025c56f98b679f70b7a54241917e56da7b59ab9d2defecc6ebdb0bf2750484bb - 16.48% (30 MB)

[#001] sha256:0159bca840c87296cfa1bc75dd8d52032488ea8ec238ca4d5eb144f77f9a451e - 0.0% (723 Bytes)

[#002] sha256:543a57f979a9289a797af20c194a1bfe24a17593e9e73a5f2cc3a023e059458c - 4.92% (8.94 MB)

[#003] sha256:95bd4b463c0a97e28290e7d13567bdbfd100d5d3a07b705d6e6336b8429320c1 - 7.52% (13.7 MB)

[#004] sha256:d85291d2d9d2d617e8a97053a34680bf339e5977f924fc0eb79d9ef9e8570341 - 37.62% (68.4 MB)

[#005] sha256:bc45f95aa6a8ad5bcb22c16ff96a9e4cb3d75bfebbdebde81ca37b821b768382 - 33.45% (60.8 MB)

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


History
2022-12-06 01:20:54 UTC

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

2022-12-06 01:20:54 UTC

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

2022-12-08 06:16:28 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-12-08 06:16:28 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-12-08 06:16:28 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-12-08 06:16:28 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-12-08 06:16:41 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-12-08 06:16:49 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-12-08 06:16:49 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-12-08 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

2022-12-08 06:23:35 UTC (buildkit.dockerfile.v0)

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

2022-12-08 06:23:35 UTC (buildkit.dockerfile.v0)

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

2022-12-08 06:23:35 UTC (buildkit.dockerfile.v0)

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

2022-12-08 06:23:35 UTC (buildkit.dockerfile.v0)

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

2022-12-08 06:23:35 UTC (buildkit.dockerfile.v0)

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

2022-12-08 06:23: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-12-08 06:23:35 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-12-08 06:23:35 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2022-12-08 06:25:01 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:6064e7e5b6afa4dc711228eddfd250aebac271830dc184c400ce640020bc2cb0 - 16.26% (28.7 MB)

[#001] sha256:0159bca840c87296cfa1bc75dd8d52032488ea8ec238ca4d5eb144f77f9a451e - 0.0% (723 Bytes)

[#002] sha256:aa03a87a0063b325e598dea1a9c54465b9b679d5408ec28b32773c40cbf73e48 - 5.06% (8.92 MB)

[#003] sha256:aafb2264fd725938add26487be09596177ffaee59ceb3a79bc42e4d521d98e65 - 7.78% (13.7 MB)

[#004] sha256:449c4807399d50920c576edf3a48ce10c575bbbaf99d5de17be79680fd25a2ba - 36.5% (64.4 MB)

[#005] sha256:8fab467351af92f4f3956085546075e77a8e640c2b9a32baae98dfb08957792f - 34.4% (60.7 MB)

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


History
2022-12-06 01:40:17 UTC

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

2022-12-06 01:40:17 UTC

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

2022-12-08 06:16:28 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-12-08 06:16:28 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-12-08 06:16:28 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-12-08 06:16:28 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-12-08 06:18:31 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-12-08 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

2022-12-08 06:19:18 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-12-08 06:22:06 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-12-08 06:25:01 UTC (buildkit.dockerfile.v0)

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

2022-12-08 06:25:01 UTC (buildkit.dockerfile.v0)

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

2022-12-08 06:25:01 UTC (buildkit.dockerfile.v0)

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

2022-12-08 06:25:01 UTC (buildkit.dockerfile.v0)

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

2022-12-08 06:25:01 UTC (buildkit.dockerfile.v0)

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

2022-12-08 06:25:01 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-12-08 06:25:01 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-12-08 06:25:01 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