Namespace
jitsi
Image / Tag
jicofo:unstable-2024-08-07
Content Digest
sha256:c2465bb60ab6ae722e85ef6333055eee63bbd53bfcea5af9a5e2293086f0c4e0
Details
Created

2024-08-07 16:00:08 UTC

Size

283 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:efc2b5ad9eec05befa54239d53feeae3569ccbef689aa5e5dbfc25da6c4df559 - 9.83% (27.8 MB)

[#001] sha256:946b12c9b90fb9a6e277efbdbd2d857270aba1bd0fd5fef1bcc4d13cb10995c2 - 0.0% (710 Bytes)

[#002] sha256:8711f6a531d8048a284843224299125b0687040947c323ac085882c816329fa3 - 5.01% (14.1 MB)

[#003] sha256:efa76ef01162861867b9dc13ac81557b94587e4e2025e11d14e946f0d7fb51be - 4.99% (14.1 MB)

[#004] sha256:ea67b38c6f8498d99d2ab00a15832acbe0db9f4f3d4b02aa6f9292991c1cecf2 - 70.07% (198 MB)

[#005] sha256:db992e60cc60e11ce9869e9894ddba4d17f4a07dade6e4dc6afa72e99661005a - 10.11% (28.6 MB)

[#006] sha256:557bff077618175a4ad9c1adea7a200c586044f769d57f7ea793b95b7b55da69 - 0.0% (3.66 KB)


History
2024-07-23 05:24:15 UTC

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

2024-07-23 05:24:16 UTC

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

2024-08-07 15:54:07 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=unstable

2024-08-07 15:54:07 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-08-07 15:54:07 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-08-07 15:54:17 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 curl && wget -qO /usr/bin/tpl https://github.com/jitsi/tpl/releases/download/v1.3.0/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-08-07 15:54:22 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-08-07 15:54:22 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-08-07 15:57:05 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-08-07 16:00:08 UTC (buildkit.dockerfile.v0)

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

2024-08-07 16:00:08 UTC (buildkit.dockerfile.v0)

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

2024-08-07 16:00:08 UTC (buildkit.dockerfile.v0)

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

2024-08-07 16:00:08 UTC (buildkit.dockerfile.v0)

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

2024-08-07 16:00:08 UTC (buildkit.dockerfile.v0)

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

2024-08-07 16:00:08 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-08-07 16:00:08 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2024-08-07 16:00:08 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2024-08-07 16:00:54 UTC

Size

281 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:262a5f25eec7a7daccd94a64695e41acca5262f481c3630ef31289616897aa40 - 9.9% (27.8 MB)

[#001] sha256:946b12c9b90fb9a6e277efbdbd2d857270aba1bd0fd5fef1bcc4d13cb10995c2 - 0.0% (710 Bytes)

[#002] sha256:53276ca4c425da2c4fa81107cda4b11c313e1d63b78dcc239cc1cf5dc5cec68b - 4.96% (13.9 MB)

[#003] sha256:1aac7f10469bab5fa49293acca29c85727a89efe0ae6b95319ab4dead23cb27f - 5.01% (14.1 MB)

[#004] sha256:cb4a294aa5bf06c624268f8bf6cbf91bb0b7ef6802b44c33a90a345017301939 - 69.96% (197 MB)

[#005] sha256:18228206419f884a78761072a2d8140a8e88b8b4cdc59f333f33f540f7bfbff1 - 10.17% (28.6 MB)

[#006] sha256:557bff077618175a4ad9c1adea7a200c586044f769d57f7ea793b95b7b55da69 - 0.0% (3.66 KB)


History
2024-07-23 04:17:51 UTC

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

2024-07-23 04:17:52 UTC

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

2024-08-07 15:54:07 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=unstable

2024-08-07 15:54:07 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-08-07 15:54:07 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-08-07 15:55:39 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 curl && wget -qO /usr/bin/tpl https://github.com/jitsi/tpl/releases/download/v1.3.0/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-08-07 15:56:09 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-08-07 15:56:09 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-08-07 15:58:48 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-08-07 16:00:54 UTC (buildkit.dockerfile.v0)

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

2024-08-07 16:00:54 UTC (buildkit.dockerfile.v0)

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

2024-08-07 16:00:54 UTC (buildkit.dockerfile.v0)

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

2024-08-07 16:00:54 UTC (buildkit.dockerfile.v0)

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

2024-08-07 16:00:54 UTC (buildkit.dockerfile.v0)

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

2024-08-07 16:00:54 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-08-07 16:00:54 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2024-08-07 16:00:54 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