2019-03-24 20:57:08 UTC
16.5 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:49e60981ede5e5730a9bad90e13d025a6a8c98b227bba2d3d636fa6cf64e327d - 16.29% (2.68 MB)
[#001] sha256:08527e516ec813b23760588abded6ace43fd9c0b5152bc3d0f18cf2c42a39ee4 - 9.53% (1.57 MB)
[#002] sha256:049ec98cbfe8682fba7b3b05d68f2f7e84c542507e16051fdd8848ea6232c391 - 30.48% (5.02 MB)
[#003] sha256:05a50d7414088fe497f1acd3eaac646478b39a2be668d26796f6f80304c203f8 - 0.0% (450 Bytes)
[#004] sha256:db96523e3135d31fc2d870074554d97d8c4d8487923ccc6b36429228fca84095 - 0.0% (181 Bytes)
[#005] sha256:7c01d210b15b83f4bdd32237b0770b6583b8e9d9317a119e3da7277b5cddf4b1 - 43.69% (7.19 MB)
[#006] sha256:60f65050ccfb42e5c460db2748bddb9e5fa667db7d816ed401e6f5f93a702371 - 0.0% (340 Bytes)
/bin/sh -c #(nop) COPY dir:5a81ec839df1cf866c1d3b69c641966fea7b8af282b53e296b1be7e191214731 in /
2019-03-22 00:10:10 UTC/bin/sh -c #(nop) COPY file:252e67e7e6dc493b406cb5806c23967ecdbea98b88c359a799de12f94be6c067 in /usr/bin
2019-03-22 00:10:10 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- Build-date:-
2019-03-22 00:10:11 UTC/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer
2019-03-22 00:10:12 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.0.0
2019-03-22 00:10:12 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2019-03-22 00:10:13 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2019-03-22 00:10:24 UTC|2 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.0.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-03-22 00:10:26 UTC/bin/sh -c #(nop) COPY dir:2b268e7bcc3a2210f3b729e0af0d6c72052fe55dfa941e4abcac51eaca083183 in /
2019-03-22 00:10:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-03-24 20:56:34 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-03-24 20:56:37 UTC/bin/sh -c #(nop) ARG VERSION
2019-03-24 20:56:39 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.1.0-ls8 Build-date:- 2019-03-24T16:43:48-04:00
2019-03-24 20:56:42 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs,thelamer
2019-03-24 20:56:45 UTC/bin/sh -c #(nop) ENV HOME=/config
2019-03-24 20:56:51 UTC|2 BUILD_DATE=2019-03-24T16:43:48-04:00 VERSION=v1.1.0-ls8 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing
2019-03-24 20:56:55 UTC/bin/sh -c #(nop) COPY file:8bbfc1b07d84330957719ccf55493065ef39da281d00d6fdc333bc993c8217b1 in /usr/bin/
2019-03-24 20:57:02 UTC/bin/sh -c #(nop) COPY dir:72788b18aa6e7d8c95a1cb1c79b5affad2cfba2d978729c9c47dc2d0be73967b in /
2019-03-24 20:57:05 UTC/bin/sh -c #(nop) EXPOSE 21027/UDP 22000 8384
2019-03-24 20:57:08 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.