Namespace
jitsi
Image / Tag
jicofo:unstable-2024-03-14
Content Digest
sha256:b6ab27bafbbdb234cd23c2ff915a9e0c4eb08c9f5a13698af5f9e64ab344570f
Details
Created

2024-03-14 17:58:06 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:c0edef2937fa3b888b0cc3f9f5a4db00a1be6f297be5f057a77d738f91e675a0 - 10.83% (30 MB)

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

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

[#003] sha256:88d0749091677652ac19816cd9848685216e3f9f78f97fced9645530ff281a2a - 4.94% (13.7 MB)

[#004] sha256:01d22ad30faa48ea7a6cee4677fe8c72e36b4531523c439931af244accb3f53b - 70.68% (196 MB)

[#005] sha256:217e398249bdb266441d00b2c7d55baea106116313e552fda5e001c0d21c1b38 - 10.17% (28.2 MB)

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


History
2024-03-12 01:21:23 UTC

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

2024-03-12 01:21:23 UTC

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

2024-03-14 17:51:40 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2024-03-14 17:51:40 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-03-14 17:51:40 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-03-14 17:51:50 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-03-14 17:51:55 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-03-14 17:51:55 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-03-14 17:54:40 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-03-14 17:58:06 UTC (buildkit.dockerfile.v0)

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

2024-03-14 17:58:06 UTC (buildkit.dockerfile.v0)

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

2024-03-14 17:58:06 UTC (buildkit.dockerfile.v0)

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

2024-03-14 17:58:06 UTC (buildkit.dockerfile.v0)

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

2024-03-14 17:58:06 UTC (buildkit.dockerfile.v0)

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

2024-03-14 17:58:06 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-03-14 17:58:06 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2024-03-14 17:58:06 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2024-03-14 17:58:48 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:ef2fb7c49f69b9eefb25f02b600342129757e69bb130d53b98ba46ddde18effc - 10.59% (28.7 MB)

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

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

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

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

[#005] sha256:fe58d0baaf5dee338c66a3a46bfd1de90ce27b0faebda2071b75565c08518b74 - 10.38% (28.1 MB)

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


History
2024-03-12 00:45:51 UTC

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

2024-03-12 00:45:51 UTC

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

2024-03-14 17:51:40 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2024-03-14 17:51:40 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-03-14 17:51:40 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-03-14 17:53:05 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-03-14 17:53:39 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-03-14 17:53:39 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-03-14 17:56: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-11-jre-headless openjdk-11-jdk-headless && apt-cleanup # buildkit

2024-03-14 17:58:48 UTC (buildkit.dockerfile.v0)

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

2024-03-14 17:58:48 UTC (buildkit.dockerfile.v0)

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

2024-03-14 17:58:48 UTC (buildkit.dockerfile.v0)

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

2024-03-14 17:58:48 UTC (buildkit.dockerfile.v0)

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

2024-03-14 17:58:48 UTC (buildkit.dockerfile.v0)

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

2024-03-14 17:58:48 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-03-14 17:58:48 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2024-03-14 17:58:48 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