2018-08-21 17:00:56 UTC
40 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)$
TERMxterm
[#000] sha256:d907fbecfe02fa06cbfc6cd36fc5db22267a7a283d197d5d37cdb71dfc5b4ba2 - 5.16% (2.06 MB)
[#001] sha256:8ea909077657a17d63d1b4a5a0c0b5384a8a592f9dc2359c524dd17696045605 - 21.02% (8.41 MB)
[#002] sha256:6c86f8c6660801c7598901d2b1755e91cdb8501e2197cc4ecf3c40d63cbbba54 - 0.0% (450 Bytes)
[#003] sha256:d3abcff095d0056a73a0ffa1a193d525a1b2d2910f5a5ccf6d375722f1b417d0 - 3.38% (1.35 MB)
[#004] sha256:44b547ff4e9f80e889dc43261f6bfc961360a9704c02dad12ea2b7d5e41fbaf8 - 0.0% (1.61 KB)
[#005] sha256:1c61d91a6369759e11019dc2da5a4979408349cd1b312012be46c2098dd21429 - 70.42% (28.2 MB)
[#006] sha256:3c8e46c71d932259545516dd3b536b798d49805286da3bffbb5c83cc63d67da6 - 0.02% (8.74 KB)
/bin/sh -c #(nop) ADD file:16d1be323a691b5c47af7ab2ebec6a781aabd1eabdb402a4758b90e557d7338c in /
2018-08-17 22:16:37 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2018-08-17 22:16:39 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.4.0
2018-08-17 22:16:40 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=armhf
2018-08-17 22:16:42 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2018-08-17 22:17:04 UTC|2 OVERLAY_ARCH=armhf OVERLAY_VERSION=v1.21.4.0 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl tar && apk add --no-cache bash ca-certificates coreutils shadow tzdata && 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 / && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && apk del --purge build-dependencies && rm -rf /tmp/*
2018-08-17 22:17:33 UTC/bin/sh -c #(nop) COPY dir:2b268e7bcc3a2210f3b729e0af0d6c72052fe55dfa941e4abcac51eaca083183 in /
2018-08-17 22:17:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2018-08-21 16:57:46 UTC/bin/sh -c #(nop) COPY file:82149dbb7970ac4fc9c87a820b908d267b3427b0de720ef52ff156898a145fb6 in /usr/bin
2018-08-21 16:57:49 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2018-08-21 16:57:53 UTC/bin/sh -c #(nop) ARG VERSION
2018-08-21 16:57:56 UTC/bin/sh -c #(nop) ARG SMOKEPING_VERSION
2018-08-21 16:58:00 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f56bfe11-ls13 Build-date:- 2018-08-21T16:56:48+00:00
2018-08-21 16:58:09 UTC/bin/sh -c #(nop) LABEL maintainer=ironicbadger,sparklyballs
2018-08-21 16:58:12 UTC/bin/sh -c #(nop) COPY file:cbe1f56b783fcf76026ba306d51e82cacd3a60b95176d12256f3666a4d397381 in /defaults/
2018-08-21 17:00:13 UTC|3 BUILD_DATE=2018-08-21T16:56:48+00:00 SMOKEPING_VERSION=f56bfe11 VERSION=f56bfe11-ls13 /bin/sh -c echo "**** install packages ****" && apk add --no-cache apache2 apache2-ctl apache2-utils bc bind-tools curl smokeping ssmtp sudo tcptraceroute ttf-dejavu && echo "**** give abc sudo access to traceroute & tcptraceroute ****" && echo "abc ALL=(ALL) NOPASSWD: /usr/bin/traceroute" >> /etc/sudoers.d/traceroute && echo "abc ALL=(ALL) NOPASSWD: /usr/bin/tcptraceroute" >> /etc/sudoers.d/tcptraceroute && echo "**** fix path to cropper.js ****" && sed -i 's#src="/cropper/#/src="cropper/#' /etc/smokeping/basepage.html && echo "**** install tcping script ****" && install -m755 -D /defaults/tcpping /usr/bin/ && echo "**** remove default apache conf ****" && rm -f /etc/apache2/httpd.conf
2018-08-21 17:00:19 UTC/bin/sh -c #(nop) COPY dir:fc036b3501f50ea8605ace6ac6496a5856d8729df211238175c8e70a6afb1ef5 in /
2018-08-21 17:00:50 UTC/bin/sh -c #(nop) EXPOSE 80
2018-08-21 17:00:56 UTC/bin/sh -c #(nop) VOLUME [/config /data]
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.