Namespace
jitsi
Image / Tag
jicofo:unstable-2023-07-20
Content Digest
sha256:bbdf38f1205fbe450a936db97be5b827176235a52445200cb6e9ba62cd277f31
Details
Created

2023-07-20 17:17:52 UTC

Size

149 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:9d21b12d5fab9ab82969054d72411ce627c209257df64b6057016c981e163c30 - 20.11% (30 MB)

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

[#002] sha256:f81771b68e9a57e271fddc488f4f5cf8cbba934ca4f259b274981480fc1d9f1a - 6.15% (9.16 MB)

[#003] sha256:1734cbe4110a89b48721bcb7be59ece8b624ebc972a7dca567dcc724b1e2f752 - 9.18% (13.7 MB)

[#004] sha256:bcb0b9eda7d28d8ca4a98f9904357600307c80ea53389d99b4df8f4e8cd12f87 - 45.93% (68.4 MB)

[#005] sha256:a99cc6d87f3fa58df8410dc76d537f8635cfef30661e665acfef17542f070f08 - 18.63% (27.8 MB)

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


History
2023-07-04 01:20:23 UTC

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

2023-07-04 01:20:23 UTC

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

2023-07-20 17:11:15 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-07-20 17:11:15 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-07-20 17:11:15 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-07-20 17:11:15 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-07-20 17:11:27 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-07-20 17:11:33 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-07-20 17:11:33 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-07-20 17:14:51 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-07-20 17:17:52 UTC (buildkit.dockerfile.v0)

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

2023-07-20 17:17:52 UTC (buildkit.dockerfile.v0)

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

2023-07-20 17:17:52 UTC (buildkit.dockerfile.v0)

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

2023-07-20 17:17:52 UTC (buildkit.dockerfile.v0)

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

2023-07-20 17:17:52 UTC (buildkit.dockerfile.v0)

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

2023-07-20 17:17:52 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-07-20 17:17:52 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-07-20 17:17:52 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-07-20 17:19: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:50eb042e2421869704212f3e076e9088033eb9a5254341fb1b3022e6e2784921 - 19.96% (28.7 MB)

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

[#002] sha256:9c86fe7757990b2ba7b37a247839e125efaaa5666c777e44ffa74d16bbb33043 - 6.36% (9.14 MB)

[#003] sha256:665c4b1511a5b38da97d39a2b6591aa5179a3e6c6a1d94bbf28cb9c9c1662aeb - 9.55% (13.7 MB)

[#004] sha256:c3ae5072a1e15a86090e0dcf317497d62bfa76967e240c51e0898d5803035eb1 - 44.84% (64.4 MB)

[#005] sha256:c774c1706ccdfb266103f1cb6f6c7554d5220e3ffd70c34991c5fb880a47e0e0 - 19.28% (27.7 MB)

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


History
2023-07-04 01:57:52 UTC

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

2023-07-04 01:57:52 UTC

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

2023-07-20 17:11:15 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-07-20 17:11:15 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-07-20 17:11:15 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-07-20 17:11:15 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-07-20 17:13:04 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-07-20 17:13:46 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-07-20 17:13:46 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-07-20 17:16:32 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-07-20 17:19:11 UTC (buildkit.dockerfile.v0)

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

2023-07-20 17:19:11 UTC (buildkit.dockerfile.v0)

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

2023-07-20 17:19:11 UTC (buildkit.dockerfile.v0)

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

2023-07-20 17:19:11 UTC (buildkit.dockerfile.v0)

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

2023-07-20 17:19:11 UTC (buildkit.dockerfile.v0)

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

2023-07-20 17:19: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-07-20 17:19:11 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-07-20 17:19: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