2020-04-24 15:26:46 UTC
116 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:844ca7a1cd34373947ed8372156b35f6f8290183b964ed46e66181375d544f39 - 2.42% (2.8 MB)
[#001] sha256:97c03ef1a88cf5b5a2732fd987814c25ab43848489ca56a790c30339028530f9 - 3.94% (4.56 MB)
[#002] sha256:67997ec5322f4d143498e9b6d9e5b864d6da33fd1d9c162637c10499a936ddcd - 0.0% (4 KB)
[#003] sha256:39908d22bc213bc7476b2b4719d4fc66733103a3046e944d195a8d63c3e31024 - 0.0% (1.61 KB)
[#004] sha256:00ff0833d908e1a266bffe9b905206fd46bd9b5eefa5ff8cf49f0263eb093d70 - 93.63% (108 MB)
[#005] sha256:69cb1df44f7ab9411096eee8e2852a08bc01e6c3108bedad0148064268cde748 - 0.01% (8.9 KB)
/bin/sh -c #(nop) COPY dir:038d0e644b4348ab4e9d69540c01310a67b964bee0027db63f312789a104f8c0 in /
2020-04-23 22:32:56 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-04-23 22:32:56 UTC/bin/sh -c #(nop) ARG VERSION
2020-04-23 22:32:56 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1b6f406b-ls12 Build-date:- 2020-04-23T18:31:52-04:00
2020-04-23 22:32:57 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-04-23 22:32:57 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0
2020-04-23 22:32:57 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2020-04-23 22:32:57 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-04-23 22:33:00 UTC|4 BUILD_DATE=2020-04-23T18:31:52-04:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.1.0 VERSION=1b6f406b-ls12 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils shadow tzdata && echo "**** add s6 overlay ****" && 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 / && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2020-04-23 22:33:01 UTC/bin/sh -c #(nop) COPY dir:25f13d1f6be5a521d16df3a881d0846b27c9df0aa0bdacba17a5c2135f067af1 in /
2020-04-23 22:33:01 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-04-24 15:26:31 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-04-24 15:26:31 UTC/bin/sh -c #(nop) ARG VERSION
2020-04-24 15:26:31 UTC/bin/sh -c #(nop) ARG SMOKEPING_VERSION
2020-04-24 15:26:32 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5744674a-ls85 Build-date:- 2020-04-24T11:22:23-04:00
2020-04-24 15:26:32 UTC/bin/sh -c #(nop) LABEL maintainer=ironicbadger,sparklyballs
2020-04-24 15:26:32 UTC/bin/sh -c #(nop) COPY file:fd94fbb731b978c15a8ae41eb26f2a5ffdd9143ae85688c24dd5c3eafef48b4f in /defaults/
2020-04-24 15:26:45 UTC|3 BUILD_DATE=2020-04-24T11:22:23-04:00 SMOKEPING_VERSION=5744674a VERSION=5744674a-ls85 /bin/sh -c echo "**** install packages ****" && apk add --no-cache apache2 apache2-ctl apache2-utils apache-mod-fcgid bc bind-tools curl font-noto-cjk openssh-client smokeping ssmtp sudo tcptraceroute ttf-dejavu && echo "**** give setuid access to traceroute & tcptraceroute ****" && chmod a+s /usr/bin/traceroute && chmod a+s /usr/bin/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
2020-04-24 15:26:45 UTC/bin/sh -c #(nop) COPY dir:601772ef1ee5bb2a48b32d8ce68c750abf3ccb4834d72d58eb98ed2602901769 in /
2020-04-24 15:26:46 UTC/bin/sh -c #(nop) EXPOSE 80
2020-04-24 15:26:46 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.