Namespace
jitsi
Image / Tag
jicofo:unstable-2024-10-01
Content Digest
sha256:ba31a39cd9587bab1c2706290cd92fbdc03586ee5a7c3973d7ae05ee41f29977
Details
Created

2024-10-01 06:11:07 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:302e3ee498053a7b5332ac79e8efebec16e900289fc1ecd1c754ce8fa047fcab - 9.82% (27.8 MB)

[#001] sha256:f7ff735254eb00f9c39f2dde014d769f5fb6e6d25a47f203ac93569fd67c7eb8 - 0.0% (709 Bytes)

[#002] sha256:22e99094b77dde37afab2654059eb730c63968a4c5bd3cf84e855173dd5e52ef - 5.0% (14.2 MB)

[#003] sha256:fffe6c76699a6628b344ec6ed6c98e3027510a4feef27a34d6a94d7148555437 - 4.98% (14.1 MB)

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

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

[#006] sha256:d3fadbcbe3bd7ade359983c93accebac0d7dd4b99e9736a94355e5a497cf24a3 - 0.0% (3.7 KB)


History
2024-09-27 04:29:32 UTC

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

2024-09-27 04:29:32 UTC

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

2024-10-01 06:05:01 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=unstable

2024-10-01 06:05:01 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-10-01 06:05:01 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-10-01 06:05:10 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.4.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-10-01 06:05:14 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-10-01 06:05:14 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-10-01 06:07:57 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-10-01 06:11:07 UTC (buildkit.dockerfile.v0)

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

2024-10-01 06:11:07 UTC (buildkit.dockerfile.v0)

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

2024-10-01 06:11:07 UTC (buildkit.dockerfile.v0)

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

2024-10-01 06:11:07 UTC (buildkit.dockerfile.v0)

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

2024-10-01 06:11:07 UTC (buildkit.dockerfile.v0)

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

2024-10-01 06:11:07 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-10-01 06:11:07 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2024-10-01 06:11:07 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2024-10-01 06:11:55 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:14c9d9d199323cbf0a4c2347a8af85f2875c1f2c26a1558fd34dfca7a26cff22 - 9.9% (27.8 MB)

[#001] sha256:f7ff735254eb00f9c39f2dde014d769f5fb6e6d25a47f203ac93569fd67c7eb8 - 0.0% (709 Bytes)

[#002] sha256:588a23366d9eb410307f246c7daf9f04e617ba967220f0e60a3adae09cb4ea4d - 4.96% (13.9 MB)

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

[#004] sha256:66313791651869ccf04b9bd3e9519a21b394b1ed0b2541afddd2d806e000bd92 - 69.97% (197 MB)

[#005] sha256:cd65b19b5dd912fa8652e0285777cfd760568410444bf9580cea65d19c7674a9 - 10.16% (28.6 MB)

[#006] sha256:d3fadbcbe3bd7ade359983c93accebac0d7dd4b99e9736a94355e5a497cf24a3 - 0.0% (3.7 KB)


History
2024-09-27 04:38:17 UTC

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

2024-09-27 04:38:18 UTC

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

2024-10-01 06:05:01 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=unstable

2024-10-01 06:05:01 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-10-01 06:05:01 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-10-01 06:06:32 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.4.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-10-01 06:07:03 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-10-01 06:07:03 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-10-01 06:09:35 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-10-01 06:11:55 UTC (buildkit.dockerfile.v0)

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

2024-10-01 06:11:55 UTC (buildkit.dockerfile.v0)

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

2024-10-01 06:11:55 UTC (buildkit.dockerfile.v0)

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

2024-10-01 06:11:55 UTC (buildkit.dockerfile.v0)

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

2024-10-01 06:11:55 UTC (buildkit.dockerfile.v0)

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

2024-10-01 06:11:55 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-10-01 06:11:55 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2024-10-01 06:11:55 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