Namespace
jitsi
Image / Tag
jicofo:stable-8252
Content Digest
sha256:53bf4adbb2196f52653d8b0cd2f803e43d0f50eb53fe4e11a164c201242cfa9c
Details
Created

2023-01-31 10:30:42 UTC

Size

136 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:8740c948ffd4c816ea7ca963f99ca52f4788baa23f228da9581a9ea2edd3fcd7 - 22.04% (29.9 MB)

[#001] sha256:86b55d94238c3e31aa3b75fcd2409472c62b101362fa86945a747ac4030e0acf - 0.0% (739 Bytes)

[#002] sha256:71b73aa3a83b779c9fbe8febe8c0ce21f7b02903e692f490902f6047f607f8b6 - 6.88% (9.35 MB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:70ca7ec031dd67c48ef96085f2424a318ca664bdef8c2c8fec0b1ab352cde6fe - 50.6% (68.8 MB)

[#005] sha256:dc50690615d0a4abfe7ecbac85eefdc52eb1bab16461a77574c5e1e6b8428b69 - 20.48% (27.8 MB)

[#006] sha256:7c6424499310a535116d8f99fcfbd1ad6c60d18141f87f38a0df57333a2bfeab - 0.0% (2.43 KB)


History
2023-01-11 02:34:44 UTC

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

2023-01-11 02:34:44 UTC

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

2023-01-13 14:00:02 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-01-13 14:00:02 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-01-13 14:00:02 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-01-13 14:00:02 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-01-31 10:18:46 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=stable 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-01-31 10:18:47 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=stable 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-01-31 10:18:47 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-01-31 10:21:23 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-01-31 10:30:42 UTC (buildkit.dockerfile.v0)

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

2023-01-31 10:30:42 UTC (buildkit.dockerfile.v0)

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

2023-01-31 10:30:42 UTC (buildkit.dockerfile.v0)

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

2023-01-31 10:30:42 UTC (buildkit.dockerfile.v0)

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

2023-01-31 10:30:42 UTC (buildkit.dockerfile.v0)

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

2023-01-31 10:30:42 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-01-31 10:30:42 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-01-31 10:30:42 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-01-31 10:31:54 UTC

Size

130 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:934ce60d1040c5d4922bae5879321a398777457b7514de02ef69ece49e6aa907 - 21.96% (28.7 MB)

[#001] sha256:86b55d94238c3e31aa3b75fcd2409472c62b101362fa86945a747ac4030e0acf - 0.0% (739 Bytes)

[#002] sha256:69dc7c022a5235d1f7a183cbcb972348234b403e83e43ea6ccb29a81cf10333a - 7.16% (9.34 MB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:078326892d72f1e0094b4f35434eae6c9b6a37fded25d645de50d230dd5ed226 - 49.61% (64.7 MB)

[#005] sha256:de11fb0f4b7122e44d9f5028bd3d495dcb48edb7994ea57fea8bfa86f172ce67 - 21.28% (27.8 MB)

[#006] sha256:7c6424499310a535116d8f99fcfbd1ad6c60d18141f87f38a0df57333a2bfeab - 0.0% (2.43 KB)


History
2023-01-11 02:57:34 UTC

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

2023-01-11 02:57:35 UTC

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

2023-01-13 14:00:02 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-01-13 14:00:02 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-01-13 14:00:02 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-01-13 14:00:02 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-01-31 10:20:39 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=stable 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-01-31 10:20:40 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=stable 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-01-31 10:20:40 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-01-31 10:23:01 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-01-31 10:31:54 UTC (buildkit.dockerfile.v0)

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

2023-01-31 10:31:54 UTC (buildkit.dockerfile.v0)

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

2023-01-31 10:31:54 UTC (buildkit.dockerfile.v0)

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

2023-01-31 10:31:54 UTC (buildkit.dockerfile.v0)

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

2023-01-31 10:31:54 UTC (buildkit.dockerfile.v0)

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

2023-01-31 10:31:54 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-01-31 10:31:54 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-01-31 10:31:54 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