Namespace
jitsi
Image / Tag
jicofo:jicofo-1.0-1069-1
Content Digest
sha256:967be848552c9007a0a196e4a83b3e4a34ea5089651fe6b0a631f470cbd34fe2
Details
Created

2024-02-27 18:50:34 UTC

Size

277 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:5d0aeceef7eeb53c3f853fb229ea7fd13a5a56f4ba371ca48f0477493046b702 - 10.83% (30 MB)

[#001] sha256:b93ed63c45e4f555bfe3a47d26825e116b3b307de16747fe16fd502883990909 - 0.0% (711 Bytes)

[#002] sha256:efd5cfa2018fb0e1d6be04339ab1575c50c6c3c1ee619dcb20e71a5e950abd02 - 3.38% (9.35 MB)

[#003] sha256:1368f3168b482bd9a75dd65cc1a98d5083e09ad7df1a9180616e92e2ef18b771 - 4.94% (13.7 MB)

[#004] sha256:33b4537226921e2a735f7044de8a798a017305fb9667efd358573001bc26a8ae - 70.69% (196 MB)

[#005] sha256:04c19231a56d728f559556f17c294b22d7a03ee443fc99af95dd78cfc822217d - 10.17% (28.1 MB)

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


History
2024-02-13 00:37:43 UTC

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

2024-02-13 00:37:44 UTC

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

2024-02-27 18:43:08 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2024-02-27 18:43:08 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-02-27 18:43:08 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-02-27 18:43:21 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 - 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-02-27 18:43:25 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-02-27 18:43:25 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-02-27 18:46:59 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-11-jre-headless openjdk-11-jdk-headless && apt-cleanup # buildkit

2024-02-27 18:50:34 UTC (buildkit.dockerfile.v0)

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

2024-02-27 18:50:34 UTC (buildkit.dockerfile.v0)

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

2024-02-27 18:50:34 UTC (buildkit.dockerfile.v0)

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

2024-02-27 18:50:34 UTC (buildkit.dockerfile.v0)

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

2024-02-27 18:50:34 UTC (buildkit.dockerfile.v0)

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

2024-02-27 18:50:34 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-02-27 18:50:34 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2024-02-27 18:50:34 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2024-02-27 18:51:17 UTC

Size

271 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:abd2c048cba46f85ffcdbd38202d0906c11ea93d39d8ac934411570844119d08 - 10.6% (28.7 MB)

[#001] sha256:b93ed63c45e4f555bfe3a47d26825e116b3b307de16747fe16fd502883990909 - 0.0% (711 Bytes)

[#002] sha256:5405d2fc73a495358e7ee80a335dc216ee246f319bd1a130358a1941236ab666 - 3.45% (9.33 MB)

[#003] sha256:d36d99b954738a696ff3cf00b0b1c200dfac7e83f8e163659b43571ad657884e - 5.07% (13.7 MB)

[#004] sha256:e18fc4c648f9c24fb00f91dc302a1d728772d066a2bdc9237ae6e88878648e55 - 70.51% (191 MB)

[#005] sha256:f88c4014139e3da344814c7dd524a353e698fbf1d83ebb1c0c2cfea14b57a2d4 - 10.37% (28.1 MB)

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


History
2024-02-13 00:41:34 UTC

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

2024-02-13 00:41:35 UTC

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

2024-02-27 18:43:08 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2024-02-27 18:43:08 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-02-27 18:43:08 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-02-27 18:44:34 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 - 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-02-27 18:45:07 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-02-27 18:45:07 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-02-27 18:49:02 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-11-jre-headless openjdk-11-jdk-headless && apt-cleanup # buildkit

2024-02-27 18:51:17 UTC (buildkit.dockerfile.v0)

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

2024-02-27 18:51:17 UTC (buildkit.dockerfile.v0)

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

2024-02-27 18:51:17 UTC (buildkit.dockerfile.v0)

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

2024-02-27 18:51:17 UTC (buildkit.dockerfile.v0)

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

2024-02-27 18:51:17 UTC (buildkit.dockerfile.v0)

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

2024-02-27 18:51:17 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-02-27 18:51:17 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2024-02-27 18:51:17 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