2019-03-05 21:00:15 UTC
15.8 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)$
TERMxterm
[#000] sha256:0b9474a816e4dfc2a9bac6e46e0f1dd0b704972dc1ce978ab9c27c3fa7386a34 - 16.04% (2.53 MB)
[#001] sha256:5188c8a909e00bb5ca803e3f1b251a199b3eaf1ac0731fb483fad647ff72d6f2 - 30.16% (4.76 MB)
[#002] sha256:840832b46a68e88570182834d91a16a6c81ce6b9d579e9d47a71d825e2932dff - 0.0% (451 Bytes)
[#003] sha256:3b42713fb3fca85ba91c278d2dac326a2033e15ec374527e7d041940325f8988 - 8.98% (1.42 MB)
[#004] sha256:05cf9876e083f0918e0cd1a94cb89efb59f60d15a10c5b7f74b6c0acd7497cb3 - 0.0% (180 Bytes)
[#005] sha256:c2f9b5b57e92d36129ceaac438339462db6cd4014d0fee797c483089fdbd0cad - 44.82% (7.08 MB)
[#006] sha256:42b12f1f9cfcdec241ff3984e2d287a9b77a1955459fa31894dc807d78382ce1 - 0.0% (340 Bytes)
/bin/sh -c #(nop) ADD file:b29f0af489c1e615cf083872253d2f83ccc3451da785b1b281f4f55299b9a5b1 in /
2019-03-01 23:40:05 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2019-03-01 23:40:05 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.8.0
2019-03-01 23:40:06 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=armhf
2019-03-01 23:40:07 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2019-03-01 23:40:18 UTC|2 OVERLAY_ARCH=armhf 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-03-01 23:40:19 UTC/bin/sh -c #(nop) COPY dir:2b268e7bcc3a2210f3b729e0af0d6c72052fe55dfa941e4abcac51eaca083183 in /
2019-03-01 23:40:20 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-03-05 20:56:07 UTC/bin/sh -c #(nop) COPY file:58e512f4bcc2ddc6b0dd6854660d9d4623513f7a3bc84cde565586f1384349bb in /usr/bin
2019-03-05 20:56:27 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-03-05 20:56:47 UTC/bin/sh -c #(nop) ARG VERSION
2019-03-05 20:57:06 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:57:26 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs,thelamer
2019-03-05 20:57:48 UTC/bin/sh -c #(nop) ENV HOME=/config
2019-03-05 20:59:05 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:59:14 UTC/bin/sh -c #(nop) COPY file:cb0ae6c383b0d14693d4612ce9b33b8e07b0fc4bd791adbff5489a76cb4e68ba in /usr/bin/
2019-03-05 20:59:33 UTC/bin/sh -c #(nop) COPY dir:492f72ed9e827c14058864d9a877fb2917e071aad9b48c13d36a4227516d35bb in /
2019-03-05 20:59:51 UTC/bin/sh -c #(nop) EXPOSE 21027/UDP 22000 8384
2019-03-05 21:00:15 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.