Namespace
jitsi
Image / Tag
jicofo:unstable-2023-12-20
Content Digest
sha256:3b6fa0802db2c3836ba6a715d139af57027563cc6814324eb5d816d36fbce4d7
Details
Created

2023-12-20 06:08:27 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:b5a0d5c14ba9ece1eecd5137c468d9a123372b0af2ed2c8c4446137730c90e5b - 19.89% (30 MB)

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

[#002] sha256:06821927098ee0a7cbc2351e276945ef6e4e1903de1505f987ccfcae0eb89ebd - 6.08% (9.16 MB)

[#003] sha256:3beb68a4efa0d2393f0079e903dd1d478e579d8fac10de1a04a1c16c414d175c - 9.08% (13.7 MB)

[#004] sha256:495b75d9b0ec1da1f97bdc3e8a1a1a57d38a755e608abd9cc5e3daa855f2b7db - 46.29% (69.7 MB)

[#005] sha256:5bba238791824a317a9171075033bc7daab177bfc1046e3258140a7d11977633 - 18.66% (28.1 MB)

[#006] sha256:350c0492181b605c17b4f7a345e930934d8c73ce4e40ac04b0a4d0dc0924d32f - 0.0% (3.31 KB)


History
2023-12-19 01:20:50 UTC

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

2023-12-19 01:20:50 UTC

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

2023-12-20 06:03:31 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-12-20 06:03:31 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-12-20 06:03:31 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-12-20 06:03:31 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2023-12-20 06:03:40 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-12-20 06:03:45 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-12-20 06:03:45 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-12-20 06:06:24 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-12-20 06:08:27 UTC (buildkit.dockerfile.v0)

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

2023-12-20 06:08:27 UTC (buildkit.dockerfile.v0)

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

2023-12-20 06:08:27 UTC (buildkit.dockerfile.v0)

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

2023-12-20 06:08:27 UTC (buildkit.dockerfile.v0)

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

2023-12-20 06:08:27 UTC (buildkit.dockerfile.v0)

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

2023-12-20 06:08:27 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-12-20 06:08:27 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-12-20 06:08:27 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-12-20 06:09:08 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:2244706f264b35566276550fbc21ada79613ddfff850e372b8f5113110a67c93 - 19.75% (28.7 MB)

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

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

[#003] sha256:284dbb45b9187d07e919dcebe9e87bbb6323cb5ea942c1957b2b8fad0cc83e41 - 9.45% (13.7 MB)

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

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

[#006] sha256:350c0492181b605c17b4f7a345e930934d8c73ce4e40ac04b0a4d0dc0924d32f - 0.0% (3.31 KB)


History
2023-12-19 01:41:25 UTC

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

2023-12-19 01:41:25 UTC

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

2023-12-20 06:03:31 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2023-12-20 06:03:31 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2023-12-20 06:03:31 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2023-12-20 06:03:31 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

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

ENTRYPOINT ["/init"]

2023-12-20 06:07:28 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-12-20 06:09:08 UTC (buildkit.dockerfile.v0)

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

2023-12-20 06:09:08 UTC (buildkit.dockerfile.v0)

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

2023-12-20 06:09:08 UTC (buildkit.dockerfile.v0)

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

2023-12-20 06:09:08 UTC (buildkit.dockerfile.v0)

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

2023-12-20 06:09:08 UTC (buildkit.dockerfile.v0)

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

2023-12-20 06:09:08 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-12-20 06:09:08 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2023-12-20 06:09:08 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