Namespace
jitsi
Image / Tag
jicofo:unstable-2022-07-20
Content Digest
sha256:613b13327ba8865daf823cd88ee7839397896b4b31a3b300134082b76efc222e
Details
Created

2022-07-20 06:26:30 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:461246efe0a75316d99afdbf348f7063b57b0caeee8daab775f1f08152ea36f4 - 19.89% (29.9 MB)

[#001] sha256:6903c3d37c30239b7220b6f5dd9fcefc6981458f1c17cf58fbebd5a4cbad51ca - 0.0% (726 Bytes)

[#002] sha256:995cfc80861cc592648c942b7a1f1fbaf6f2b6de0e9d3d61b209570da6e38b88 - 6.07% (9.13 MB)

[#003] sha256:ebce55c8fffee88e91fa75b898a7a7aea81f94df8cabe7b3dd8d2f2b1519c1fe - 9.09% (13.7 MB)

[#004] sha256:5343d0803cd87f799325522eb90fe22fa14f53742522fee2afba17704dcff64d - 46.94% (70.6 MB)

[#005] sha256:4e6682f2506c054b6b0442bf2941aba79e5b5054bdaf1cc9a2d04eb27a1f60c7 - 18.02% (27.1 MB)

[#006] sha256:7bb1ac2ca2f15193e5f4e41a732c4db49364e8b88fdf3d3118a4230afa372d90 - 0.0% (2.55 KB)


History
2022-07-12 01:20:10 UTC

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

2022-07-12 01:20:10 UTC

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

2022-07-20 06:18:24 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-07-20 06:18:24 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-07-20 06:18:24 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-07-20 06:18:24 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-07-20 06:18:42 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.1/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

2022-07-20 06:18:52 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

2022-07-20 06:18:52 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-07-20 06:23: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

2022-07-20 06:26:30 UTC (buildkit.dockerfile.v0)

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

2022-07-20 06:26:30 UTC (buildkit.dockerfile.v0)

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

2022-07-20 06:26:30 UTC (buildkit.dockerfile.v0)

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

2022-07-20 06:26:30 UTC (buildkit.dockerfile.v0)

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

2022-07-20 06:26:30 UTC (buildkit.dockerfile.v0)

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

2022-07-20 06:26:30 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

2022-07-20 06:26:30 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-07-20 06:26:30 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2022-07-20 06:27:19 UTC

Size

143 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:60197a4c18d4b386d371cf39d01c48e98c357bba06da0b070a3c1f75006fd838 - 20.06% (28.7 MB)

[#001] sha256:6903c3d37c30239b7220b6f5dd9fcefc6981458f1c17cf58fbebd5a4cbad51ca - 0.0% (726 Bytes)

[#002] sha256:699ebad9cc0302daa0e4bc246def7fbe441bb5dbdc3fd879d0759b9c71487b3a - 6.38% (9.12 MB)

[#003] sha256:279aea89e36a55918de5fda7699d537e2088ad244e3411546e0b55165965b66b - 9.6% (13.7 MB)

[#004] sha256:c79ac0030a3aae2cb8d0d1a648d774d8afb703d001450261837798717ce723e7 - 45.02% (64.3 MB)

[#005] sha256:f72d07b7a4fe2c0933415ca9033c17f98449697c4574e97f47e95b096fb5670f - 18.93% (27 MB)

[#006] sha256:7bb1ac2ca2f15193e5f4e41a732c4db49364e8b88fdf3d3118a4230afa372d90 - 0.0% (2.55 KB)


History
2022-07-12 00:40:34 UTC

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

2022-07-12 00:40:35 UTC

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

2022-07-20 06:18:24 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-07-20 06:18:24 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-07-20 06:18:24 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-07-20 06:18:24 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-07-20 06:21:02 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.1/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

2022-07-20 06:22:01 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

2022-07-20 06:22:01 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-07-20 06:25:17 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

2022-07-20 06:27:19 UTC (buildkit.dockerfile.v0)

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

2022-07-20 06:27:19 UTC (buildkit.dockerfile.v0)

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

2022-07-20 06:27:19 UTC (buildkit.dockerfile.v0)

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

2022-07-20 06:27:19 UTC (buildkit.dockerfile.v0)

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

2022-07-20 06:27:19 UTC (buildkit.dockerfile.v0)

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

2022-07-20 06:27:19 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

2022-07-20 06:27:19 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-07-20 06:27:19 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