Namespace
jitsi
Image / Tag
jicofo:unstable-2023-01-01
Content Digest
sha256:37bfe4d5d964b3e47d4c53c99696744ca5a8218db0fb133d319bb0b76d62f245
Details
Created

2023-01-01 06:20:43 UTC

Size

148 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:3f4ca61aafcd4fc07267a105067db35c0f0ac630e1970f3cd0c7bf552780e985 - 20.17% (29.9 MB)

[#001] sha256:b5cf40619422803a38828881a963d27d2e3f8d23fe32f49ad58c674d6c780587 - 0.0% (720 Bytes)

[#002] sha256:bd5c38bf8e3d8a391e6b9e85d274fc36fe7c0210d8d0db6c99149c208f1507eb - 6.15% (9.13 MB)

[#003] sha256:b2bd35a9bede1fb129661bbd35d7e54045482dcd88ae9af77a406332db5e29b6 - 9.21% (13.7 MB)

[#004] sha256:310e216a08e580e97678c827adcfa0ab0602542e39e7bbe45c2428a09fbf3782 - 46.06% (68.4 MB)

[#005] sha256:60856f86a84018296e30a35c3ae1884b3d52e57ff2654121b4e2feddffc2d7b5 - 18.4% (27.3 MB)

[#006] sha256:d5f9cb943748555e9cb0546ec1c923b89d6eef6b87867d82e9b5a3fc21b1fce1 - 0.0% (2.42 KB)


History
2022-12-21 01:20:32 UTC

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

2022-12-21 01:20:33 UTC

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

2023-01-01 06:14:17 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-01-01 06:14:17 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-01-01 06:14:17 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-01-01 06:14:17 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-01-01 06:14:29 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

2023-01-01 06:14:35 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-01-01 06:14:35 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-01-01 06:17:44 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-01 06:20:43 UTC (buildkit.dockerfile.v0)

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

2023-01-01 06:20:43 UTC (buildkit.dockerfile.v0)

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

2023-01-01 06:20:43 UTC (buildkit.dockerfile.v0)

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

2023-01-01 06:20:43 UTC (buildkit.dockerfile.v0)

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

2023-01-01 06:20:43 UTC (buildkit.dockerfile.v0)

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

2023-01-01 06:20:43 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-01 06:20:43 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-01-01 06:20:43 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-01-01 06:22:09 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:4b7f5b2a311310809ab89d92f6f71b0462722fe855d3b92c93098a528aa08791 - 20.02% (28.7 MB)

[#001] sha256:b5cf40619422803a38828881a963d27d2e3f8d23fe32f49ad58c674d6c780587 - 0.0% (720 Bytes)

[#002] sha256:a654cb595f51d647df017bf02ec2eb0ee8d58d2bab0fbdd08401465d55aa1a45 - 6.37% (9.12 MB)

[#003] sha256:ab0534dc18cd95b9eb582e2aa11c273ad6ae2710e336d23d8fbcea7840ad03d8 - 9.59% (13.7 MB)

[#004] sha256:74afefca3c46e34acc1613fd6642f41b343fcac36daec2af09d313aeb972250f - 44.97% (64.4 MB)

[#005] sha256:04d922e7f56526da153844fc3b32eac778a3b0955ed661652af850994e9c6883 - 19.05% (27.3 MB)

[#006] sha256:d5f9cb943748555e9cb0546ec1c923b89d6eef6b87867d82e9b5a3fc21b1fce1 - 0.0% (2.42 KB)


History
2022-12-21 01:39:48 UTC

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

2022-12-21 01:39:48 UTC

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

2023-01-01 06:14:17 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-01-01 06:14:17 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-01-01 06:14:17 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-01-01 06:14:17 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-01-01 06:16:09 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

2023-01-01 06:16:52 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-01-01 06:16:52 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-01-01 06:19:08 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-01 06:22:09 UTC (buildkit.dockerfile.v0)

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

2023-01-01 06:22:09 UTC (buildkit.dockerfile.v0)

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

2023-01-01 06:22:09 UTC (buildkit.dockerfile.v0)

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

2023-01-01 06:22:09 UTC (buildkit.dockerfile.v0)

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

2023-01-01 06:22:09 UTC (buildkit.dockerfile.v0)

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

2023-01-01 06:22:09 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-01 06:22:09 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-01-01 06:22:09 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