2020-05-29 15:12:54 UTC
114 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:31848a44b4aa67e541792f35a3a3ba6281e752934964b8a0d1fcc9ced96da5ed - 2.11% (2.41 MB)
[#001] sha256:d56b388a46a8a94d4095408a0c35380b46395730208aa7473a74414332372063 - 5.28% (6.02 MB)
[#002] sha256:f2f66fbd4f55c389628fccf342702708ba7a429ece6438c796101497c5b9b746 - 0.0% (4.15 KB)
[#003] sha256:622bac707d15f417011b37a98600c95c06f1d0cd71023099822d9c26a28f548e - 0.0% (1.61 KB)
[#004] sha256:e3b6cfe489b4caad94f7c0719ddeb27bdb90b182acfa11f24cf3be5cb174c9ab - 92.59% (106 MB)
[#005] sha256:881af964456d29bc55bb0c79f5c8d5cd5c233cc66e34a6499d94347da0297b9a - 0.01% (8.9 KB)
/bin/sh -c #(nop) COPY dir:871f7b4f9dbbb938ab07b85be0ed75a25788ae94c0883c3c12180a05c762537e in /
2020-05-28 18:47:34 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-05-28 18:47:35 UTC/bin/sh -c #(nop) ARG VERSION
2020-05-28 18:47:36 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3eced408-ls14 Build-date:- 2020-05-28T18:45:58+00:00
2020-05-28 18:47:37 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-05-28 18:47:38 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0
2020-05-28 18:47:38 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2020-05-28 18:47:39 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-05-28 18:47:54 UTC|4 BUILD_DATE=2020-05-28T18:45:58+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v1.22.1.0 VERSION=3eced408-ls14 /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 procps 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && echo "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2020-05-28 18:47:56 UTC/bin/sh -c #(nop) COPY dir:6520fc5a0c587e5a39394ae2fa3c7f410399915a65be4acbace169c0fe5017dd in /
2020-05-28 18:47:57 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-05-29 15:12:07 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-05-29 15:12:08 UTC/bin/sh -c #(nop) ARG VERSION
2020-05-29 15:12:08 UTC/bin/sh -c #(nop) ARG SMOKEPING_VERSION
2020-05-29 15:12:09 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1d100b1b-ls89 Build-date:- 2020-05-29T15:11:09+00:00
2020-05-29 15:12:09 UTC/bin/sh -c #(nop) LABEL maintainer=ironicbadger,sparklyballs
2020-05-29 15:12:10 UTC/bin/sh -c #(nop) COPY file:cbe1f56b783fcf76026ba306d51e82cacd3a60b95176d12256f3666a4d397381 in /defaults/
2020-05-29 15:12:46 UTC|3 BUILD_DATE=2020-05-29T15:11:09+00:00 SMOKEPING_VERSION=1d100b1b VERSION=1d100b1b-ls89 /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-05-29 15:12:52 UTC/bin/sh -c #(nop) COPY dir:c9c300e33b4a36aee1ee4516eed36be956df304c5b03ff181b07ec9640f6ebfb in /
2020-05-29 15:12:53 UTC/bin/sh -c #(nop) EXPOSE 80
2020-05-29 15:12:54 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.