Namespace
jitsi
Image / Tag
jicofo:unstable-2023-12-06
Content Digest
sha256:ca47205dddc5fdcef8c75457e500b2bb13b3a7876ab6775dc5e01b7abdc3d506
Details
Created

2023-12-06 21:27:29 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:b7f91549542cca4b35a34cdee5364339f17468971ea730bb072864d3e78c8b94 - 19.89% (30 MB)

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

[#002] sha256:99e5b5301abee7f369ffb6a46824cfe43ec228c9d7e4b6439259b077ea44cd61 - 6.08% (9.16 MB)

[#003] sha256:44dd8cfc43eae16efd6f1aa1acabaa1039006daa7f86ac3867799271a1512aa8 - 9.08% (13.7 MB)

[#004] sha256:0a0f6905cfc3eb7504fdc5ac8fcc09e6a978572ee04de8bcb41977c03613b240 - 46.29% (69.7 MB)

[#005] sha256:5415006581adb1f33cc8812bece89fc606f38bfe3a20c9e7806348a1cc53d758 - 18.66% (28.1 MB)

[#006] sha256:704f454a8559e93519c43da14fc05e9f126dda447aba3625a578ea33b9683c94 - 0.0% (3.31 KB)


History
2023-11-21 05:21:58 UTC

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

2023-11-21 05:21:58 UTC

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

2023-12-06 21:22:41 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-12-06 21:22:41 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-12-06 21:22:41 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-12-06 21:22:41 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-12-06 21:22:51 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-12-06 21:22:56 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-12-06 21:22:56 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-12-06 21:25:29 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-12-06 21:27:29 UTC (buildkit.dockerfile.v0)

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

2023-12-06 21:27:29 UTC (buildkit.dockerfile.v0)

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

2023-12-06 21:27:29 UTC (buildkit.dockerfile.v0)

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

2023-12-06 21:27:29 UTC (buildkit.dockerfile.v0)

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

2023-12-06 21:27:29 UTC (buildkit.dockerfile.v0)

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

2023-12-06 21:27:29 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-12-06 21:27:29 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-12-06 21:27:29 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-12-06 21:28:10 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:ca426296fe928600d0b4b844aee43e2b70a05c6f4032de5f65dcc49f5cedfd82 - 19.75% (28.7 MB)

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

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

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

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

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

[#006] sha256:704f454a8559e93519c43da14fc05e9f126dda447aba3625a578ea33b9683c94 - 0.0% (3.31 KB)


History
2023-11-21 06:27:20 UTC

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

2023-11-21 06:27:21 UTC

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

2023-12-06 21:22:41 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-12-06 21:22:41 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-12-06 21:22:41 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-12-06 21:22:41 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-12-06 21:24:05 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-12-06 21:24:38 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-12-06 21:24:38 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-12-06 21:26:33 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-12-06 21:28:10 UTC (buildkit.dockerfile.v0)

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

2023-12-06 21:28:10 UTC (buildkit.dockerfile.v0)

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

2023-12-06 21:28:10 UTC (buildkit.dockerfile.v0)

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

2023-12-06 21:28:10 UTC (buildkit.dockerfile.v0)

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

2023-12-06 21:28:10 UTC (buildkit.dockerfile.v0)

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

2023-12-06 21:28: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

2023-12-06 21:28:10 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-12-06 21:28:10 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