Namespace
jitsi
Image / Tag
jicofo:unstable-2024-02-03
Content Digest
sha256:5812ce490d3ebb15cc0c4a6f289933c35359dd3e2a11c5e5aefcaf3e0edfb228
Details
Created

2024-02-03 06:09:10 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:70ba6f391a98e490c9cc5473568d4d1a1cfe26c367ce353173641d819982cb40 - 13.46% (30 MB)

[#001] sha256:067211d326183a4b0a6434f1987a2929f54e8f782a149f4eba45a034792d200a - 0.0% (710 Bytes)

[#002] sha256:1224a3e04fcf8cb369a6557aa9ea424e017ddd93d6351dd144dea778f570fe44 - 4.11% (9.16 MB)

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

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

[#005] sha256:3510dbc63c533f6fc1bc64b99077094a0465b85a9bca6dda15b58e11b5d1ff54 - 12.63% (28.1 MB)

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


History
2024-01-31 22:35:41 UTC

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

2024-01-31 22:35:41 UTC

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

2024-02-03 06:03:52 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2024-02-03 06:03:52 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-02-03 06:03:52 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-02-03 06:04:01 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-03 06:04:06 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-03 06:04:06 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-02-03 06:06:44 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-02-03 06:09:10 UTC (buildkit.dockerfile.v0)

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

2024-02-03 06:09:10 UTC (buildkit.dockerfile.v0)

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

2024-02-03 06:09:10 UTC (buildkit.dockerfile.v0)

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

2024-02-03 06:09:10 UTC (buildkit.dockerfile.v0)

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

2024-02-03 06:09:10 UTC (buildkit.dockerfile.v0)

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

2024-02-03 06:09:10 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-03 06:09:10 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2024-02-03 06:09:10 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2024-02-03 06:09:51 UTC

Size

216 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:3027f1243ed994df8b91343223df47a18cef248c6db93675f3d54baa40319893 - 13.24% (28.7 MB)

[#001] sha256:067211d326183a4b0a6434f1987a2929f54e8f782a149f4eba45a034792d200a - 0.0% (710 Bytes)

[#002] sha256:8fcab718774696db03a68f93f9e29e10a7603c0bc2e86b4347c9a733de438b1e - 4.22% (9.14 MB)

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

[#004] sha256:252691780388bd198015bf561ad38167c6bfacadce841755903eafcc60ed60d6 - 63.24% (137 MB)

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

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


History
2024-01-31 22:44:42 UTC

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

2024-01-31 22:44:42 UTC

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

2024-02-03 06:03:52 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2024-02-03 06:03:52 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-02-03 06:03:52 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-02-03 06:05:15 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-03 06:05:47 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-03 06:05:47 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-02-03 06:08:01 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-02-03 06:09:51 UTC (buildkit.dockerfile.v0)

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

2024-02-03 06:09:51 UTC (buildkit.dockerfile.v0)

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

2024-02-03 06:09:51 UTC (buildkit.dockerfile.v0)

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

2024-02-03 06:09:51 UTC (buildkit.dockerfile.v0)

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

2024-02-03 06:09:51 UTC (buildkit.dockerfile.v0)

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

2024-02-03 06:09:51 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-03 06:09:51 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2024-02-03 06:09:51 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