Namespace
jitsi
Image / Tag
jvb:unstable-2022-12-25
Content Digest
sha256:5e05abdda596a234c569a2c173249ec8161127460a698a7167a69743440696d7
Details
Created

2022-12-25 06:20:16 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:3f4ca61aafcd4fc07267a105067db35c0f0ac630e1970f3cd0c7bf552780e985 - 16.46% (29.9 MB)

[#001] sha256:70a4e21f73c9482bad180d59c44877ef4a987e47cfe92af4233fc3068a030d8a - 0.0% (721 Bytes)

[#002] sha256:8571bbc527ab2b8a73fd862fed5f2a5029b715485685335f6df9cd22b46b3505 - 5.02% (9.13 MB)

[#003] sha256:2cf2ec5394fb20d8ffa4b3e2ec3579144f25e77787f5a05676d7ffbb9289366a - 7.51% (13.7 MB)

[#004] sha256:c8af4d6bc9229f1418299557796d6538a83b0af9ce97f8ade80a01097a7e6176 - 37.58% (68.4 MB)

[#005] sha256:ec96e122fc5d6e73ee8422d00617a9b5dc9d899fdee7910cd246713995adaf8c - 33.42% (60.8 MB)

[#006] sha256:18c2c8f64ddf8e498438e62bd96c7308bdff70b39bd38f2d095bb41039510208 - 0.0% (2.44 KB)


History
2022-12-21 01:20:32 UTC

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

2022-12-21 01:20:33 UTC

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

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

ARG JITSI_RELEASE=stable

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

ARG TARGETPLATFORM

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

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

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

COPY rootfs / # buildkit

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

ENTRYPOINT ["/init"]

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

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

2022-12-25 06:20:16 UTC (buildkit.dockerfile.v0)

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

2022-12-25 06:20:16 UTC (buildkit.dockerfile.v0)

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

2022-12-25 06:20:16 UTC (buildkit.dockerfile.v0)

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

2022-12-25 06:20:16 UTC (buildkit.dockerfile.v0)

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

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

COPY rootfs/ / # buildkit

2022-12-25 06:20:16 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2022-12-25 06:21:20 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:4b7f5b2a311310809ab89d92f6f71b0462722fe855d3b92c93098a528aa08791 - 16.23% (28.7 MB)

[#001] sha256:70a4e21f73c9482bad180d59c44877ef4a987e47cfe92af4233fc3068a030d8a - 0.0% (721 Bytes)

[#002] sha256:74c65936854ac8a1320d893958d4d282098c62872b3cafd8dbccd461f00f53d4 - 5.16% (9.12 MB)

[#003] sha256:8492bc5c07e213f6f1de534ea42c4211c66162c825c1ee2bcd4dcc940a79d473 - 7.77% (13.7 MB)

[#004] sha256:d8366bb697b2a5771bcd904828cd65c9b67badaacb142c99634de3098b3a275a - 36.46% (64.4 MB)

[#005] sha256:7af4a22c7815d3b745caad1b2676a49665268a92aa745010f17bee1dceef7499 - 34.37% (60.7 MB)

[#006] sha256:18c2c8f64ddf8e498438e62bd96c7308bdff70b39bd38f2d095bb41039510208 - 0.0% (2.44 KB)


History
2022-12-21 01:39:48 UTC

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

2022-12-21 01:39:48 UTC

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

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

ARG JITSI_RELEASE=stable

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

ARG TARGETPLATFORM

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

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

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

COPY rootfs / # buildkit

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

ENTRYPOINT ["/init"]

2022-12-25 06:19:07 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-25 06:21:20 UTC (buildkit.dockerfile.v0)

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

2022-12-25 06:21:20 UTC (buildkit.dockerfile.v0)

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

2022-12-25 06:21:20 UTC (buildkit.dockerfile.v0)

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

2022-12-25 06:21:20 UTC (buildkit.dockerfile.v0)

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

2022-12-25 06:21:20 UTC (buildkit.dockerfile.v0)

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

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

COPY rootfs/ / # buildkit

2022-12-25 06:21:20 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