2019-03-16 20:40:27 UTC
9.27 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:26b262faf9306b08b537978e8eb8cacb921747565352a62991190bb6a4191ddd - 27.38% (2.54 MB)
[#001] sha256:30b0f535893ac9921005036f5c4c346fdf339cf4341e9b8c6550c33750b8d134 - 51.42% (4.77 MB)
[#002] sha256:c87e0317551ab684afeb327bdcd900be4acc2f4281967dd43b412a8726c72458 - 0.0% (448 Bytes)
[#003] sha256:5ab13794bc8898e891be5204eee10a2d4d7e745308917e7fe7c2957d3e8fa935 - 15.3% (1.42 MB)
[#004] sha256:448d8541c350956e32423a3c5b753dec0b500548e42049f132078294efe6dcbd - 5.88% (558 KB)
[#005] sha256:09a0ff1ccde6479d1dd350369d43f8436242c6c91a0f2a4794f36ebb49913abe - 0.01% (987 Bytes)
/bin/sh -c #(nop) ADD file:6b9c932a1d6ea007c1caea9906c1734fcb110a7286f25036f9d087ca9e7a0793 in /
2019-03-15 23:39:56 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2019-03-15 23:39:57 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.0.0
2019-03-15 23:39:57 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=armhf
2019-03-15 23:39:59 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2019-03-15 23:40:17 UTC|2 OVERLAY_ARCH=armhf 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-15 23:40:20 UTC/bin/sh -c #(nop) COPY dir:2b268e7bcc3a2210f3b729e0af0d6c72052fe55dfa941e4abcac51eaca083183 in /
2019-03-15 23:40:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-03-16 20:37:38 UTC/bin/sh -c #(nop) COPY file:6c922dd07f5693673ff4f8452125ea1f2df16fffbe47cefb85ff34e4507dd3e6 in /usr/bin
2019-03-16 20:38:13 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-03-16 20:38:26 UTC/bin/sh -c #(nop) ARG VERSION
2019-03-16 20:38:38 UTC/bin/sh -c #(nop) ARG DUCKDNS_VERSION
2019-03-16 20:38:54 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- fa2846d8-ls14 Build-date:- 2019-03-16T20:36:55+00:00
2019-03-16 20:39:01 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2019-03-16 20:39:20 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2019-03-16 20:40:12 UTC|3 BUILD_DATE=2019-03-16T20:36:55+00:00 DUCKDNS_VERSION=fa2846d8 VERSION=fa2846d8-ls14 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl
2019-03-16 20:40:27 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.