Namespace
jitsi
Image / Tag
jicofo:unstable-2023-05-24
Content Digest
sha256:afcd2ba0c01ba964139955227447faac5c250f26f3a34c44008cb9061a699961
Details
Created

2023-05-24 20:27:11 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:f03b40093957615593f2ed142961afb6b540507e0b47e3f7626ba5e02efbbbf1 - 20.08% (29.9 MB)

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

[#002] sha256:7e6dd1190990da1a2520cad1e62e6838442d16e481ba64eadaff3233220d1beb - 6.27% (9.35 MB)

[#003] sha256:f30d99db0ed4965eb79ebe34b7b2ba7c2f664f6442a1c598c869d4a297128a31 - 9.16% (13.7 MB)

[#004] sha256:148028e6ce4d11a7cd37aee0d3d210e957fb0a07065cd1facb81ed62d0999c84 - 45.88% (68.4 MB)

[#005] sha256:aa500452474fc189b4cf247bff0bceb8631f7dbdfc0de5a84bb153a4360ac575 - 18.61% (27.8 MB)

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


History
2023-05-23 01:20:14 UTC

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

2023-05-23 01:20:14 UTC

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

2023-05-24 20:21:02 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-05-24 20:21:02 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-05-24 20:21:02 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-05-24 20:21:02 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-05-24 20:21:14 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-05-24 20:21:22 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-05-24 20:21:22 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-05-24 20:24:39 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-05-24 20:27:11 UTC (buildkit.dockerfile.v0)

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

2023-05-24 20:27:11 UTC (buildkit.dockerfile.v0)

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

2023-05-24 20:27:11 UTC (buildkit.dockerfile.v0)

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

2023-05-24 20:27:11 UTC (buildkit.dockerfile.v0)

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

2023-05-24 20:27:11 UTC (buildkit.dockerfile.v0)

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

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

COPY rootfs/ / # buildkit

2023-05-24 20:27:11 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-05-24 20:28:32 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:d981f2c20c93e1c57a46cd87bc5b9a554be5323072a0d0ab4b354aabd237bbcf - 19.93% (28.7 MB)

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

[#002] sha256:024e3bd11564f3495a085efb842e58aa671a7fe314b3276204b77ad23a809971 - 6.49% (9.34 MB)

[#003] sha256:01dada7f74aeb620ec644ff3684afc5decc06b40eb22a596f6f92c38f7939789 - 9.54% (13.7 MB)

[#004] sha256:4409e35b39ea284dad8cfe357d706162cfd05e9885aec29a534da4b9ad93d134 - 44.78% (64.4 MB)

[#005] sha256:94669585cdd44084de61424e2cdcc788402900a1cf41bb2e632f21f2d5fd5f03 - 19.25% (27.7 MB)

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


History
2023-05-23 00:43:15 UTC

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

2023-05-23 00:43:15 UTC

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

2023-05-24 20:21:02 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-05-24 20:21:02 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-05-24 20:21:02 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-05-24 20:21:02 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-05-24 20:22:55 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-05-24 20:23: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-05-24 20:23:38 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-05-24 20:26:00 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-05-24 20:28:32 UTC (buildkit.dockerfile.v0)

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

2023-05-24 20:28:32 UTC (buildkit.dockerfile.v0)

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

2023-05-24 20:28:32 UTC (buildkit.dockerfile.v0)

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

2023-05-24 20:28:32 UTC (buildkit.dockerfile.v0)

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

2023-05-24 20:28:32 UTC (buildkit.dockerfile.v0)

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

2023-05-24 20:28:32 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-05-24 20:28:32 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-05-24 20:28:32 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