Namespace
jitsi
Image / Tag
jicofo:unstable-2022-10-16
Content Digest
sha256:5cc082cb4f8de3624beade9fb9e1cc2d1c22d61cdd5687a9a84acf0350abd2df
Details
Created

2022-10-16 06:32:33 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:bd159e379b3b1bc0134341e4ffdeab5f966ec422ae04818bb69ecef08a823b05 - 20.11% (30 MB)

[#001] sha256:4cc4b4f030d8d00953b14b42f61ded3d54407e691b1ff933315802ea6f4eb049 - 0.0% (723 Bytes)

[#002] sha256:acbd25098e2a6d8d1ffcbce3e718af29412c6958cbb76c963121659e9ec64254 - 6.51% (9.7 MB)

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

[#004] sha256:b533f124902966076e4b2932cc94b7d147d2aeb7d0ac0815933804ad5cd2b9ed - 45.9% (68.4 MB)

[#005] sha256:750b2a4e4b0bb6730c65bd68f47adb1a41a6b3287f3f307163c2a4cf6242d3e4 - 18.3% (27.3 MB)

[#006] sha256:26a1712629583537dcae5980b61e60d1e697443dc80a71d14b82f116614905de - 0.0% (2.55 KB)


History
2022-10-04 23:26:39 UTC

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

2022-10-04 23:26:39 UTC

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

2022-10-16 06:25:14 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-10-16 06:25:14 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-10-16 06:25:14 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-10-16 06:25:14 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-10-16 06:25:33 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-10-16 06:25:42 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-10-16 06:25:42 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-10-16 06:29:57 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-10-16 06:32:33 UTC (buildkit.dockerfile.v0)

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

2022-10-16 06:32:33 UTC (buildkit.dockerfile.v0)

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

2022-10-16 06:32:33 UTC (buildkit.dockerfile.v0)

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

2022-10-16 06:32:33 UTC (buildkit.dockerfile.v0)

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

2022-10-16 06:32:33 UTC (buildkit.dockerfile.v0)

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

2022-10-16 06:32:33 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-10-16 06:32:33 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-10-16 06:32:33 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2022-10-16 06:33:50 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:df8e44b0463f16c791d040e02e9c3ef8ec2a84245d365f088a80a22a455c71e8 - 19.96% (28.7 MB)

[#001] sha256:4cc4b4f030d8d00953b14b42f61ded3d54407e691b1ff933315802ea6f4eb049 - 0.0% (723 Bytes)

[#002] sha256:c576a955ee6a5ed7e3881311e6a358b5cf79d865ed2ffa21992318ee16ffb780 - 6.74% (9.68 MB)

[#003] sha256:74a25114ae0e6b948fc9bd7eee8756ae09dea2c2d8da8b1c5d51486b175af9f0 - 9.55% (13.7 MB)

[#004] sha256:d66faa7f7f5305d48b7a7dbfd4d724858b4c305b100c310fa669a871da513e82 - 44.81% (64.4 MB)

[#005] sha256:258a158d73b6c0c595fca138ee8bb9692b5b1c6013dce2eb1cf95a8a5143ea90 - 18.94% (27.2 MB)

[#006] sha256:26a1712629583537dcae5980b61e60d1e697443dc80a71d14b82f116614905de - 0.0% (2.55 KB)


History
2022-10-04 23:44:42 UTC

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

2022-10-04 23:44:43 UTC

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

2022-10-16 06:25:14 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-10-16 06:25:14 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-10-16 06:25:14 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-10-16 06:25:14 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-10-16 06:27:56 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-10-16 06:28:54 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-10-16 06:28:54 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-10-16 06:31:20 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-10-16 06:33:50 UTC (buildkit.dockerfile.v0)

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

2022-10-16 06:33:50 UTC (buildkit.dockerfile.v0)

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

2022-10-16 06:33:50 UTC (buildkit.dockerfile.v0)

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

2022-10-16 06:33:50 UTC (buildkit.dockerfile.v0)

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

2022-10-16 06:33:50 UTC (buildkit.dockerfile.v0)

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

2022-10-16 06:33:50 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-10-16 06:33:50 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-10-16 06:33:50 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