2018-12-09 19:52:40 UTC
37 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)$
TERMxterm
[#000] sha256:6a453548dbf0b410b2445e3a99380c250af59c9795fd3555b349d12f7056223a - 5.7% (2.11 MB)
[#001] sha256:ee5ba01f36ee7f51bd44ec9e57d7752e4f40850ce7ad446fd1b05f87c18b9778 - 13.02% (4.82 MB)
[#002] sha256:902a413c4f02b7efcb7a6b3b1da38bb3efca3df56f214eb66027a369a5bffc2e - 0.0% (450 Bytes)
[#003] sha256:2dd7d9a71f86e1ea30fac40352d5ec6c90b283a999018f5d2ebab16947cc5d7d - 3.78% (1.4 MB)
[#004] sha256:6d43f24da1ad985238c4d97a2621b8acd99480f907cc7f6b5c2ab3863d03d277 - 0.0% (1.61 KB)
[#005] sha256:f63858055ef1ac1164145b862e7c5f70fca74493595b312fba98dc3a3c9ccf43 - 77.46% (28.6 MB)
[#006] sha256:0b3a0af5ab8df45f21c85cd0dc575d85caa88887489b1562a60737ad8fe34ed8 - 0.02% (8.87 KB)
/bin/sh -c #(nop) ADD file:e9528a94aae762770d6da36b569e1d1a4d58eb4cce2c7fc5a86e642a8f5ac825 in /
2018-12-07 23:50:27 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2018-12-07 23:50:28 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.7.0
2018-12-07 23:50:29 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2018-12-07 23:50:32 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2018-12-07 23:50:50 UTC|2 OVERLAY_ARCH=aarch64 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:50:51 UTC/bin/sh -c #(nop) COPY dir:2b268e7bcc3a2210f3b729e0af0d6c72052fe55dfa941e4abcac51eaca083183 in /
2018-12-07 23:50:52 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2018-12-09 19:50:41 UTC/bin/sh -c #(nop) COPY file:91ef3dd64567ead8d68e576d7e79d501894dc70ad24db7efe5aae9771a019723 in /usr/bin
2018-12-09 19:51:02 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2018-12-09 19:51:08 UTC/bin/sh -c #(nop) ARG VERSION
2018-12-09 19:51:13 UTC/bin/sh -c #(nop) ARG SMOKEPING_VERSION
2018-12-09 19:51:19 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:51:20 UTC/bin/sh -c #(nop) LABEL maintainer=ironicbadger,sparklyballs
2018-12-09 19:51:20 UTC/bin/sh -c #(nop) COPY file:cbe1f56b783fcf76026ba306d51e82cacd3a60b95176d12256f3666a4d397381 in /defaults/
2018-12-09 19:52:13 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:52:37 UTC/bin/sh -c #(nop) COPY dir:102d1321d51450b70484a412ed6ce11a407454c263c96822a3b278999a2d259c in /
2018-12-09 19:52:39 UTC/bin/sh -c #(nop) EXPOSE 80
2018-12-09 19:52:40 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.