2019-11-05 10:01:09 UTC
17.1 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:a2cc481a8d37914c8aa4bf683ff3eea67f8beaa07c403920db7460ec89cec46c - 13.82% (2.37 MB)
[#001] sha256:d5b0c0cf7ff9063fd1431f79d7c01f393e933ca50e13b3c22e57ae5c5a0c05b8 - 36.11% (6.19 MB)
[#002] sha256:f29eac0d175acdc93e61fb05ea88f4352fddc81fd1a189470826e9c9eae8f981 - 0.02% (3.77 KB)
[#003] sha256:8aae123a7a4caf73d9c5943c5c1e99ba74c852a11b6f874b696e2a050676797c - 0.0% (190 Bytes)
[#004] sha256:54170bffc83f4239e565bb89f1597640e7b1791944b51ec0f5daa821b8551342 - 50.05% (8.58 MB)
[#005] sha256:ef3315edcc3021e3633f5f02b407a628e5ce9b75095839554736622f8e97b257 - 0.0% (345 Bytes)
/bin/sh -c #(nop) COPY dir:4ced18e8a97071d85de6be69cb9f2c567e6dc0b735c3668ea79c4d32c469e175 in /
2019-11-01 09:19:12 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-11-01 09:19:13 UTC/bin/sh -c #(nop) ARG VERSION
2019-11-01 09:19:13 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8d9407a6-ls11 Build-date:- 2019-11-01T10:17:34+01:00
2019-11-01 09:19:14 UTC/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer
2019-11-01 09:19:14 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0
2019-11-01 09:19:15 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2019-11-01 09:19:15 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2019-11-01 09:19:29 UTC|4 BUILD_DATE=2019-11-01T10:17:34+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v1.22.1.0 VERSION=8d9407a6-ls11 /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-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2019-11-01 09:19:32 UTC/bin/sh -c #(nop) COPY dir:f33c990a43a99b437d6f5e621d9561ad422035cf31f860076f79edff98570fef in /
2019-11-01 09:19:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-11-05 10:00:59 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-11-05 10:01:00 UTC/bin/sh -c #(nop) ARG VERSION
2019-11-05 10:01:00 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.3.1-ls21 Build-date:- 2019-11-05T09:56:43+00:00
2019-11-05 10:01:01 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs,thelamer
2019-11-05 10:01:02 UTC/bin/sh -c #(nop) ENV HOME=/config
2019-11-05 10:01:04 UTC|2 BUILD_DATE=2019-11-05T09:56:43+00:00 VERSION=v1.3.1-ls21 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing
2019-11-05 10:01:06 UTC/bin/sh -c #(nop) COPY file:8c04ca15fbb56b14ecf7f5ea8b141f0203927ca40d86679d9732402a3ee920ed in /usr/bin/
2019-11-05 10:01:08 UTC/bin/sh -c #(nop) COPY dir:72788b18aa6e7d8c95a1cb1c79b5affad2cfba2d978729c9c47dc2d0be73967b in /
2019-11-05 10:01:08 UTC/bin/sh -c #(nop) EXPOSE 21027/UDP 22000 8384
2019-11-05 10:01:09 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.