2018-12-23 19:45:10 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:7c2e72777ac7dfa0550c2c81705a8475f0da307d545e5c26c4072a2596e30d5a - 5.85% (2.16 MB)
[#001] sha256:3aae590b32074e4e8cfd849e907e5061a98a411c8d41e1300a9ef39a7376aa92 - 12.98% (4.78 MB)
[#002] sha256:d6778356c26f9b14bf697c6d3e06379a32adb62ff0257559f0da0a3ac85a5650 - 0.0% (451 Bytes)
[#003] sha256:76050c3095e633f93369d9d7b7c87bd6fa7f6df6a607ba242a739e0d73250ac2 - 3.67% (1.35 MB)
[#004] sha256:6dfc4f54590b0a7907e5696d0a62d44f4be3119234645bd8fa3d6cbd155e9dad - 0.0% (1.61 KB)
[#005] sha256:af699fc904e6c1c7679b78bbe1f121f6892acecb13ddcb00e3ea6ec73129e94b - 77.48% (28.6 MB)
[#006] sha256:1d8379b27e778fba2d09f8e5e7cea170cc6b4d6f12e173e37b7010a82d9e1a4a - 0.02% (8.87 KB)
/bin/sh -c #(nop) ADD file:51f6db149d88255f7accda4e74e9baa6676345f621730fc7c4c587f2cb5b83f6 in /
2018-12-21 23:17:32 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2018-12-21 23:17:32 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.7.0
2018-12-21 23:17:33 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=armhf
2018-12-21 23:17:33 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2018-12-21 23:17:44 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-21 23:17:46 UTC/bin/sh -c #(nop) COPY dir:2b268e7bcc3a2210f3b729e0af0d6c72052fe55dfa941e4abcac51eaca083183 in /
2018-12-21 23:17:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2018-12-23 19:44:44 UTC/bin/sh -c #(nop) COPY file:82149dbb7970ac4fc9c87a820b908d267b3427b0de720ef52ff156898a145fb6 in /usr/bin
2018-12-23 19:44:45 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2018-12-23 19:44:46 UTC/bin/sh -c #(nop) ARG VERSION
2018-12-23 19:44:47 UTC/bin/sh -c #(nop) ARG SMOKEPING_VERSION
2018-12-23 19:44:47 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- be2ab9da-ls26 Build-date:- 2018-12-23T19:43:36+00:00
2018-12-23 19:44:48 UTC/bin/sh -c #(nop) LABEL maintainer=ironicbadger,sparklyballs
2018-12-23 19:44:49 UTC/bin/sh -c #(nop) COPY file:cbe1f56b783fcf76026ba306d51e82cacd3a60b95176d12256f3666a4d397381 in /defaults/
2018-12-23 19:45:06 UTC|3 BUILD_DATE=2018-12-23T19:43:36+00:00 SMOKEPING_VERSION=be2ab9da VERSION=be2ab9da-ls26 /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-23 19:45:09 UTC/bin/sh -c #(nop) COPY dir:102d1321d51450b70484a412ed6ce11a407454c263c96822a3b278999a2d259c in /
2018-12-23 19:45:09 UTC/bin/sh -c #(nop) EXPOSE 80
2018-12-23 19:45:10 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.