2019-10-22 18:17:04 UTC
17 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:2ca43886471310d8f9aea3919766c6f0d14fa0299a49e4ea7ee7e8f3d59c8970 - 16.35% (2.77 MB)
[#001] sha256:b5842f5c135a2c595db5b9716d1874cdbcd6efd8bb2c8a5f14e3c2f19b495653 - 29.2% (4.95 MB)
[#002] sha256:6b42cfb55c7f343813c85ca1bdf149b9498c307e0ce38ea3cd06c80254d568d8 - 0.02% (3.77 KB)
[#003] sha256:790b93a96b206e957133b6421be89fe270201d8d74b9269db24d65aa66245c31 - 0.0% (156 Bytes)
[#004] sha256:977367bedaab7cfbccf5a4c5de5c486461f7c51b75f5a23b1a88d81dca2f80f0 - 54.42% (9.23 MB)
[#005] sha256:6e590509499c5c94a2f91862bbb485969d0ffc2b4f3a188596906866206c5799 - 0.0% (319 Bytes)
/bin/sh -c #(nop) COPY dir:6ad19b10eb392fb2e6bc793dcc6236b0b8392f43542fb9ee84b78cada56b3d2a in /
2019-10-18 08:20:16 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-10-18 08:20:17 UTC/bin/sh -c #(nop) ARG VERSION
2019-10-18 08:20:17 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1e472120-ls9 Build-date:- 2019-10-18T10:19:24+02:00
2019-10-18 08:20:17 UTC/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer
2019-10-18 08:20:18 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0
2019-10-18 08:20:18 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2019-10-18 08:20:18 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2019-10-18 08:20:25 UTC|4 BUILD_DATE=2019-10-18T10:19:24+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.1.0 VERSION=1e472120-ls9 /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/*
2019-10-18 08:20:25 UTC/bin/sh -c #(nop) COPY dir:ea1e127a289afd0cc712309de75a7191aa7e193b92fb94cc59840e21ef6af0a7 in /
2019-10-18 08:20:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-10-22 18:16:58 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-10-22 18:16:59 UTC/bin/sh -c #(nop) ARG VERSION
2019-10-22 18:16:59 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.3.0-ls20 Build-date:- 2019-10-22T20:13:58+02:00
2019-10-22 18:16:59 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs,thelamer
2019-10-22 18:17:00 UTC/bin/sh -c #(nop) ENV HOME=/config
2019-10-22 18:17:01 UTC|2 BUILD_DATE=2019-10-22T20:13:58+02:00 VERSION=v1.3.0-ls20 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing
2019-10-22 18:17:02 UTC/bin/sh -c #(nop) COPY file:8c0c6b409635b47ec373cb51e2705cd06c7ef90042e0a1adafa68cc7bfa0aef8 in /usr/bin/
2019-10-22 18:17:03 UTC/bin/sh -c #(nop) COPY dir:492f72ed9e827c14058864d9a877fb2917e071aad9b48c13d36a4227516d35bb in /
2019-10-22 18:17:03 UTC/bin/sh -c #(nop) EXPOSE 21027/UDP 22000 8384
2019-10-22 18:17:04 UTC/bin/sh -c #(nop) VOLUME [/config /sync]
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.