2018-08-21 16:24:16 UTC
40.6 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)$
TERMxterm
[#000] sha256:db2e7b9223cc7778eae1783345a1f55b9ef04795659ba2a14f18289a3ce7325c - 4.96% (2.01 MB)
[#001] sha256:7fdf562f4f844106133e423157800889807e45badb2b971288896d42a606fb63 - 21.87% (8.87 MB)
[#002] sha256:3784b743fc3f2d0207e4f4a7d7345ba98604de0021c7129c971aca0751e2b287 - 0.0% (457 Bytes)
[#003] sha256:6a2fe8738fefee366f9c37cb8be1330e9a96e9c6c1e4f44875dee5a8e8dfb518 - 3.45% (1.4 MB)
[#004] sha256:e5696b8a6b572b2fe9308b3d4f14204fbebe6e6277bf49a9624243b9f5577959 - 0.0% (1.61 KB)
[#005] sha256:3f5d20b87e788a46d39676dcc4206db8646c3f4711c61b9745719ee0f03f0f28 - 69.69% (28.3 MB)
[#006] sha256:4b124e08220a77e9e25ce3fcc11482bef1d3c36a2e65a6b2d3ce130aa5b1ef7a - 0.02% (8.74 KB)
/bin/sh -c #(nop) ADD file:aa614bb9734cc09b3b7e1ac8333212282a281004c9bf777d60000f53fbfc0a5f in /
2018-08-17 22:10:22 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2018-08-17 22:10:22 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.4.0
2018-08-17 22:10:23 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2018-08-17 22:10:24 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2018-08-17 22:10:42 UTC|2 OVERLAY_ARCH=aarch64 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:10:44 UTC/bin/sh -c #(nop) COPY dir:2b268e7bcc3a2210f3b729e0af0d6c72052fe55dfa941e4abcac51eaca083183 in /
2018-08-17 22:10:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2018-08-21 16:23:50 UTC/bin/sh -c #(nop) COPY file:d30ce47ba2ee84e7b6bc180c74af3f50f90f90bcef01d094d540be6a31d29224 in /usr/bin
2018-08-21 16:23:51 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2018-08-21 16:23:51 UTC/bin/sh -c #(nop) ARG VERSION
2018-08-21 16:23:52 UTC/bin/sh -c #(nop) ARG SMOKEPING_VERSION
2018-08-21 16:23:52 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f56bfe11-ls12 Build-date:- 2018-08-21T16:23:07+00:00
2018-08-21 16:23:53 UTC/bin/sh -c #(nop) LABEL maintainer=ironicbadger,sparklyballs
2018-08-21 16:23:54 UTC/bin/sh -c #(nop) COPY file:fd94fbb731b978c15a8ae41eb26f2a5ffdd9143ae85688c24dd5c3eafef48b4f in /defaults/
2018-08-21 16:24:12 UTC|3 BUILD_DATE=2018-08-21T16:23:07+00:00 SMOKEPING_VERSION=f56bfe11 VERSION=f56bfe11-ls12 /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 16:24:13 UTC/bin/sh -c #(nop) COPY dir:57ed155646c3a4c2a10d016c2e8249b8110fc969e2b4333a53609e53e67ae062 in /
2018-08-21 16:24:14 UTC/bin/sh -c #(nop) EXPOSE 80
2018-08-21 16:24:16 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.