Namespace
jitsi
Image / Tag
jvb:stable-5765
Content Digest
sha256:1498ff501918fcd3b552c35688048305f4bbae37bb335c9a31fb644a7fb37251
Details
Created

2021-04-16 12:37:20 UTC

Size

127 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:f7ec5a41d630a33a2d1db59b95d89d93de7ae5a619a3a8571b78457e48266eba - 20.33% (25.9 MB)

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

[#002] sha256:ea5c35cdf1867bb575a3c229f1b00b608b7d8558620ef0fa62c04320ae9902d1 - 10.6% (13.5 MB)

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

[#004] sha256:80d9f4b1ec7cb04deb2fb3d220939a3b6f6d0824eedc8fdc4e70a91e7ddce22b - 37.73% (48 MB)

[#005] sha256:590da0631c32ddd8e399ad781bfa8813b2cab852b9dfe2a9ea98874eb52d76cb - 31.34% (39.9 MB)

[#006] sha256:4bd25384c9dd7d258b210ab6be9bdc8b4d57fa2a0b0b50e8661f8f8fdd22b1f3 - 0.0% (1.89 KB)


History
2021-04-10 01:20:22 UTC

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

2021-04-10 01:20:22 UTC

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

2021-04-16 12:35:07 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2021-04-16 12:35:07 UTC (buildkit.dockerfile.v0)

ARG FREP_VERSION=1.3.11

2021-04-16 12:35:07 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2021-04-16 12:35:07 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2021-04-16 12:35:27 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-04-16 12:35:28 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-04-16 12:35:28 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2021-04-16 12:35:45 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-04-16 12:37:20 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-04-16 12:37:20 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2021-04-16 12:37:20 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