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

2022-06-08 06:23:48 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:42c077c10790d51b6f75c4eb895cbd4da37558f7215b39cbf64c46b288f89bda - 16.75% (29.9 MB)

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

[#002] sha256:12b68bf6cef955a063963f19f5b4ca25abe4cfbc15beed7af45eefbf51cf31f9 - 5.0% (8.94 MB)

[#003] sha256:8d8ca301675bc499b5520acc59b04b3d04516f8992014c9278fd68e099c37683 - 7.65% (13.7 MB)

[#004] sha256:2c8f96205688c4da4ba52a16fb2321882e993c51a9965d0dab5312d55fc7c739 - 39.52% (70.6 MB)

[#005] sha256:c43470aae304247478c30b76fd13d318164e25aad2cfd5c428043e9d5e5acaf8 - 31.07% (55.5 MB)

[#006] sha256:f2e6088611c9246b5a3604c80833d0f6eeecec810b7d671b36e524e200c23663 - 0.0% (2.17 KB)


History
2022-05-28 01:20:23 UTC

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

2022-05-28 01:20:23 UTC

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

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

ARG JITSI_RELEASE=stable

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

ARG TARGETPLATFORM

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

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

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

COPY rootfs / # buildkit

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

ENTRYPOINT ["/init"]

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

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

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

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

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

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

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

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

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

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

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

COPY rootfs/ / # buildkit

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

VOLUME [/config]

Details
Created

2022-06-08 06:25:00 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:dc1f00a5d701e86e2cd2568b860c61b393d66be1341e7267d07e6e57448ceeba - 16.76% (28.7 MB)

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

[#002] sha256:6716771872ee8d0c9090e366f506aa2cc2aa904dc290c1ac60001417de61f93b - 5.22% (8.92 MB)

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

[#004] sha256:66e06bdbbe471cb8a70b01a8f22e100025e8e66922785bb29f2921e077a11b4d - 37.6% (64.3 MB)

[#005] sha256:fb474954f3685dcd49ff6662fb464e7a24e555da2167d6f1983814e5e1ddf3bf - 32.41% (55.4 MB)

[#006] sha256:f2e6088611c9246b5a3604c80833d0f6eeecec810b7d671b36e524e200c23663 - 0.0% (2.17 KB)


History
2022-05-28 00:40:39 UTC

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

2022-05-28 00:40:39 UTC

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

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

ARG JITSI_RELEASE=stable

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

ARG TARGETPLATFORM

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

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

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

COPY rootfs / # buildkit

2022-06-08 06:18:52 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-06-08 06:19:37 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-06-08 06:19:37 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

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

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

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

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

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

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

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

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

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

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

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

COPY rootfs/ / # buildkit

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