2019-03-23 21:04:52 UTC
9.84 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:82d9e70f7dc7db980f006c8990651bb571fad7dbbd2d9a449ba9a98ab0717c41 - 27.24% (2.68 MB)
[#001] sha256:5e3d2f81bfed7f2577571d6112486d9a4de69124541b0ff8532427c79570a7be - 50.97% (5.02 MB)
[#002] sha256:bb35daf932d122aa5f4797539a7981bd9ab0d9ebe5240911b91458fd14270813 - 0.0% (449 Bytes)
[#003] sha256:92f50635ae3da64662c4539cc235cc89a20fdadd991929220cd003b5a914a14d - 15.94% (1.57 MB)
[#004] sha256:a13dccee1274e850bc284f211d79994146b6e4de932e4807a1bb90ca43096559 - 5.84% (589 KB)
[#005] sha256:581e4a1e684f55da6695051ddc877b0b5c9791e3cdbc1430a0fb3ae8ec257579 - 0.01% (988 Bytes)
/bin/sh -c #(nop) ADD file:12054015432e9d5b64d01380bb225af9e693c8040f7d80ad65e6d0a337eea0b0 in /
2019-03-22 23:10:10 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2019-03-22 23:10:10 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.0.0
2019-03-22 23:10:11 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2019-03-22 23:10:11 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2019-03-22 23:10:25 UTC|2 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.0.0 /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 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 && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2019-03-22 23:10:26 UTC/bin/sh -c #(nop) COPY dir:22123dbed7dc1935bfa9d9027a691284dd0faeb6de2c89ab7b9718b90d91bb18 in /
2019-03-22 23:10:27 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-03-23 21:04:31 UTC/bin/sh -c #(nop) COPY file:252e67e7e6dc493b406cb5806c23967ecdbea98b88c359a799de12f94be6c067 in /usr/bin
2019-03-23 21:04:39 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-03-23 21:04:42 UTC/bin/sh -c #(nop) ARG VERSION
2019-03-23 21:04:43 UTC/bin/sh -c #(nop) ARG DUCKDNS_VERSION
2019-03-23 21:04:44 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2a23692d-ls15 Build-date:- 2019-03-23T21:03:49+00:00
2019-03-23 21:04:45 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2019-03-23 21:04:46 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2019-03-23 21:04:50 UTC|3 BUILD_DATE=2019-03-23T21:03:49+00:00 DUCKDNS_VERSION=2a23692d VERSION=2a23692d-ls15 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl
2019-03-23 21:04:52 UTC/bin/sh -c #(nop) COPY dir:bbc35d156681076808cc9876cd443ec5b4a7f8ccbeee0c957a37869474167a3d 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.