Namespace
jitsi
Image / Tag
jicofo:unstable-2023-08-26
Content Digest
sha256:68cc1c3c11dc816af2a86eb68bdf47186bd142636876b90f2f42630a643f28ae
Details
Created

2023-08-26 06:10:49 UTC

Size

150 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:14726c8f78342865030f97a8d3492e2d1a68fbd22778f9a31dc6be4b4f12a9bc - 19.94% (30 MB)

[#001] sha256:5a727bd342d2123ed17da4ad56fa814fd993a6add6465be0e26dca3ad6b3bcbb - 0.0% (712 Bytes)

[#002] sha256:0e65673535ae86b21d9bbbfa367c6467bd0bd547e47367fd1069ef9bee1d9f4f - 6.1% (9.16 MB)

[#003] sha256:98748e41c7758b8def1cdc5eda793483d95e37033be0b174a5337e0ce9f68ef6 - 9.1% (13.7 MB)

[#004] sha256:b9c11ba1e297d899513e07b49891bc128dec108014cba835ed7892389a708ca3 - 46.39% (69.7 MB)

[#005] sha256:4b830b5ac9b99543948884f8fb28dfc76f8a90f85d1934b3881e159db6ede7dc - 18.47% (27.8 MB)

[#006] sha256:6d9dd48e6db9e820c36bffb2da8ee48289d8a88ecd197d8afc9d761db647688b - 0.0% (2.85 KB)


History
2023-08-16 01:00:09 UTC

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

2023-08-16 01:00:09 UTC

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

2023-08-26 06:03:50 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-08-26 06:03:50 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-08-26 06:03:50 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-08-26 06:03:50 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-08-26 06:04:04 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=unstable TARGETPLATFORM=linux/amd64 /bin/sh -c case ${TARGETPLATFORM} in "linux/amd64") TPL_ARCH=amd64 ;; "linux/arm64") TPL_ARCH=arm64 ;; esac && case ${TARGETPLATFORM} in "linux/amd64") S6_ARCH=amd64 ;; "linux/arm64") S6_ARCH=aarch64 ;; 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.0.4/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

2023-08-26 06:04:12 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=unstable TARGETPLATFORM=linux/amd64 /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

2023-08-26 06:04:12 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-08-26 06:08:09 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 && apt-cleanup # buildkit

2023-08-26 06:10:49 UTC (buildkit.dockerfile.v0)

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

2023-08-26 06:10:49 UTC (buildkit.dockerfile.v0)

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

2023-08-26 06:10:49 UTC (buildkit.dockerfile.v0)

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

2023-08-26 06:10:49 UTC (buildkit.dockerfile.v0)

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

2023-08-26 06:10:49 UTC (buildkit.dockerfile.v0)

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

2023-08-26 06:10:49 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

2023-08-26 06:10:49 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-08-26 06:10:49 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-08-26 06:12:00 UTC

Size

145 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:41f92d5a73b9bee296c7b4a3817b28098b22fb60112608b42bb03570ca296115 - 19.8% (28.7 MB)

[#001] sha256:5a727bd342d2123ed17da4ad56fa814fd993a6add6465be0e26dca3ad6b3bcbb - 0.0% (712 Bytes)

[#002] sha256:a39632d880b8aa54ddcf5956b8e17260d0ea31081ff5181ba7c1a899d022da46 - 6.31% (9.14 MB)

[#003] sha256:34e03de9a0d5cd16d85473e7251f06d71136d7def8133adcb850a00430de79d8 - 9.47% (13.7 MB)

[#004] sha256:b9fd8b788c31bca5c77d67f4876d2bbf9d2d85bd69d4fbbf055f53a82b2f0d75 - 45.29% (65.6 MB)

[#005] sha256:6fc54bb8964b5f57f5073ecc6827d22b80bfa2ccbd0f34dfdd936a41dee03c8e - 19.12% (27.7 MB)

[#006] sha256:6d9dd48e6db9e820c36bffb2da8ee48289d8a88ecd197d8afc9d761db647688b - 0.0% (2.85 KB)


History
2023-08-15 23:40:11 UTC

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

2023-08-15 23:40:11 UTC

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

2023-08-26 06:03:50 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-08-26 06:03:50 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-08-26 06:03:50 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-08-26 06:03:50 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-08-26 06:06:07 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=unstable TARGETPLATFORM=linux/arm64 /bin/sh -c case ${TARGETPLATFORM} in "linux/amd64") TPL_ARCH=amd64 ;; "linux/arm64") TPL_ARCH=arm64 ;; esac && case ${TARGETPLATFORM} in "linux/amd64") S6_ARCH=amd64 ;; "linux/arm64") S6_ARCH=aarch64 ;; 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.0.4/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

2023-08-26 06:07:00 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=unstable TARGETPLATFORM=linux/arm64 /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

2023-08-26 06:07:00 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-08-26 06:09:37 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 && apt-cleanup # buildkit

2023-08-26 06:11:59 UTC (buildkit.dockerfile.v0)

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

2023-08-26 06:11:59 UTC (buildkit.dockerfile.v0)

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

2023-08-26 06:11:59 UTC (buildkit.dockerfile.v0)

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

2023-08-26 06:11:59 UTC (buildkit.dockerfile.v0)

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

2023-08-26 06:11:59 UTC (buildkit.dockerfile.v0)

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

2023-08-26 06:11:59 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

2023-08-26 06:12:00 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-08-26 06:12:00 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