Namespace
jitsi
Image / Tag
jicofo:stable-7648-4
Content Digest
sha256:4a3ffa7100bd6f81d65845e047fdd419e4caa456182ce57cea99f48e571f92aa
Details
Created

2022-08-26 13:05:03 UTC

Size

135 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:7a6db449b51b92eac5c81cdbd82917785343f1664b2be57b22337b0a40c5b29d - 22.15% (29.9 MB)

[#001] sha256:9f4fb60f89e793468ccbf4b4bdbc065c196f5fc6787a52467dd78401e3c3c17f - 0.0% (744 Bytes)

[#002] sha256:0c923a1884a2127334741a8fe86d9d7cc062fca3002c9ff20cf69730a472ca43 - 6.66% (8.99 MB)

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

[#004] sha256:81ced599f5548d5de7634ead0d2014626e26bccb3dc755499e1d76c459eb3b15 - 50.85% (68.7 MB)

[#005] sha256:6a1995e733e709b437aa9b1a77621c08a2e9ad8317e46c7e9a46105fe43b87d4 - 20.33% (27.5 MB)

[#006] sha256:fc05e7c34d08f2765fc14bf6fd25b2049f4855e9d6bdf1f0fe2ea5295bb03066 - 0.0% (2.58 KB)


History
2022-08-23 00:20:50 UTC

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

2022-08-23 00:20:51 UTC

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

2022-08-26 12:52:07 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-08-26 12:52:07 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-08-26 12:52:07 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-08-26 12:52:07 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-08-26 12:52:25 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.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-08-26 12:52:25 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

2022-08-26 12:52:25 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-08-26 12:54:51 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-08-26 13:05:03 UTC (buildkit.dockerfile.v0)

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

2022-08-26 13:05:03 UTC (buildkit.dockerfile.v0)

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

2022-08-26 13:05:03 UTC (buildkit.dockerfile.v0)

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

2022-08-26 13:05:03 UTC (buildkit.dockerfile.v0)

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

2022-08-26 13:05:03 UTC (buildkit.dockerfile.v0)

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

2022-08-26 13:05:03 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-08-26 13:05:03 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-08-26 13:05:03 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2022-08-26 13:08:01 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:5b142346550416c75ea412d21741de5eaf3e76857affc12fab789277f81f53b3 - 22.1% (28.7 MB)

[#001] sha256:9f4fb60f89e793468ccbf4b4bdbc065c196f5fc6787a52467dd78401e3c3c17f - 0.0% (744 Bytes)

[#002] sha256:fea4bb79355739c530f9b99253ee8f3a254c3e32a05d21036f2e0316d81c579c - 6.92% (8.98 MB)

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

[#004] sha256:da076e46704a79778a0ce2a1010ba246832ab89843feeb7786a90a7a117da0ba - 49.85% (64.7 MB)

[#005] sha256:ac59df1c4d1df2c7297aaf17cd511ba6dca103f6ba586ff714005f4db87076ee - 21.12% (27.4 MB)

[#006] sha256:fc05e7c34d08f2765fc14bf6fd25b2049f4855e9d6bdf1f0fe2ea5295bb03066 - 0.0% (2.58 KB)


History
2022-08-23 01:52:32 UTC

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

2022-08-23 01:52:33 UTC

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

2022-08-26 12:52:07 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-08-26 12:52:07 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-08-26 12:52:07 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-08-26 12:52:07 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-08-26 12:54:06 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.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-08-26 12:54:06 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

2022-08-26 12:54:06 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-08-26 12:56:16 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-08-26 13:08:01 UTC (buildkit.dockerfile.v0)

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

2022-08-26 13:08:01 UTC (buildkit.dockerfile.v0)

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

2022-08-26 13:08:01 UTC (buildkit.dockerfile.v0)

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

2022-08-26 13:08:01 UTC (buildkit.dockerfile.v0)

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

2022-08-26 13:08:01 UTC (buildkit.dockerfile.v0)

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

2022-08-26 13:08:01 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-08-26 13:08:01 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-08-26 13:08:01 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