2018-08-04 17:33:13 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:db292739e2c935296938eea8bca5161e6c8464943f9e361131d41742dc219858 - 4.96% (2.01 MB)
[#001] sha256:730533f93d7a5103d8d7c7ddce9369e8eee3df28ddbbc2f53ee22bfcae9c02ed - 21.87% (8.87 MB)
[#002] sha256:e638bf20eacd805b744503e3113ccfeef2790b4e568cd32f57d3d6cfeeddddd1 - 0.0% (449 Bytes)
[#003] sha256:aa823c8941ab979011a6dc9d3446c2d9e0404b608d2a662ed8cce8d57dbca460 - 3.45% (1.4 MB)
[#004] sha256:882354a7fa6d7e56f919ebbf6ee45962b8339212c5950b1677a87669ca18b8e3 - 0.0% (1.61 KB)
[#005] sha256:576002743f70ba9fc00253fbce7eae390a73d05361fa5838b724b3067944c35a - 69.69% (28.3 MB)
[#006] sha256:4b124e08220a77e9e25ce3fcc11482bef1d3c36a2e65a6b2d3ce130aa5b1ef7a - 0.02% (8.74 KB)
/bin/sh -c #(nop) ADD file:ab71b8e11db2f6287907e5b1a3c942f352b20484a031e8d2166893ef9729c830 in /
2018-08-03 22:10:42 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2018-08-03 22:10:43 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.4.0
2018-08-03 22:10:45 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2018-08-03 22:10:45 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2018-08-03 22:11:05 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-03 22:11:06 UTC/bin/sh -c #(nop) COPY dir:90b287ab4ea0255aaa5668577b31d60be455a29d89b6f583c9add0fc987bee93 in /
2018-08-03 22:11:07 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2018-08-04 17:32:38 UTC/bin/sh -c #(nop) COPY file:d30ce47ba2ee84e7b6bc180c74af3f50f90f90bcef01d094d540be6a31d29224 in /usr/bin
2018-08-04 17:32:39 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2018-08-04 17:32:40 UTC/bin/sh -c #(nop) ARG VERSION
2018-08-04 17:32:40 UTC/bin/sh -c #(nop) ARG SMOKEPING_VERSION
2018-08-04 17:32:41 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 11431e9d-ls11 Build-date:- 2018-08-04T17:26:30+00:00
2018-08-04 17:32:41 UTC/bin/sh -c #(nop) LABEL maintainer=ironicbadger,sparklyballs
2018-08-04 17:32:42 UTC/bin/sh -c #(nop) COPY file:fd94fbb731b978c15a8ae41eb26f2a5ffdd9143ae85688c24dd5c3eafef48b4f in /defaults/
2018-08-04 17:33:05 UTC|3 BUILD_DATE=2018-08-04T17:26:30+00:00 SMOKEPING_VERSION=11431e9d VERSION=11431e9d-ls11 /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-04 17:33:06 UTC/bin/sh -c #(nop) COPY dir:57ed155646c3a4c2a10d016c2e8249b8110fc969e2b4333a53609e53e67ae062 in /
2018-08-04 17:33:11 UTC/bin/sh -c #(nop) EXPOSE 80
2018-08-04 17:33:13 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.