Namespace
jitsi
Image / Tag
jicofo:unstable-2023-11-04
Content Digest
sha256:9a7e13e02824b7ccffc8b3442a5ee2cd2e6e3a6ebbb77fe3d0e5f0cf8737d0cb
Details
Created

2023-11-04 06:10:05 UTC

Size

151 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:0bc8ff246cb8ff91066742f8f7ded40397e7aaaa925200b7bec5382d1ffcd6a0 - 19.89% (30 MB)

[#001] sha256:c2a364a7814a12f8d62a867c0ac3f49a2e518ad7c1b432de397d43df1c44f933 - 0.0% (711 Bytes)

[#002] sha256:21dbf7e903cebfac6fb18af06b3ae0a68168987f99b4acda75c4ccebb2e7a54d - 6.08% (9.16 MB)

[#003] sha256:450d7887488a9cf43024233dc5c1cf28566e722420dd8bbdf111b74ed1b8f316 - 9.08% (13.7 MB)

[#004] sha256:98b0671cc0e2eeb64e2d99270d796fac6aa2348c5a91a08d4d3eba4517670000 - 46.29% (69.7 MB)

[#005] sha256:014bb541d68909f6944f4961016d9c4c2d2017581084983fb1d2ce449965263c - 18.66% (28.1 MB)

[#006] sha256:3f10db78fa461ad11231d5199e05f113ea5d7ee0f5c945cae07ae962d551bd4b - 0.0% (3.3 KB)


History
2023-11-01 00:21:11 UTC

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

2023-11-01 00:21:12 UTC

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

2023-11-04 06:04:01 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-11-04 06:04:01 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-11-04 06:04:01 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-11-04 06:04:01 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-11-04 06:04:11 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-11-04 06:04:16 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-11-04 06:04:16 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-11-04 06:07:14 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-11-04 06:10:05 UTC (buildkit.dockerfile.v0)

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

2023-11-04 06:10:05 UTC (buildkit.dockerfile.v0)

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

2023-11-04 06:10:05 UTC (buildkit.dockerfile.v0)

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

2023-11-04 06:10:05 UTC (buildkit.dockerfile.v0)

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

2023-11-04 06:10:05 UTC (buildkit.dockerfile.v0)

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

2023-11-04 06:10:05 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-11-04 06:10:05 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-11-04 06:10:05 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-11-04 06:11:02 UTC

Size

145 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:6e498137f0ed1053c364a5c8a688616b4abee72496a0b97cc71ea5e603565070 - 19.75% (28.7 MB)

[#001] sha256:c2a364a7814a12f8d62a867c0ac3f49a2e518ad7c1b432de397d43df1c44f933 - 0.0% (711 Bytes)

[#002] sha256:a36c2ad91b8cc65b4e906dd616eb905520a907d00ffda4b5d3d15709c0c43c15 - 6.3% (9.14 MB)

[#003] sha256:2210350f788354cb9cf3dc2ea09dbfbdbdaae2e4c8e9745560c3b331ad0f6c28 - 9.45% (13.7 MB)

[#004] sha256:ae96344ed150472dcd56bc78cc460140d3e3a331622008d847d2a9cda898e95e - 45.19% (65.6 MB)

[#005] sha256:9e2449219fbbdbb529d02b301eb8a28795494097bf4698111e208d4d5cd6afb7 - 19.32% (28 MB)

[#006] sha256:3f10db78fa461ad11231d5199e05f113ea5d7ee0f5c945cae07ae962d551bd4b - 0.0% (3.3 KB)


History
2023-11-01 00:39:55 UTC

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

2023-11-01 00:39:56 UTC

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

2023-11-04 06:04:01 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-11-04 06:04:01 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-11-04 06:04:01 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-11-04 06:04:01 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-11-04 06:05:26 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-11-04 06:05:59 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-11-04 06:05:59 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-11-04 06:08:42 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-11-04 06:11:02 UTC (buildkit.dockerfile.v0)

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

2023-11-04 06:11:02 UTC (buildkit.dockerfile.v0)

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

2023-11-04 06:11:02 UTC (buildkit.dockerfile.v0)

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

2023-11-04 06:11:02 UTC (buildkit.dockerfile.v0)

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

2023-11-04 06:11:02 UTC (buildkit.dockerfile.v0)

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

2023-11-04 06:11:02 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-11-04 06:11:02 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-11-04 06:11:02 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