2019-02-15 16:09:06 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:34953d1c0d0830c31d1ab2adaaf55943453cf0abe28d2b9da2b70ed97c0e95af - 5.84% (2.16 MB)
[#001] sha256:64c436d00079f9f3b35d79b4e42bd53fcdee71771b876d4b2ff532ad906fe8c0 - 12.95% (4.78 MB)
[#002] sha256:d3c3605ca14211d2836244032f08fab43e22576dc3d87fdedc76e8b0b61de796 - 0.0% (450 Bytes)
[#003] sha256:6bfa9e1fe23b4d5dda6842b249798fe66c16a7ffb6f1745097c044ffee5731e1 - 3.84% (1.42 MB)
[#004] sha256:0c50bb951f9760fd4ba3b44ac213be079d6c8338675ddc831c2d86eb78df895a - 0.0% (1.61 KB)
[#005] sha256:fd8e80b9c9e497c316e4c0dcc53ed78416916cd1544ac6811dfd79469064fda3 - 77.34% (28.6 MB)
[#006] sha256:a86f7bacc2c1ab1d0d4d4c2d614a4b3d151b0b82da3ed1b1cdd1e122e70d7a98 - 0.02% (8.8 KB)
/bin/sh -c #(nop) ADD file:cc541bb4e9a5af8df0668d240da7a7e40970d368102e7d0855453c33d902f483 in /
2019-02-08 23:17:17 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2019-02-08 23:17:18 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.7.0
2019-02-08 23:17:19 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=armhf
2019-02-08 23:17:20 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2019-02-08 23:17:30 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/*
2019-02-08 23:17:31 UTC/bin/sh -c #(nop) COPY dir:2b268e7bcc3a2210f3b729e0af0d6c72052fe55dfa941e4abcac51eaca083183 in /
2019-02-08 23:17:32 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-02-15 16:05:16 UTC/bin/sh -c #(nop) COPY file:6c922dd07f5693673ff4f8452125ea1f2df16fffbe47cefb85ff34e4507dd3e6 in /usr/bin
2019-02-15 16:05:19 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-02-15 16:05:23 UTC/bin/sh -c #(nop) ARG VERSION
2019-02-15 16:05:27 UTC/bin/sh -c #(nop) ARG SMOKEPING_VERSION
2019-02-15 16:05:35 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2dd91072-ls32 Build-date:- 2019-02-15T11:03:58-05:00
2019-02-15 16:05:42 UTC/bin/sh -c #(nop) LABEL maintainer=ironicbadger,sparklyballs
2019-02-15 16:05:46 UTC/bin/sh -c #(nop) COPY file:cbe1f56b783fcf76026ba306d51e82cacd3a60b95176d12256f3666a4d397381 in /defaults/
2019-02-15 16:08:34 UTC|3 BUILD_DATE=2019-02-15T11:03:58-05:00 SMOKEPING_VERSION=2dd91072 VERSION=2dd91072-ls32 /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
2019-02-15 16:08:40 UTC/bin/sh -c #(nop) COPY dir:102d1321d51450b70484a412ed6ce11a407454c263c96822a3b278999a2d259c in /
2019-02-15 16:09:00 UTC/bin/sh -c #(nop) EXPOSE 80
2019-02-15 16:09:06 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.