Namespace
jitsi
Image / Tag
jicofo:unstable-2023-04-08
Content Digest
sha256:825370460180c0ada132be8b2c0924f45dc46989f6d8e321bc051cb4789ff531
Details
Created

2023-04-08 06:20:53 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:f1f26f5702560b7e591bef5c4d840f76a232bf13fd5aefc4e22077a1ae4440c7 - 20.04% (30 MB)

[#001] sha256:f6d4f248a1a1c31fc0299f3f47f4edb89525c2aac42c08ce6d45b65112413314 - 0.0% (719 Bytes)

[#002] sha256:8fe59bdf5a09e1ad7df74cc950e31b23e68994a8310c203964b421a36a9d87c8 - 6.64% (9.93 MB)

[#003] sha256:9b6107119b7ce7a822bf7796eb0d3df676070c1c441ba3025dd85995413be14a - 9.14% (13.7 MB)

[#004] sha256:18254f9319001ac2e50eccb2453f8c020b0fa9bf778753a7fe3ab8a234e0fbe5 - 45.77% (68.4 MB)

[#005] sha256:8fb754da99d06e53868f8f91d9b0c7767f934f63f6f4615f50ee772eb1397d43 - 18.4% (27.5 MB)

[#006] sha256:d2003d91c85a64e7549814f4d4b1caebb9da9c1efd14294d8e3191ed71fc65e5 - 0.0% (2.84 KB)


History
2023-03-23 01:30:27 UTC

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

2023-03-23 01:30:27 UTC

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

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

ARG JITSI_RELEASE=stable

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

ARG TARGETPLATFORM

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

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

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

COPY rootfs / # buildkit

2023-04-08 06:13:56 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-04-08 06:14:04 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-04-08 06:14:04 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-04-08 06:18:21 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-04-08 06:20:53 UTC (buildkit.dockerfile.v0)

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

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

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

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

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

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

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

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

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

2023-04-08 06:20:53 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-04-08 06:20:53 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

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

VOLUME [/config]

Details
Created

2023-04-08 06:22:11 UTC

Size

144 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:fcdb9667c46b09d1c1d058681ea4a1db41e66bbc1a71d873a0c9da4f7a92947d - 19.89% (28.7 MB)

[#001] sha256:f6d4f248a1a1c31fc0299f3f47f4edb89525c2aac42c08ce6d45b65112413314 - 0.0% (719 Bytes)

[#002] sha256:5a7f027f8d32869513eee01a54419ea714718d46bbcf1d03f10e29fca5c1e1be - 6.88% (9.91 MB)

[#003] sha256:b1616cbafc94944d66394b54b24c00dabf53883b09d2e55297a88fde5367e93d - 9.52% (13.7 MB)

[#004] sha256:6316886e237493ccb6c9b0786fdaac8bf8d4df1ab313fe96d139449e3fca94d8 - 44.67% (64.4 MB)

[#005] sha256:da9513f955416dacebb9ad8db9dfd4436ba402aefe90a4115cf30e1ec6f28d70 - 19.04% (27.4 MB)

[#006] sha256:d2003d91c85a64e7549814f4d4b1caebb9da9c1efd14294d8e3191ed71fc65e5 - 0.0% (2.84 KB)


History
2023-03-23 00:45:10 UTC

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

2023-03-23 00:45:10 UTC

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

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

ARG JITSI_RELEASE=stable

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

ARG TARGETPLATFORM

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

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

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

COPY rootfs / # buildkit

2023-04-08 06:16:16 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-04-08 06:17:13 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-04-08 06:17:13 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-04-08 06:19:46 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-04-08 06:22:11 UTC (buildkit.dockerfile.v0)

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

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

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

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

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

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

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

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

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

2023-04-08 06:22:11 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-04-08 06:22:11 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-04-08 06:22:11 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