Namespace
jitsi
Image / Tag
jicofo:stable-5142-2
Content Digest
sha256:a2d338810593a93cef4b244d971b9fe2951810b29cf9be11a32813efd86ee869
Details
Created

2020-12-04 22:06:43 UTC

Size

124 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:852e50cd189dfeb54d97680d9fa6bed21a6d7d18cfb56d6abfe2de9d7f173795 - 20.84% (25.8 MB)

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

[#002] sha256:77b74db98bf7c0dc6968acbd2a8f79ba47dbfe77852986d3dacf7247e578d8ed - 10.86% (13.5 MB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:a35a5678338f1bbc7ab5c44e57a2ebac7dae19225c7cb18461c5db3a1aec5b8a - 34.54% (42.8 MB)

[#005] sha256:6f9c99fb2ba2c859334bfe0502a64521e5a994146264a645bf7189c071ebbfd8 - 33.76% (41.9 MB)

[#006] sha256:41277e5dd5d6727194a1513cd2918f38c71e4164e2e703474097ff0ef1055a19 - 0.0% (1.52 KB)


History
2020-11-17 20:21:17 UTC

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

2020-11-17 20:21:17 UTC

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

2020-12-04 22:04:33 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2020-12-04 22:04:33 UTC (buildkit.dockerfile.v0)

ARG FREP_VERSION=1.3.11

2020-12-04 22:04:33 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2020-12-04 22:04:33 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2020-12-04 22:04:55 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

2020-12-04 22:04:56 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

2020-12-04 22:04:56 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2020-12-04 22:05:13 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

2020-12-04 22:06:43 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

2020-12-04 22:06:43 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2020-12-04 22:06:43 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