2018-12-09 19:51:03 UTC
36.9 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)$
TERMxterm
[#000] sha256:1413f6cd0a9bb4c4c16155cf100191980ce7029655b1fb67fb4228bee7c4257f - 5.85% (2.16 MB)
[#001] sha256:324f12de060af03f6ed9c0f78ba4d80864592fa1f7ee7aca7b972a8a82cabc04 - 12.98% (4.78 MB)
[#002] sha256:922715ea5cdcdd00432a28c60e62bae5902d4fc072eb258d63847ef1d98bd989 - 0.0% (450 Bytes)
[#003] sha256:f4c9eb8a8e946b944879b1f17103fe2a3e2cdec8e9eab805bca68d2091dfed3c - 3.67% (1.35 MB)
[#004] sha256:d588aa4cabf5f7cb1582b9d2c8a04b4534861bfafcc6703f15f967b23c71f937 - 0.0% (1.61 KB)
[#005] sha256:33a0f8badce20577aa8bd9a42f02fce659e022183980a8c285bd5cbcff3a6862 - 77.48% (28.6 MB)
[#006] sha256:9c456a0570d0fd912fe9c954292394e968ff7b6195a88943efacb0e9d2298f67 - 0.02% (8.88 KB)
/bin/sh -c #(nop) ADD file:3800b3a8e64143b0528d66acaa9b6cecfd92dba456babd8a6ba7af24d42ad44f in /
2018-12-07 23:17:30 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2018-12-07 23:17:30 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.7.0
2018-12-07 23:17:31 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=armhf
2018-12-07 23:17:32 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2018-12-07 23:17:43 UTC|2 OVERLAY_ARCH=armhf OVERLAY_VERSION=v1.21.7.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-12-07 23:17:46 UTC/bin/sh -c #(nop) COPY dir:2b268e7bcc3a2210f3b729e0af0d6c72052fe55dfa941e4abcac51eaca083183 in /
2018-12-07 23:17:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2018-12-09 19:50:25 UTC/bin/sh -c #(nop) COPY file:b9e244b02da7e3e1bd2dfb5b6dfc125d32db966159fdf454855a170241fb68a5 in /usr/bin
2018-12-09 19:50:26 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2018-12-09 19:50:26 UTC/bin/sh -c #(nop) ARG VERSION
2018-12-09 19:50:27 UTC/bin/sh -c #(nop) ARG SMOKEPING_VERSION
2018-12-09 19:50:28 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- be2ab9da-ls23 Build-date:- 2018-12-09T19:49:35+00:00
2018-12-09 19:50:28 UTC/bin/sh -c #(nop) LABEL maintainer=ironicbadger,sparklyballs
2018-12-09 19:50:29 UTC/bin/sh -c #(nop) COPY file:fd94fbb731b978c15a8ae41eb26f2a5ffdd9143ae85688c24dd5c3eafef48b4f in /defaults/
2018-12-09 19:50:58 UTC|3 BUILD_DATE=2018-12-09T19:49:35+00:00 SMOKEPING_VERSION=be2ab9da VERSION=be2ab9da-ls23 /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-12-09 19:51:01 UTC/bin/sh -c #(nop) COPY dir:c36aab902a6319caa688dac02d6c4e33f97db97c05e20248bea786a7f5dd2a9f in /
2018-12-09 19:51:02 UTC/bin/sh -c #(nop) EXPOSE 80
2018-12-09 19:51:03 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.