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

2023-11-07 21:49:35 UTC

Size

189 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:0bc8ff246cb8ff91066742f8f7ded40397e7aaaa925200b7bec5382d1ffcd6a0 - 15.88% (30 MB)

[#001] sha256:90e318777b2ffc05d3d600d20484c8307cce9c939ca8687dc90f106012457774 - 0.0% (710 Bytes)

[#002] sha256:807e1386291c489a4f2cdd8e9f5fc3cdcc776a0c1c4449b18da8b303247ff65d - 4.85% (9.16 MB)

[#003] sha256:e921c6e99c976fe93982ebaf7fbb5654ae8a42cb4a4b089e5471216d512d9012 - 7.24% (13.7 MB)

[#004] sha256:9dacd3c5f86411857c4a9bbff4aa3ffdeb4a077015fef3568069227b7061bb51 - 36.95% (69.7 MB)

[#005] sha256:7bdccd1c3ddbcaf58eb47b0729156afd0361681cc6cae8b705853cc94f6db6b3 - 35.08% (66.2 MB)

[#006] sha256:35ce3258f75106f6aa3267f70e2efc7565861533bab83e30bad2f17d506f5df7 - 0.0% (2.53 KB)


History
2023-11-01 00:21:11 UTC

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

2023-11-01 00:21:12 UTC

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

2023-11-07 21:42:52 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-11-07 21:42:52 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-11-07 21:42:52 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-11-07 21:42:52 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-11-07 21:43: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-11-07 21:43:24 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-11-07 21:43:24 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-11-07 21:47: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

2023-11-07 21:49:35 UTC (buildkit.dockerfile.v0)

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

2023-11-07 21:49:35 UTC (buildkit.dockerfile.v0)

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

2023-11-07 21:49:35 UTC (buildkit.dockerfile.v0)

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

2023-11-07 21:49:35 UTC (buildkit.dockerfile.v0)

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

2023-11-07 21:49:35 UTC (buildkit.dockerfile.v0)

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

2023-11-07 21:49: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

2023-11-07 21:49:35 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-11-07 21:49:35 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-11-07 21:50:23 UTC

Size

183 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:6e498137f0ed1053c364a5c8a688616b4abee72496a0b97cc71ea5e603565070 - 15.65% (28.7 MB)

[#001] sha256:90e318777b2ffc05d3d600d20484c8307cce9c939ca8687dc90f106012457774 - 0.0% (710 Bytes)

[#002] sha256:36becee7b1d12293b655ce2e0f40c843c95c19865463124cb38162dbc9ff225a - 4.99% (9.14 MB)

[#003] sha256:4d8852d79cccf6ab4424dd8e215b85eeb16a866f598b3959b93a0cbb48491547 - 7.49% (13.7 MB)

[#004] sha256:7bbea08c65a24b62c8632a1deff02f12a3aaa4e0f82a65bf278f3cc441e93782 - 35.81% (65.6 MB)

[#005] sha256:911e29dfba36d60c8cef9b222a598b9c61ed21a7bf357ad973fcf9d39054cbdf - 36.06% (66.1 MB)

[#006] sha256:35ce3258f75106f6aa3267f70e2efc7565861533bab83e30bad2f17d506f5df7 - 0.0% (2.53 KB)


History
2023-11-01 00:39:55 UTC

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

2023-11-01 00:39:56 UTC

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

2023-11-07 21:42:52 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-11-07 21:42:52 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-11-07 21:42:52 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-11-07 21:42:52 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-11-07 21:45: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.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-11-07 21:46:11 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-11-07 21:46:11 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-11-07 21:48:30 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-11-07 21:50:23 UTC (buildkit.dockerfile.v0)

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

2023-11-07 21:50:23 UTC (buildkit.dockerfile.v0)

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

2023-11-07 21:50:23 UTC (buildkit.dockerfile.v0)

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

2023-11-07 21:50:23 UTC (buildkit.dockerfile.v0)

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

2023-11-07 21:50:23 UTC (buildkit.dockerfile.v0)

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

2023-11-07 21:50:23 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-11-07 21:50:23 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-11-07 21:50:23 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