2020-07-03 14:43:45 UTC
17.8 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:a7862126ae55d549dacc0dbbd6d8f8ec1d24b1f670833817ad4e7fa69c60fbb3 - 15.11% (2.7 MB)
[#001] sha256:56138ceb92c5ce85d75db030c4c4f82b440d8fa86566b7bbf1482c2926798a03 - 37.21% (6.64 MB)
[#002] sha256:2f7e350ed670c620bd29f8b27e11ab3f2362aa3437b9f179efa4b1874b1861f5 - 0.02% (4.13 KB)
[#003] sha256:fed5189bbae0c00285735ab132a3febd355766512d74d1209f96eb1a532ed369 - 0.0% (180 Bytes)
[#004] sha256:4641833b40da551834851ff046cce05aecc7470a1cb3b0a594df2a3fc6c2a7a9 - 47.65% (8.51 MB)
[#005] sha256:16cb9bc4aecb130c14d96bcb804f7d3a4d7a9bf86ac1808143aa717fd3628bec - 0.0% (340 Bytes)
/bin/sh -c #(nop) COPY dir:608e666b2d6634a522da9acbb28c6d9fc3c5464783971a02c4a9ca86a9513528 in /
2020-06-23 20:52:12 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-06-23 20:52:13 UTC/bin/sh -c #(nop) ARG VERSION
2020-06-23 20:52:13 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 7235ff9f-ls4 Build-date:- 2020-06-23T16:50:55-04:00
2020-06-23 20:52:14 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-06-23 20:52:14 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.0.0.1
2020-06-23 20:52:15 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2020-06-23 20:52:15 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2020-06-23 20:52:26 UTC|4 BUILD_DATE=2020-06-23T16:50:55-04:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.0.0.1 VERSION=7235ff9f-ls4 /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 "**** 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && echo "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2020-06-23 20:52:28 UTC/bin/sh -c #(nop) COPY dir:a92a9e9b4b2a17ad7774e889a2ac704981e9d7e9dfb69f4c0ac4bcab6636b69a in /
2020-06-23 20:52:29 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-07-03 14:43:42 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-07-03 14:43:42 UTC/bin/sh -c #(nop) ARG VERSION
2020-07-03 14:43:42 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.6.1-ls37 Build-date:- 2020-07-03T14:41:22+00:00
2020-07-03 14:43:43 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2020-07-03 14:43:43 UTC/bin/sh -c #(nop) ENV HOME=/config
2020-07-03 14:43:44 UTC|2 BUILD_DATE=2020-07-03T14:41:22+00:00 VERSION=v1.6.1-ls37 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing
2020-07-03 14:43:44 UTC/bin/sh -c #(nop) COPY file:f3fba59a67ce697d743ae8f37033d61e7386e4aabf1ccfdba23f76837d819bb4 in /usr/bin/
2020-07-03 14:43:45 UTC/bin/sh -c #(nop) COPY dir:492f72ed9e827c14058864d9a877fb2917e071aad9b48c13d36a4227516d35bb in /
2020-07-03 14:43:45 UTC/bin/sh -c #(nop) EXPOSE 21027/UDP 22000 8384
2020-07-03 14:43:45 UTC/bin/sh -c #(nop) VOLUME [/config]
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.