Namespace
jitsi
Image / Tag
jicofo:unstable-2024-01-04
Content Digest
sha256:07d28a331bf352128d6bd4b10b4157737dbf3d0d0ae6aa30bf39d3e52929329c
Details
Created

2024-01-04 06:08:44 UTC

Size

151 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:b5a0d5c14ba9ece1eecd5137c468d9a123372b0af2ed2c8c4446137730c90e5b - 19.89% (30 MB)

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

[#002] sha256:901bbe41d4d5597fdbfcfab88bf3bd50ff705e086c7f37f0afd694b69288f026 - 6.08% (9.16 MB)

[#003] sha256:65245b73694a06d4d9d5f4c7d4982f1f3aadc2b6889f313388142139d75c5e19 - 9.08% (13.7 MB)

[#004] sha256:59d1d8098318aa20219bf50bb7e09509167d4e84e852abaecf6dc052f9cd24e5 - 46.29% (69.7 MB)

[#005] sha256:54b15a51c832d2a605be4de1e5c7f10e1f0b4bdad56afa8de1105e6f703e1a88 - 18.66% (28.1 MB)

[#006] sha256:17ae9bd112e0c61a15ded8372f93fb441944f13bb5d9532a90ddfd5cf48225b4 - 0.0% (3.42 KB)


History
2023-12-19 01:20:50 UTC

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

2023-12-19 01:20:50 UTC

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

2024-01-04 06:04:01 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2024-01-04 06:04:01 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2024-01-04 06:04:01 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-01-04 06:04:01 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-01-04 06:04:11 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

2024-01-04 06:04:16 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

2024-01-04 06:04:16 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-01-04 06:06:50 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

2024-01-04 06:08:44 UTC (buildkit.dockerfile.v0)

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

2024-01-04 06:08:44 UTC (buildkit.dockerfile.v0)

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

2024-01-04 06:08:44 UTC (buildkit.dockerfile.v0)

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

2024-01-04 06:08:44 UTC (buildkit.dockerfile.v0)

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

2024-01-04 06:08:44 UTC (buildkit.dockerfile.v0)

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

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

COPY rootfs/ / # buildkit

2024-01-04 06:08:44 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2024-01-04 06:09:25 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:2244706f264b35566276550fbc21ada79613ddfff850e372b8f5113110a67c93 - 19.75% (28.7 MB)

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

[#002] sha256:ba97d27d4d62c8188a776d6a070aa814065149f45c735f87ddaa14a3e1f5606e - 6.3% (9.14 MB)

[#003] sha256:b40386ebdb7bed1ecfb6c7846f057fa6dfd452dc717986c26ccdbc5e05696b27 - 9.45% (13.7 MB)

[#004] sha256:d3ccf4dbef8a5a4a63376078bce21ffd4ccb300c95ce268e022061778e22831d - 45.19% (65.6 MB)

[#005] sha256:1eeebda68aefed62b08304d7f29141003d7de3c640428674d0c8eaa15f27f6d9 - 19.32% (28 MB)

[#006] sha256:17ae9bd112e0c61a15ded8372f93fb441944f13bb5d9532a90ddfd5cf48225b4 - 0.0% (3.42 KB)


History
2023-12-19 01:41:25 UTC

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

2023-12-19 01:41:25 UTC

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

2024-01-04 06:04:01 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2024-01-04 06:04:01 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2024-01-04 06:04:01 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2024-01-04 06:04:01 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2024-01-04 06:05:25 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

2024-01-04 06:05:59 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

2024-01-04 06:05:59 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-01-04 06:07:53 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

2024-01-04 06:09:25 UTC (buildkit.dockerfile.v0)

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

2024-01-04 06:09:25 UTC (buildkit.dockerfile.v0)

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

2024-01-04 06:09:25 UTC (buildkit.dockerfile.v0)

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

2024-01-04 06:09:25 UTC (buildkit.dockerfile.v0)

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

2024-01-04 06:09:25 UTC (buildkit.dockerfile.v0)

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

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

COPY rootfs/ / # buildkit

2024-01-04 06:09:25 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