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

2024-01-26 21:16:35 UTC

Size

223 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:0e0969fcaa8240e1eeb53f9f5d4ddd1bf89a2c9971c9cbe455eba0e66eeefb53 - 13.46% (30 MB)

[#001] sha256:496f26f0dc87f105a61a69e1befdc26c2f2a215aadf93600399b211efb91a9bb - 0.0% (710 Bytes)

[#002] sha256:804bcd385a837198525312740478619c2984798f7f1985958694c2e2379a6285 - 4.11% (9.16 MB)

[#003] sha256:713ae8bebbefecc208dadde83e1ce75e2127835ac2e9ba0822698d0b65386a5d - 6.14% (13.7 MB)

[#004] sha256:db477ab4cffcd69ef859b2d8cd0975ce79e7293df7a1728e8e319431313ee169 - 63.65% (142 MB)

[#005] sha256:7f9a0ba9a513f6838269960133a7be9ced0e0b0940e66d7703a349c9e9bc5d29 - 12.64% (28.1 MB)

[#006] sha256:5dd7a96b54592b0367713a8876b35de64d65225990688bf42a8cfee4b4159a10 - 0.0% (3.52 KB)


History
2024-01-11 02:38:16 UTC

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

2024-01-11 02:38:17 UTC

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

2024-01-26 21:11:30 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2024-01-26 21:11:30 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-01-26 21:11:30 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-01-26 21:11: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 && wget -qO /usr/bin/tpl https://github.com/jitsi/tpl/releases/download/v1.1.0/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

2024-01-26 21:11:43 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-01-26 21:11:43 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-01-26 21:14:16 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 openjdk-11-jdk-headless && apt-cleanup # buildkit

2024-01-26 21:16:35 UTC (buildkit.dockerfile.v0)

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

2024-01-26 21:16:35 UTC (buildkit.dockerfile.v0)

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

2024-01-26 21:16:35 UTC (buildkit.dockerfile.v0)

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

2024-01-26 21:16:35 UTC (buildkit.dockerfile.v0)

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

2024-01-26 21:16:35 UTC (buildkit.dockerfile.v0)

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

2024-01-26 21:16:35 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-01-26 21:16:35 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2024-01-26 21:16:35 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2024-01-26 21:17:16 UTC

Size

217 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:5ae20c369ec182f5275f874054411f9bfb3f8132ff52a9c1d08d4ae15494d01c - 13.24% (28.7 MB)

[#001] sha256:496f26f0dc87f105a61a69e1befdc26c2f2a215aadf93600399b211efb91a9bb - 0.0% (710 Bytes)

[#002] sha256:7866d63baa4f89e00ee157ed657863607e96e867c15abf626396296dc88c4879 - 4.22% (9.14 MB)

[#003] sha256:522f876e6fbe4c149b3b6731767672707007528939e00cdd104e3c281a6ee96d - 6.34% (13.7 MB)

[#004] sha256:6d6440a3f0d257d05c6154c1a20ec8d656e4fd3783d34253bc92cb035bc2b59e - 63.23% (137 MB)

[#005] sha256:90f18c82d83f38ee882c8ebc7d132b17512e0fa505c62e289bf49587b237b44f - 12.96% (28.1 MB)

[#006] sha256:5dd7a96b54592b0367713a8876b35de64d65225990688bf42a8cfee4b4159a10 - 0.0% (3.52 KB)


History
2024-01-11 02:40:59 UTC

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

2024-01-11 02:40:59 UTC

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

2024-01-26 21:11:30 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2024-01-26 21:11:30 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-01-26 21:11:30 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-01-26 21:12:53 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.0/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

2024-01-26 21:13:26 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-01-26 21:13:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-01-26 21:15:33 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 openjdk-11-jdk-headless && apt-cleanup # buildkit

2024-01-26 21:17:16 UTC (buildkit.dockerfile.v0)

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

2024-01-26 21:17:16 UTC (buildkit.dockerfile.v0)

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

2024-01-26 21:17:16 UTC (buildkit.dockerfile.v0)

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

2024-01-26 21:17:16 UTC (buildkit.dockerfile.v0)

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

2024-01-26 21:17:16 UTC (buildkit.dockerfile.v0)

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

2024-01-26 21:17:16 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-01-26 21:17:16 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2024-01-26 21:17:16 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