Namespace
jitsi
Image / Tag
jicofo:stable-7439-2
Content Digest
sha256:26a9dd6031ea3ac117a9e0c76634284a443892caf93fb8ebb404b628c06dc70e
Details
Created

2022-06-24 10:35:22 UTC

Size

137 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:b85a868b505ffd0342a37e6a3b1c49f7c71878afe569a807e6238ef08252fcb7 - 21.81% (29.9 MB)

[#001] sha256:58b6dff5f958b4747d9cb1367213bb67f2cd3f48a8660211c941cda25c600300 - 0.0% (734 Bytes)

[#002] sha256:9315d59f195b7301f1bf9b22bffd712876e6eea128b911784346803d0b4a9d62 - 6.52% (8.94 MB)

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

[#004] sha256:bbc4b685d5c183353aa30e16ff1625b763399ae857f28a962b5379ddbfb546c1 - 51.7% (70.9 MB)

[#005] sha256:d5ec05cfd0b80966984939fa4179e3e7bd0211395da9951b924f2d349b72fd93 - 19.97% (27.4 MB)

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


History
2022-06-23 00:20:27 UTC

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

2022-06-23 00:20:27 UTC

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

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

ARG JITSI_RELEASE=stable

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

ARG TARGETPLATFORM

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

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

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

COPY rootfs / # buildkit

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

ENTRYPOINT ["/init"]

2022-06-23 19:06:41 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-06-24 10:35:22 UTC (buildkit.dockerfile.v0)

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

2022-06-24 10:35:22 UTC (buildkit.dockerfile.v0)

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

2022-06-24 10:35:22 UTC (buildkit.dockerfile.v0)

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

2022-06-24 10:35:22 UTC (buildkit.dockerfile.v0)

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

2022-06-24 10:35:22 UTC (buildkit.dockerfile.v0)

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

2022-06-24 10:35:22 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-06-24 10:35:22 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-06-24 10:35:22 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2022-06-24 10:36:10 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:3b157c852f2736e12f09046f214fe5f6a0b1652bd860269b3988c92a197026e8 - 22.13% (28.7 MB)

[#001] sha256:58b6dff5f958b4747d9cb1367213bb67f2cd3f48a8660211c941cda25c600300 - 0.0% (734 Bytes)

[#002] sha256:213aba57a7e896f3a25a659756bb0e10cda7004f9dc21252788de57eedaaff22 - 6.89% (8.92 MB)

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

[#004] sha256:3416ea572b0f32f4ea76d76093277e46c06f766b8605e1a9d31617a0e314b4fa - 49.89% (64.6 MB)

[#005] sha256:aa7b3154f57992ffe810d2e8f1f5ad8ebee56b9254cc4650c0f5552413af4eb4 - 21.09% (27.3 MB)

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


History
2022-06-23 00:40:43 UTC

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

2022-06-23 00:40:44 UTC

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

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

ARG JITSI_RELEASE=stable

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

ARG TARGETPLATFORM

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

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

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

COPY rootfs / # buildkit

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

ENTRYPOINT ["/init"]

2022-06-23 19:08:34 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-06-24 10:36:10 UTC (buildkit.dockerfile.v0)

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

2022-06-24 10:36:10 UTC (buildkit.dockerfile.v0)

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

2022-06-24 10:36:10 UTC (buildkit.dockerfile.v0)

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

2022-06-24 10:36:10 UTC (buildkit.dockerfile.v0)

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

2022-06-24 10:36:10 UTC (buildkit.dockerfile.v0)

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

2022-06-24 10:36:10 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-06-24 10:36:10 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-06-24 10:36:10 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