2019-02-25 06:20:46 UTC
65.6 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)$
TERMxterm
[#000] sha256:34d2500dacb34be8df4e6122122a3a05287eba99f619c5a3d26c84997e4d3b1f - 4.09% (2.68 MB)
[#001] sha256:d096b82484225813224eb238bfa7aed8ef76e1b99cc96d571e5eb082cf620317 - 7.65% (5.02 MB)
[#002] sha256:b15191ad5ce2ca270505b2881ea0044e8627b84fb422028acab31f30398f351a - 0.0% (451 Bytes)
[#003] sha256:96a7f57bb70fc707e81c7eaa343ecfe38d075d012cc694096471d1cbc20638fd - 2.39% (1.57 MB)
[#004] sha256:472096dc8165ee9896b5d4af9311ac56c42bbde57f78ff5996cd697ea608d847 - 0.0% (180 Bytes)
[#005] sha256:06c1e97f998dc151ae1dbffc71d632a3d0219ee6870cbf9b386cbd48394923c9 - 85.87% (56.3 MB)
[#006] sha256:1fa5fac347e63d30527973ec39c35c24675938f6417c04d51df3b9302b8dff64 - 0.0% (341 Bytes)
/bin/sh -c #(nop) ADD file:cadbeb672909fb51689646ccf386828fe41c3dc483887f02fbba1f3182bf168d in /
2019-02-22 23:08:31 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2019-02-22 23:08:31 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.8.0
2019-02-22 23:08:32 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2019-02-22 23:08:32 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2019-02-22 23:08:52 UTC|2 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.21.8.0 /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-02-22 23:08:53 UTC/bin/sh -c #(nop) COPY dir:2b268e7bcc3a2210f3b729e0af0d6c72052fe55dfa941e4abcac51eaca083183 in /
2019-02-22 23:08:54 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-02-25 06:18:52 UTC/bin/sh -c #(nop) COPY file:252e67e7e6dc493b406cb5806c23967ecdbea98b88c359a799de12f94be6c067 in /usr/bin
2019-02-25 06:18:55 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-02-25 06:18:57 UTC/bin/sh -c #(nop) ARG VERSION
2019-02-25 06:18:59 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.0.1-ls4 Build-date:- 2019-02-25T01:08:36-05:00
2019-02-25 06:19:00 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs
2019-02-25 06:19:02 UTC/bin/sh -c #(nop) ENV HOME=/config
2019-02-25 06:19:07 UTC|2 BUILD_DATE=2019-02-25T01:08:36-05:00 VERSION=v1.0.1-ls4 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing
2019-02-25 06:20:25 UTC/bin/sh -c #(nop) COPY dir:96a54a5f3010ea9264beaf2b2dba7e47103d4cada656ab7a76e6154d438a17e7 in /usr/bin/
2019-02-25 06:20:42 UTC/bin/sh -c #(nop) COPY dir:72788b18aa6e7d8c95a1cb1c79b5affad2cfba2d978729c9c47dc2d0be73967b in /
2019-02-25 06:20:45 UTC/bin/sh -c #(nop) EXPOSE 21027/UDP 22000 8384
2019-02-25 06:20:46 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.