Namespace
jitsi
Image / Tag
jicofo:unstable-2022-12-06
Content Digest
sha256:e172669a8aba17c4d2ffb2d9f63f51454d691351e097db1bb3b73717c2509efa
Details
Created

2022-12-06 06:22:21 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:025c56f98b679f70b7a54241917e56da7b59ab9d2defecc6ebdb0bf2750484bb - 20.2% (30 MB)

[#001] sha256:99786739a3dd64f8f892b9ee98b14e8d4cc5af2da779665b981a18fdc4d33148 - 0.0% (725 Bytes)

[#002] sha256:63c8dadb048ea542704f1a802d92e5260a1f85b8205c323e2c926235553a9153 - 6.03% (8.94 MB)

[#003] sha256:68325d1d5e9858031583b417ca69b43198e722ecf513240314933f4eebe08469 - 9.22% (13.7 MB)

[#004] sha256:8d122834c359e6b064b67a1f569ae9edfbc4a47f76e9d2471281576d7fdebde2 - 46.12% (68.4 MB)

[#005] sha256:009b66e059f04f7f304ad037d0b51c207c9dc14f0dcb6354b0dbd010c8d7169b - 18.42% (27.3 MB)

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


History
2022-12-06 01:20:54 UTC

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

2022-12-06 01:20:54 UTC

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

2022-12-06 06:15:39 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-12-06 06:15:39 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-12-06 06:15:39 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-12-06 06:15:39 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-12-06 06:15:50 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-12-06 06:15: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

2022-12-06 06:15:57 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-12-06 06:19: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

2022-12-06 06:22:21 UTC (buildkit.dockerfile.v0)

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

2022-12-06 06:22:21 UTC (buildkit.dockerfile.v0)

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

2022-12-06 06:22:21 UTC (buildkit.dockerfile.v0)

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

2022-12-06 06:22:21 UTC (buildkit.dockerfile.v0)

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

2022-12-06 06:22:21 UTC (buildkit.dockerfile.v0)

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

2022-12-06 06:22:21 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-12-06 06:22:21 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-12-06 06:22:21 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2022-12-06 06:23: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:6064e7e5b6afa4dc711228eddfd250aebac271830dc184c400ce640020bc2cb0 - 20.06% (28.7 MB)

[#001] sha256:99786739a3dd64f8f892b9ee98b14e8d4cc5af2da779665b981a18fdc4d33148 - 0.0% (725 Bytes)

[#002] sha256:9c5924c690eff1083d562b66b88dee7bea6e694bae47b90762a4b4b5a3f353e4 - 6.24% (8.92 MB)

[#003] sha256:70c8aab781b9a0a167e07cd18af4a01670eae7fc7585d66be01f68376db1fd5f - 9.6% (13.7 MB)

[#004] sha256:2d421833b14679f45f64dd1af788a3bc7c9ea929243303e534e093b67e1e409a - 45.03% (64.4 MB)

[#005] sha256:1788997f4f5d312e04fe119e4297687a409a0af23f0968e5105535083a80721e - 19.07% (27.2 MB)

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


History
2022-12-06 01:40:17 UTC

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

2022-12-06 01:40:17 UTC

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

2022-12-06 06:15:38 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-12-06 06:15:38 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-12-06 06:15:38 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-12-06 06:15:38 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-12-06 06:17:29 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-12-06 06:18:12 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-12-06 06:18:12 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-12-06 06:21:09 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-12-06 06:23:19 UTC (buildkit.dockerfile.v0)

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

2022-12-06 06:23:19 UTC (buildkit.dockerfile.v0)

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

2022-12-06 06:23:19 UTC (buildkit.dockerfile.v0)

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

2022-12-06 06:23:19 UTC (buildkit.dockerfile.v0)

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

2022-12-06 06:23:19 UTC (buildkit.dockerfile.v0)

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

2022-12-06 06:23: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-12-06 06:23:19 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

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