Namespace
jitsi
Image / Tag
jicofo:unstable-2022-02-19
Content Digest
sha256:aeb8bfe74e9201e7a381058f42a3ddfa12169057df491e84a34676a7f455fbaf
Details
Created

2022-02-19 06:16:55 UTC

Size

155 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:5eb5b503b37671af16371272f9c5313a3e82f1d0756e14506704489ad9900803 - 19.25% (29.9 MB)

[#001] sha256:c870ae7e2704e27a1f533c3f43d8b8ea333de35e11f6749f551f8c07d5fb6faa - 0.0% (767 Bytes)

[#002] sha256:d8a970d30078b616258ecf1ab2ce67e542b5df02eb2b8dde6165f80533a484a0 - 7.67% (11.9 MB)

[#003] sha256:c5091d306d720de44bdd9884f3abefde4034de1ece96923f0582f9e277b862a2 - 8.8% (13.7 MB)

[#004] sha256:b8f88a159e8fca3135f2202de30835897dca753cbca6371842a0f5a5d017954b - 45.4% (70.6 MB)

[#005] sha256:cdc6035eac30688743360df09d0ff6e663a0e6c810ed9a4f6c0eb80f177f1b18 - 18.89% (29.4 MB)

[#006] sha256:3e5551ca86bb9cb86ad707cf409d1df1676bcbad089a8feb5be437c905f73939 - 0.0% (2.39 KB)


History
2022-01-26 01:40:35 UTC

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

2022-01-26 01:40:36 UTC

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

2022-02-19 06:15:01 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-02-19 06:15:01 UTC (buildkit.dockerfile.v0)

ARG FREP_VERSION=1.3.11

2022-02-19 06:15:01 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-02-19 06:15:01 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-02-19 06:15:14 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=unstable FREP_VERSION=1.3.11 /bin/sh -c apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y apt-transport-https apt-utils ca-certificates gnupg wget && wget -qO - https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-amd64.tar.gz | tar xfz - -C / && wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | gpg --dearmour > /etc/apt/trusted.gpg.d/jitsi.gpg && wget -qO /usr/bin/frep https://github.com/subchen/frep/releases/download/v$FREP_VERSION/frep-$FREP_VERSION-linux-amd64 && 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/frep # buildkit

2022-02-19 06:15:20 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=unstable FREP_VERSION=1.3.11 /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-02-19 06:15:20 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-02-19 06:16:07 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-02-19 06:16:55 UTC (buildkit.dockerfile.v0)

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

2022-02-19 06:16:55 UTC (buildkit.dockerfile.v0)

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

2022-02-19 06:16:55 UTC (buildkit.dockerfile.v0)

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

2022-02-19 06:16:55 UTC (buildkit.dockerfile.v0)

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

2022-02-19 06:16:55 UTC (buildkit.dockerfile.v0)

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

2022-02-19 06:16:55 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-02-19 06:16:55 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-02-19 06:16:55 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