2020-05-30 19:36:32 UTC
8.82 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_BEHAVIOUR_IF_STAGE2_FAILS2
TERMxterm
[#000] sha256:31848a44b4aa67e541792f35a3a3ba6281e752934964b8a0d1fcc9ced96da5ed - 27.34% (2.41 MB)
[#001] sha256:d56b388a46a8a94d4095408a0c35380b46395730208aa7473a74414332372063 - 68.23% (6.02 MB)
[#002] sha256:f2f66fbd4f55c389628fccf342702708ba7a429ece6438c796101497c5b9b746 - 0.05% (4.15 KB)
[#003] sha256:2d5da2ad763a1018f25708af77ccf95ae26c36cc019544d1bf292ad2fa368a4a - 4.38% (395 KB)
[#004] sha256:6233a9607817a4754801473ce6f97aae16d407fe03fda3d50d1fe062fee88433 - 0.01% (1.02 KB)
/bin/sh -c #(nop) COPY dir:871f7b4f9dbbb938ab07b85be0ed75a25788ae94c0883c3c12180a05c762537e in /
2020-05-28 18:47:34 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-05-28 18:47:35 UTC/bin/sh -c #(nop) ARG VERSION
2020-05-28 18:47:36 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3eced408-ls14 Build-date:- 2020-05-28T18:45:58+00:00
2020-05-28 18:47:37 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-05-28 18:47:38 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0
2020-05-28 18:47:38 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2020-05-28 18:47:39 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-05-28 18:47:54 UTC|4 BUILD_DATE=2020-05-28T18:45:58+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v1.22.1.0 VERSION=3eced408-ls14 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && echo "**** add s6 overlay ****" && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && echo "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2020-05-28 18:47:56 UTC/bin/sh -c #(nop) COPY dir:6520fc5a0c587e5a39394ae2fa3c7f410399915a65be4acbace169c0fe5017dd in /
2020-05-28 18:47:57 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-05-30 19:36:20 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-05-30 19:36:21 UTC/bin/sh -c #(nop) ARG VERSION
2020-05-30 19:36:22 UTC/bin/sh -c #(nop) ARG DUCKDNS_VERSION
2020-05-30 19:36:23 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- ced37019-ls49 Build-date:- 2020-05-30T19:35:20+00:00
2020-05-30 19:36:23 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2020-05-30 19:36:24 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2020-05-30 19:36:30 UTC|3 BUILD_DATE=2020-05-30T19:35:20+00:00 DUCKDNS_VERSION=ced37019 VERSION=ced37019-ls49 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl
2020-05-30 19:36:32 UTC/bin/sh -c #(nop) COPY dir:c9dbd2795aa8b1273651660db5b6e04bb7996817f175a2ebdbf54e2cffe02f18 in /
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.