2020-11-02 06:14:51 UTC
117 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:ac7957140fd742987e88ea965fa0d4203e6800978ab53cfa13fe09e2cc127b00 - 2.05% (2.4 MB)
[#001] sha256:2d25e966107b62fe3ac1e19840f0e9c8784704569eb20475d6c07481212fd4f5 - 1.89% (2.22 MB)
[#002] sha256:2002a75578e526f47bb7b62e934c25014324c93edfc25c686529a3e0307c0c35 - 1.8% (2.11 MB)
[#003] sha256:dcf7d2afb90df3e7fcb18413cfce375cbb54d19ed6234e7668fae0fef9e2dbd8 - 3.3% (3.86 MB)
[#004] sha256:f8c97a137094d92be129e7215796a55941fdd541882bb67f541cba62c5d58180 - 0.0% (4.4 KB)
[#005] sha256:5f4f61d39258df1ea2053a47f229b34e9ced5f8292fb9c5d560c7d698700c22a - 0.0% (1.61 KB)
[#006] sha256:9fb1cea2a45392fe540f62563cbbaaeafbfefbccd55aa6a171da763a16eb814e - 90.94% (106 MB)
[#007] sha256:19292597fc3885eb28b09d34309076cd41c08017e4128a77e5229a54343865d3 - 0.01% (9.06 KB)
/bin/sh -c #(nop) COPY dir:0f59f0ae2a7529e519cb5c082af88872accd99a76beb8bbeb4df339f9bf51111 in /
2020-11-01 22:54:01 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-11-01 22:54:01 UTC/bin/sh -c #(nop) ARG VERSION
2020-11-01 22:54:01 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- fffd437f-ls8 Build-date:- 2020-11-01T22:52:46+00:00
2020-11-01 22:54:02 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-11-01 22:54:02 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2
2020-11-01 22:54:02 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2020-11-01 22:54:05 UTC/bin/sh -c #(nop) ADD 57874912aa54611a5a67dd94020d8d8616e3b383165c6afcf930150b0d694731 in /tmp/
2020-11-01 22:54:07 UTC|4 BUILD_DATE=2020-11-01T22:52:46+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=fffd437f-ls8 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2020-11-01 22:54:07 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-11-01 22:54:14 UTC|4 BUILD_DATE=2020-11-01T22:52:46+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=fffd437f-ls8 /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 "**** 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-11-01 22:54:15 UTC/bin/sh -c #(nop) COPY dir:9ec49b090f35275409598f2c11a8a1cf5c5663c21b9808205e84b36ff32116e0 in /
2020-11-01 22:54:15 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-11-02 06:14:29 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-11-02 06:14:30 UTC/bin/sh -c #(nop) ARG VERSION
2020-11-02 06:14:30 UTC/bin/sh -c #(nop) ARG SMOKEPING_VERSION
2020-11-02 06:14:30 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 139ae880-ls105 Build-date:- 2020-11-02T01:13:39-05:00
2020-11-02 06:14:31 UTC/bin/sh -c #(nop) LABEL maintainer=ironicbadger,sparklyballs
2020-11-02 06:14:31 UTC/bin/sh -c #(nop) COPY file:fd94fbb731b978c15a8ae41eb26f2a5ffdd9143ae85688c24dd5c3eafef48b4f in /defaults/
2020-11-02 06:14:48 UTC|3 BUILD_DATE=2020-11-02T01:13:39-05:00 SMOKEPING_VERSION=139ae880 VERSION=139ae880-ls105 /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-11-02 06:14:51 UTC/bin/sh -c #(nop) COPY dir:66ed5e93558cebeed0625ea607939ee464fff6afb5ee2a1cc79ed1e908662167 in /
2020-11-02 06:14:51 UTC/bin/sh -c #(nop) EXPOSE 80
2020-11-02 06:14:51 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.