Namespace
jitsi
Image / Tag
jicofo:unstable-2023-02-05
Content Digest
sha256:01de3644b778e3fa8ffd50b40f21ff2a140f96a0768ed643213a6bf2e19d7003
Details
Created

2023-02-05 06:20:32 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:01b5b2efb836d74b8b49da819514eca52e25290d1688db59420ffb9c6b65a03c - 20.11% (29.9 MB)

[#001] sha256:91f7adc05b2a95463540b8e60695d2698772e2a5dd2e5e0d269c15fc75bb9b4a - 0.0% (718 Bytes)

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

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

[#004] sha256:4005228a41afc5c2f543b3d171bbdf228ab2a776c7ca6d4e408c2dae7fccef3c - 45.96% (68.4 MB)

[#005] sha256:b9173a1ab4ddef003a40960c265fd7a1d41eaeffd10b5d5d102e325b78719013 - 18.46% (27.5 MB)

[#006] sha256:4f75d005dc28e908afabfdb39fb437ff09b6b5fd81e3ede2eb95fe32528e50f6 - 0.0% (2.39 KB)


History
2023-02-04 06:51:41 UTC

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

2023-02-04 06:51:41 UTC

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

2023-02-05 06:14:15 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-02-05 06:14:15 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-02-05 06:14:15 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-02-05 06:14:15 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-02-05 06:14:27 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-02-05 06:14:34 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-02-05 06:14:34 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-02-05 06:17:52 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-02-05 06:20:32 UTC (buildkit.dockerfile.v0)

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

2023-02-05 06:20:32 UTC (buildkit.dockerfile.v0)

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

2023-02-05 06:20:32 UTC (buildkit.dockerfile.v0)

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

2023-02-05 06:20:32 UTC (buildkit.dockerfile.v0)

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

2023-02-05 06:20:32 UTC (buildkit.dockerfile.v0)

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

2023-02-05 06:20:32 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-02-05 06:20:32 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-02-05 06:20:32 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-02-05 06:21:28 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:f79f8cc5c20d534298dd6317333f38b7691da6d66e063ff10699727982c852be - 19.96% (28.7 MB)

[#001] sha256:91f7adc05b2a95463540b8e60695d2698772e2a5dd2e5e0d269c15fc75bb9b4a - 0.0% (718 Bytes)

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

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

[#004] sha256:bab605c6f1cb7ac27d43e06f15b8ada03f37e6ab7c23494acece6eebed8ceaa7 - 44.87% (64.4 MB)

[#005] sha256:391f1529e8f1e8913b11f3da46c696b76d5a8a7ef9e75a1824eb85b78930bb15 - 19.1% (27.4 MB)

[#006] sha256:4f75d005dc28e908afabfdb39fb437ff09b6b5fd81e3ede2eb95fe32528e50f6 - 0.0% (2.39 KB)


History
2023-02-04 06:17:37 UTC

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

2023-02-04 06:17:37 UTC

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

2023-02-05 06:14:15 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-02-05 06:14:15 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-02-05 06:14:15 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-02-05 06:14:15 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-02-05 06:16:07 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-02-05 06:16:50 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-02-05 06:16:50 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-02-05 06:19:17 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-02-05 06:21:28 UTC (buildkit.dockerfile.v0)

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

2023-02-05 06:21:28 UTC (buildkit.dockerfile.v0)

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

2023-02-05 06:21:28 UTC (buildkit.dockerfile.v0)

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

2023-02-05 06:21:28 UTC (buildkit.dockerfile.v0)

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

2023-02-05 06:21:28 UTC (buildkit.dockerfile.v0)

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

2023-02-05 06:21:28 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-02-05 06:21:28 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-02-05 06:21:28 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