Namespace
jitsi
Image / Tag
jvb:unstable-2022-05-22
Content Digest
sha256:35a5d3c162c6c468c5441e7c8f3ac17248077c8b126f32ee25252e733aa210d9
Details
Created

2022-05-22 06:23:26 UTC

Size

181 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:214ca5fb90323fe769c63a12af092f2572bf1c6b300263e09883909fc865d260 - 16.58% (29.9 MB)

[#001] sha256:67fa897a0a901a4a34451ee53072e556d39c9cf4023b2c95258ae62a648b6720 - 0.0% (722 Bytes)

[#002] sha256:f236d3d75411c60cb749347e6a7b3b7cb2740601f046cb54394ad6933e885925 - 5.96% (10.8 MB)

[#003] sha256:0f23837be7334f907603f5ede9f720a60c6dae6b1352e85ec4933279b4755f8b - 7.57% (13.7 MB)

[#004] sha256:df72d0f3161bb73be7bfc4c03e9a8de63bf058876b2a84c9b083748b341fd065 - 39.11% (70.6 MB)

[#005] sha256:1ccfbf1e4c3132ae1cccc8df4c64d3a746d4364089bb5d7bcd00d46454091bea - 30.79% (55.6 MB)

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


History
2022-05-11 01:20:16 UTC

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

2022-05-11 01:20:16 UTC

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

2022-05-22 06:17:06 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-05-22 06:17:06 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-05-22 06:17:06 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-05-22 06:17:06 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

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

ENTRYPOINT ["/init"]

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

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

2022-05-22 06:23:26 UTC (buildkit.dockerfile.v0)

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

2022-05-22 06:23:26 UTC (buildkit.dockerfile.v0)

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

2022-05-22 06:23:26 UTC (buildkit.dockerfile.v0)

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

2022-05-22 06:23:26 UTC (buildkit.dockerfile.v0)

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

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

COPY rootfs/ / # buildkit

2022-05-22 06:23:26 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2022-05-22 06:24:22 UTC

Size

173 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:dfdd5ffb257742b891ccad9400a77dad2a6260b2451e0f5e48a9ade1d17a87ec - 16.59% (28.7 MB)

[#001] sha256:67fa897a0a901a4a34451ee53072e556d39c9cf4023b2c95258ae62a648b6720 - 0.0% (722 Bytes)

[#002] sha256:c09f39524fb6209e2064b52fa03b5d642d7b8edd8f1caaf9949244e4c1ea039f - 6.14% (10.6 MB)

[#003] sha256:bb670711ec760f05cab50db919fa8e0c8a352b5ef1f57d2cd97c7d2cf289b820 - 7.94% (13.7 MB)

[#004] sha256:f4f7035ac37c5bf4893782eef4c6b046743b03fc4d92275d93eba3b0316f6c58 - 37.21% (64.3 MB)

[#005] sha256:0e311ec93737ed10b0552d3ef3f0619b893254ecee9a9e6e5e4bfa1913fd4a09 - 32.12% (55.5 MB)

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


History
2022-05-11 00:46:59 UTC

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

2022-05-11 00:47:00 UTC

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

2022-05-22 06:17:06 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-05-22 06:17:06 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-05-22 06:17:06 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-05-22 06:17:06 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-05-22 06:19:09 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-05-22 06:19:53 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-05-22 06:19:53 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

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

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

2022-05-22 06:24:22 UTC (buildkit.dockerfile.v0)

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

2022-05-22 06:24:22 UTC (buildkit.dockerfile.v0)

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

2022-05-22 06:24:22 UTC (buildkit.dockerfile.v0)

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

2022-05-22 06:24:22 UTC (buildkit.dockerfile.v0)

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

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

COPY rootfs/ / # buildkit

2022-05-22 06:24:22 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