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

2024-08-25 06:10:56 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:e4fff0779e6ddd22366469f08626c3ab1884b5cbe1719b26da238c95f247b305 - 9.82% (27.8 MB)

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

[#002] sha256:3a43358e18dbe7f23b61e98c3664d83ee4859993ada3b9ea356f127fd5fc825c - 5.0% (14.1 MB)

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

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

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

[#006] sha256:39dc0913990682c70bdd06fc1c5eb9b0a6f9c8b95adf32138fbe899f8ef2887e - 0.0% (3.66 KB)


History
2024-08-13 00:20:20 UTC

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

2024-08-13 00:20:20 UTC

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

2024-08-25 06:04:36 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=unstable

2024-08-25 06:04:36 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-08-25 06:04:36 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-08-25 06:04:46 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-08-25 06:04:51 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-25 06:04:51 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-08-25 06:07:43 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-25 06:10:56 UTC (buildkit.dockerfile.v0)

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

2024-08-25 06:10:56 UTC (buildkit.dockerfile.v0)

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

2024-08-25 06:10:56 UTC (buildkit.dockerfile.v0)

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

2024-08-25 06:10:56 UTC (buildkit.dockerfile.v0)

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

2024-08-25 06:10:56 UTC (buildkit.dockerfile.v0)

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

2024-08-25 06:10:56 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-25 06:10:56 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2024-08-25 06:10:56 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2024-08-25 06:11:41 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:aa6fbc30c84e14e64571d3d7b547ea801dfca8a7bd74bd930b5ea5de3eb2f442 - 9.9% (27.8 MB)

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

[#002] sha256:250ff2921a27b6b60346ca650f85e3904b078ad1e9735ff7e80aa84199d1a2cf - 4.96% (13.9 MB)

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

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

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

[#006] sha256:39dc0913990682c70bdd06fc1c5eb9b0a6f9c8b95adf32138fbe899f8ef2887e - 0.0% (3.66 KB)


History
2024-08-13 00:39:51 UTC

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

2024-08-13 00:39:51 UTC

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

2024-08-25 06:04:36 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=unstable

2024-08-25 06:04:36 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-08-25 06:04:36 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-08-25 06:06:11 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-08-25 06:06:42 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-25 06:06:42 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-08-25 06:09:21 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-25 06:11:41 UTC (buildkit.dockerfile.v0)

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

2024-08-25 06:11:41 UTC (buildkit.dockerfile.v0)

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

2024-08-25 06:11:41 UTC (buildkit.dockerfile.v0)

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

2024-08-25 06:11:41 UTC (buildkit.dockerfile.v0)

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

2024-08-25 06:11:41 UTC (buildkit.dockerfile.v0)

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

2024-08-25 06:11:41 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-25 06:11:41 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2024-08-25 06:11:41 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