Namespace
jitsi
Image / Tag
jvb:stable-5390-2
Content Digest
sha256:7be4149dc43463bf7be85259ebfa3f5504eaf2ff508a566a2552936c29df5d00
Details
Created

2021-01-29 20:34:29 UTC

Size

128 MB

Content Digest
Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

S6_BEHAVIOUR_IF_STAGE2_FAILS

2


Layers

[#000] sha256:a076a628af6f7dcabc536bee373c0d9b48d9f0516788e64080c4e841746e6ce6 - 20.14% (25.9 MB)

[#001] sha256:d8bbdc3034e9a0b48dafc29e64fe1ced9ee37d2052f3eefecbdd5f62ccd243a2 - 0.0% (843 Bytes)

[#002] sha256:c9c66a2abff946e6ba80ece1917a3d408250631638f3236241455058522c45b3 - 10.86% (13.9 MB)

[#003] sha256:6efafe2980ef720330aee9bb60d5da2fb3e97f14538bfd43123580a3d3029ae8 - 0.0% (92 Bytes)

[#004] sha256:bbf9a6408ba0291652682eaf64d540179ffa31388778ab0909ff626489e9ba8d - 37.43% (48 MB)

[#005] sha256:fd0890df9577e7737d4d1420c58e18935e55f19041d90ab7e1c58398fbe11428 - 31.57% (40.5 MB)

[#006] sha256:577324bdc9d3745a43ce3fea766c4f73ba67be2dd3102c6b19b05910598edf48 - 0.0% (1.76 KB)


History
2021-01-12 00:32:51 UTC

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

2021-01-12 00:32:51 UTC

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

2021-01-29 20:32:14 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2021-01-29 20:32:14 UTC (buildkit.dockerfile.v0)

ARG FREP_VERSION=1.3.11

2021-01-29 20:32:14 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2021-01-29 20:32:14 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2021-01-29 20:32:36 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=stable 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 -O /etc/apt/trusted.gpg.d/jitsi.asc && wget -q https://github.com/subchen/frep/releases/download/v$FREP_VERSION/frep-$FREP_VERSION-linux-amd64 -O /usr/bin/frep && echo "deb https://download.jitsi.org $JITSI_RELEASE/" > /etc/apt/sources.list.d/jitsi.list && echo "deb http://ftp.debian.org/debian buster-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

2021-01-29 20:32:37 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=stable 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

2021-01-29 20:32:37 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2021-01-29 20:32:51 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir -p /usr/share/man/man1 && wget -q https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public -O /etc/apt/trusted.gpg.d/openjdk.asc && echo "deb https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ buster main" > /etc/apt/sources.list.d/openjdk.list && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y adoptopenjdk-8-hotspot-jre && apt-cleanup # buildkit

2021-01-29 20:34:29 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y jitsi-videobridge2 jq curl iproute2 && apt-cleanup # buildkit

2021-01-29 20:34:29 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2021-01-29 20:34:29 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