Namespace
jitsi
Image / Tag
jicofo:unstable-2024-04-23
Content Digest
sha256:1c7b8cb2e30973a4ff5e49ecfb1d8c5994883a471049034f34651e64907cdeef
Details
Created

2024-04-23 18:38:14 UTC

Size

288 MB

Content Digest
Labels
  • org.opencontainers.image.description
    Server-side focus component that manages media sessions and acts as load balancer.
  • 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 Conference Focus (jicofo)
  • org.opencontainers.image.url
    https://github.com/jitsi/jicofo

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

S6_BEHAVIOUR_IF_STAGE2_FAILS

2


Layers

[#000] sha256:13808c22b207b066ef43572e57e4fb8c6172e887dd9a918c089a174a19371b7a - 9.66% (27.8 MB)

[#001] sha256:91089eaa75920676f33266cba2f85fd8791c38815ea3f052c6c0df87c568c2a3 - 0.0% (710 Bytes)

[#002] sha256:abba62f95e7a5b6339ef8bbd74d46d0806e9644bfdfbbff119f1716a93ea7a07 - 6.07% (17.5 MB)

[#003] sha256:62c37f6fa7ee86c78f4d9d94d538b931e9a738d7ad2ce1afdf6642402deab26a - 5.52% (15.9 MB)

[#004] sha256:d34c5870a3ab23d9eac8aa862d7deb451b4306da5648691eef13ff55532fe880 - 68.82% (198 MB)

[#005] sha256:5d65259cb3c9f66c432da4454d3d65ade3caf3b75aedc796ac6940117519cbf4 - 9.93% (28.6 MB)

[#006] sha256:7b644b4c1f5ccacb33ac1a5588cf285045d8a5a9739a35cdd80065af9b9f0092 - 0.0% (3.52 KB)


History
2024-04-10 01:50:48 UTC

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

2024-04-10 01:50:48 UTC

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

2024-04-23 18:31:43 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2024-04-23 18:31:43 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-04-23 18:31:43 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-04-23 18:31:56 UTC (buildkit.dockerfile.v0)

RUN |1 JITSI_RELEASE=unstable /bin/sh -c dpkgArch="$(dpkg --print-architecture)" && case "${dpkgArch##*-}" in "amd64") TPL_ARCH=amd64; S6_ARCH=amd64 ;; "arm64") TPL_ARCH=arm64; S6_ARCH=aarch64 ;; *) echo "unsupported architecture"; exit 1 ;; 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.1.1/tpl-linux-${TPL_ARCH} && wget -qO /tmp/s6.tar.gz https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-${S6_ARCH}.tar.gz && mkdir /tmp/s6 && tar xfz /tmp/s6.tar.gz -C /tmp/s6 && tar hxfz /tmp/s6.tar.gz -C / && rm -f /usr/bin/execlineb && cp /tmp/s6/bin/execlineb /usr/bin/ && rm -rf /tmp/s6* && 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 bookworm-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

2024-04-23 18:32:01 UTC (buildkit.dockerfile.v0)

RUN |1 JITSI_RELEASE=unstable /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

2024-04-23 18:32:01 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-04-23 18:35:13 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir -p /usr/share/man/man1 && mkdir -p /etc/apt/keyrings/ && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y unzip ca-certificates curl gnupg && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y nodejs openjdk-17-jre-headless openjdk-17-jdk-headless && apt-cleanup # buildkit

2024-04-23 18:38:14 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Jitsi Conference Focus (jicofo)

2024-04-23 18:38:14 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=Server-side focus component that manages media sessions and acts as load balancer.

2024-04-23 18:38:14 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://github.com/jitsi/jicofo

2024-04-23 18:38:14 UTC (buildkit.dockerfile.v0)

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

2024-04-23 18:38:14 UTC (buildkit.dockerfile.v0)

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

2024-04-23 18:38:14 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y jicofo && apt-cleanup # buildkit

2024-04-23 18:38:14 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2024-04-23 18:38:14 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2024-04-23 18:38:58 UTC

Size

286 MB

Content Digest
Labels
  • org.opencontainers.image.description
    Server-side focus component that manages media sessions and acts as load balancer.
  • 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 Conference Focus (jicofo)
  • org.opencontainers.image.url
    https://github.com/jitsi/jicofo

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

S6_BEHAVIOUR_IF_STAGE2_FAILS

2


Layers

[#000] sha256:26070551e657534bdf420d43107e85b972b2e8c212413bbbe5d192bd2692c0a7 - 9.73% (27.8 MB)

[#001] sha256:91089eaa75920676f33266cba2f85fd8791c38815ea3f052c6c0df87c568c2a3 - 0.0% (710 Bytes)

[#002] sha256:a2c0cf29799cb98e0254ac520bb97e693a20d41a318fffe275453896ea98ef53 - 6.03% (17.3 MB)

[#003] sha256:c72755ea93e3aa456160515818b277935988395434f621042f57ccad67375b97 - 5.55% (15.9 MB)

[#004] sha256:e08037e26e2dc8e56d07c09aad8f72bbd49908066fe72341dbb3e55dc5ed6c81 - 68.71% (196 MB)

[#005] sha256:20a29af316db4a2d96d3c6edb774daf65cc86d273250d3819e816f43601a25d2 - 9.98% (28.5 MB)

[#006] sha256:7b644b4c1f5ccacb33ac1a5588cf285045d8a5a9739a35cdd80065af9b9f0092 - 0.0% (3.52 KB)


History
2024-04-10 00:40:23 UTC

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

2024-04-10 00:40:23 UTC

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

2024-04-23 18:31:43 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2024-04-23 18:31:43 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-04-23 18:31:43 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-04-23 18:33:25 UTC (buildkit.dockerfile.v0)

RUN |1 JITSI_RELEASE=unstable /bin/sh -c dpkgArch="$(dpkg --print-architecture)" && case "${dpkgArch##*-}" in "amd64") TPL_ARCH=amd64; S6_ARCH=amd64 ;; "arm64") TPL_ARCH=arm64; S6_ARCH=aarch64 ;; *) echo "unsupported architecture"; exit 1 ;; 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.1.1/tpl-linux-${TPL_ARCH} && wget -qO /tmp/s6.tar.gz https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-${S6_ARCH}.tar.gz && mkdir /tmp/s6 && tar xfz /tmp/s6.tar.gz -C /tmp/s6 && tar hxfz /tmp/s6.tar.gz -C / && rm -f /usr/bin/execlineb && cp /tmp/s6/bin/execlineb /usr/bin/ && rm -rf /tmp/s6* && 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 bookworm-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

2024-04-23 18:33:59 UTC (buildkit.dockerfile.v0)

RUN |1 JITSI_RELEASE=unstable /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

2024-04-23 18:33:59 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-04-23 18:36:54 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir -p /usr/share/man/man1 && mkdir -p /etc/apt/keyrings/ && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y unzip ca-certificates curl gnupg && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y nodejs openjdk-17-jre-headless openjdk-17-jdk-headless && apt-cleanup # buildkit

2024-04-23 18:38:58 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Jitsi Conference Focus (jicofo)

2024-04-23 18:38:58 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=Server-side focus component that manages media sessions and acts as load balancer.

2024-04-23 18:38:58 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://github.com/jitsi/jicofo

2024-04-23 18:38:58 UTC (buildkit.dockerfile.v0)

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

2024-04-23 18:38:58 UTC (buildkit.dockerfile.v0)

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

2024-04-23 18:38:58 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y jicofo && apt-cleanup # buildkit

2024-04-23 18:38:58 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2024-04-23 18:38:58 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