2019-03-05 20:56:52 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:34d2500dacb34be8df4e6122122a3a05287eba99f619c5a3d26c84997e4d3b1f - 16.28% (2.68 MB)
[#001] sha256:2bc0d4c31a60b96016dc3d7fc393be59ced942cd2e4009197c6015296fc2b987 - 30.49% (5.02 MB)
[#002] sha256:c465f0cf9bd7edd3c6e7ed10b2a47203abdb56645451d80c484592fa739909f9 - 0.0% (450 Bytes)
[#003] sha256:9755520a2c46c4c1f6b9195c657af844e528bec9d52060734fc86b8149486d07 - 9.53% (1.57 MB)
[#004] sha256:5e2dd710301d16f861bd8e6222d9b5a902f8d4874413ec21d2b2f9352d000839 - 0.0% (181 Bytes)
[#005] sha256:3c05bc48ebdba548ae0f1d78050799e2cbef27a22208a51bfa6bca6194bbfdbd - 43.69% (7.19 MB)
[#006] sha256:e2ef5eae63c273b0b2416bc4617c6e85dfa14154351cab3641d2e1eb98c59728 - 0.0% (340 Bytes)
/bin/sh -c #(nop) ADD file:cadbeb672909fb51689646ccf386828fe41c3dc483887f02fbba1f3182bf168d in /
2019-02-27 08:34:27 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2019-02-27 08:34:27 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.8.0
2019-02-27 08:34:28 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2019-02-27 08:34:29 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2019-02-27 08:34:45 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-27 08:34:48 UTC/bin/sh -c #(nop) COPY dir:22123dbed7dc1935bfa9d9027a691284dd0faeb6de2c89ab7b9718b90d91bb18 in /
2019-02-27 08:34:49 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-03-05 20:56:22 UTC/bin/sh -c #(nop) COPY file:252e67e7e6dc493b406cb5806c23967ecdbea98b88c359a799de12f94be6c067 in /usr/bin
2019-03-05 20:56:30 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-03-05 20:56:32 UTC/bin/sh -c #(nop) ARG VERSION
2019-03-05 20:56:34 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.1.0-ls5 Build-date:- 2019-03-05T20:46:27+00:00
2019-03-05 20:56:35 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs,thelamer
2019-03-05 20:56:37 UTC/bin/sh -c #(nop) ENV HOME=/config
2019-03-05 20:56:40 UTC|2 BUILD_DATE=2019-03-05T20:46:27+00:00 VERSION=v1.1.0-ls5 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing
2019-03-05 20:56:43 UTC/bin/sh -c #(nop) COPY file:0eb94f047a8d6b19078420f3076ceb87a814c46f19381eac6f52e84909232637 in /usr/bin/
2019-03-05 20:56:50 UTC/bin/sh -c #(nop) COPY dir:72788b18aa6e7d8c95a1cb1c79b5affad2cfba2d978729c9c47dc2d0be73967b in /
2019-03-05 20:56:51 UTC/bin/sh -c #(nop) EXPOSE 21027/UDP 22000 8384
2019-03-05 20:56:52 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.