2020-12-23 10:54:43 UTC
122 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
S6_BEHAVIOUR_IF_STAGE2_FAILS2
[#000] sha256:6ec7b7d162b24bd6df88abde89ceb6d7bbc2be927f025c9dd061af2b0c328cfe - 21.12% (25.8 MB)
[#001] sha256:d8bbdc3034e9a0b48dafc29e64fe1ced9ee37d2052f3eefecbdd5f62ccd243a2 - 0.0% (843 Bytes)
[#002] sha256:336ffb164cbd3405ecf76a25101ca0795450294d1802fbea24491b0084ebbb86 - 11.02% (13.5 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:e0826ee16b7b95a1f4f92c63704ccee6f9a071f1a1c74dcb10852de4fb9b3852 - 35.02% (42.8 MB)
[#005] sha256:4358503a68e18eac06628cab56ed6fffd4fb8e46e34227fec9cfbbca883a0cda - 32.84% (40.2 MB)
[#006] sha256:577324bdc9d3745a43ce3fea766c4f73ba67be2dd3102c6b19b05910598edf48 - 0.0% (1.76 KB)
/bin/sh -c #(nop) ADD file:3a7bff4e139bcacc5831fd70a035c130a91b5da001dd91c08b2acd635c7064e8 in /
2020-12-11 02:06:10 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-12-23 10:52:15 UTC (buildkit.dockerfile.v0)ARG JITSI_RELEASE=stable
2020-12-23 10:52:15 UTC (buildkit.dockerfile.v0)ARG FREP_VERSION=1.3.11
2020-12-23 10:52:15 UTC (buildkit.dockerfile.v0)ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2020-12-23 10:52:15 UTC (buildkit.dockerfile.v0)COPY rootfs / # buildkit
2020-12-23 10:52:40 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-23 10:52:40 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-23 10:52:40 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2020-12-23 10:52:56 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-23 10:54:43 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
2020-12-23 10:54:43 UTC (buildkit.dockerfile.v0)COPY rootfs/ / # buildkit
2020-12-23 10:54:43 UTC (buildkit.dockerfile.v0)VOLUME [/config]
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.