2019-08-06 06:50:54 UTC
17.9 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:a83ec38b9286da3cbca20107b46de60bc3ab0da0d528e89752a24398ea76f017 - 15.11% (2.71 MB)
[#001] sha256:4f465de564e6cdb137471bf7778dec84df64203b5855ff0436650002309ffbdf - 37.6% (6.73 MB)
[#002] sha256:d9d3d50fcdc3a4a3a4b12ad13d4de0e1b6723f89dc7a4dcad8e32d8d529ad253 - 0.02% (3.79 KB)
[#003] sha256:4094f527d3ad24f71dbaf9ee771c1925613574192d6f29c00bff79f5110511a5 - 0.0% (182 Bytes)
[#004] sha256:7bb855fb4f57ad03ea1102b130caacf59e6ba7ecace228e67190d0b4180c2699 - 47.27% (8.46 MB)
[#005] sha256:89dfc98ba7e0c700d4b700eae295499d7161700ab8e450b15671604c024d6529 - 0.0% (340 Bytes)
/bin/sh -c #(nop) COPY dir:fbd46553522c9bfab98ccdfe56d96017ccdfabc9eca5bc8824be2aa37dc56b96 in /
2019-07-12 08:19:57 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-07-12 08:19:57 UTC/bin/sh -c #(nop) ARG VERSION
2019-07-12 08:19:58 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 32234c97-ls2 Build-date:- 2019-07-12T08:18:37+00:00
2019-07-12 08:19:58 UTC/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer
2019-07-12 08:19:59 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0
2019-07-12 08:19:59 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2019-07-12 08:20:00 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2019-07-12 08:20:12 UTC|4 BUILD_DATE=2019-07-12T08:18:37+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.1.0 VERSION=32234c97-ls2 /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 "**** 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/*
2019-07-12 08:20:14 UTC/bin/sh -c #(nop) COPY dir:f33c990a43a99b437d6f5e621d9561ad422035cf31f860076f79edff98570fef in /
2019-07-12 08:20:15 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-08-06 06:50:22 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-08-06 06:50:25 UTC/bin/sh -c #(nop) ARG VERSION
2019-08-06 06:50:28 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.2.1-ls15 Build-date:- 2019-08-06T06:32:21+00:00
2019-08-06 06:50:31 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs,thelamer
2019-08-06 06:50:34 UTC/bin/sh -c #(nop) ENV HOME=/config
2019-08-06 06:50:40 UTC|2 BUILD_DATE=2019-08-06T06:32:21+00:00 VERSION=v1.2.1-ls15 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing
2019-08-06 06:50:45 UTC/bin/sh -c #(nop) COPY file:9515875b065dbafd10a590dadc99342c80527daaa0082c4d5d7214c471229279 in /usr/bin/
2019-08-06 06:50:52 UTC/bin/sh -c #(nop) COPY dir:72788b18aa6e7d8c95a1cb1c79b5affad2cfba2d978729c9c47dc2d0be73967b in /
2019-08-06 06:50:54 UTC/bin/sh -c #(nop) EXPOSE 21027/UDP 22000 8384
2019-08-06 06:50:54 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.