Namespace
jitsi
Image / Tag
jicofo:unstable-2023-04-18
Content Digest
sha256:70104a002310dc4d4e6111bbb5a1079359e7edd19f83252f38577e6103df4392
Details
Created

2023-04-18 21:57:39 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:26c5c85e47da3022f1bdb9a112103646c5c29517d757e95426f16e4bd9533405 - 20.12% (30 MB)

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

[#002] sha256:657cd98e3ac5097e61c0f6b369c7e2446373b7ea51cc56b96f114d78052d745a - 6.28% (9.35 MB)

[#003] sha256:c286fe86bec260cbeb72c877fdfa653fcd93503049f363a5f2b045fff226a29d - 9.18% (13.7 MB)

[#004] sha256:4fcf6ef375366638a52ef58a757d7666dbe35bf6cfe46f7f94836879f8df1c2d - 45.94% (68.4 MB)

[#005] sha256:bf647b8083d9f1ec7d5d6c46007ffc69a64b23fc258fa96923645ccc7ce5d1c4 - 18.47% (27.5 MB)

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


History
2023-04-12 00:20:06 UTC

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

2023-04-12 00:20:06 UTC

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

2023-04-18 21:51:39 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-04-18 21:51:39 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-04-18 21:51:39 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-04-18 21:51:39 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-04-18 21:51:51 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-04-18 21:51:57 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-04-18 21:51:57 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-04-18 21:55:12 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-04-18 21:57:39 UTC (buildkit.dockerfile.v0)

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

2023-04-18 21:57:39 UTC (buildkit.dockerfile.v0)

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

2023-04-18 21:57:39 UTC (buildkit.dockerfile.v0)

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

2023-04-18 21:57:39 UTC (buildkit.dockerfile.v0)

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

2023-04-18 21:57:39 UTC (buildkit.dockerfile.v0)

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

2023-04-18 21:57:39 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-04-18 21:57:39 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-04-18 21:57:39 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-04-18 21:58:36 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:ebc3dc5a2d72427c585c8cda7574a75d96e04b9a37572bd3af0bff905abefbb9 - 19.97% (28.7 MB)

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

[#002] sha256:dc0704bc78abd6258780e186b0139b5cd5ae119b67ec29c8bdb52587496fee5b - 6.5% (9.34 MB)

[#003] sha256:702dfe4a40d8931565bb69ec555929efa968c6a778d13a4f04d7fbb2e4e07606 - 9.56% (13.7 MB)

[#004] sha256:bd039bc43bff6d5ee322d7bd958a63dfe88cbf0b3078f9d175f0a8ef5efa1f9b - 44.85% (64.4 MB)

[#005] sha256:e26a0ba672eb0a4be4d6cb2344cc3ca4179c57ab45b5e328434f690ea913d4f6 - 19.12% (27.4 MB)

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


History
2023-04-12 00:39:49 UTC

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

2023-04-12 00:39:49 UTC

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

2023-04-18 21:51:39 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-04-18 21:51:39 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-04-18 21:51:39 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-04-18 21:51:39 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-04-18 21:53:30 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-04-18 21:54:13 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-04-18 21:54:13 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-04-18 21:56:35 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-04-18 21:58:36 UTC (buildkit.dockerfile.v0)

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

2023-04-18 21:58:36 UTC (buildkit.dockerfile.v0)

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

2023-04-18 21:58:36 UTC (buildkit.dockerfile.v0)

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

2023-04-18 21:58:36 UTC (buildkit.dockerfile.v0)

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

2023-04-18 21:58:36 UTC (buildkit.dockerfile.v0)

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

2023-04-18 21:58:36 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-04-18 21:58:36 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-04-18 21:58:36 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