2019-06-04 18:07:04 UTC
15.3 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:6b199eff1bc454dd7153caae501d401a413de62ddfe91391549286fc6b58b1b1 - 17.97% (2.74 MB)
[#001] sha256:d8e87a89c9f14ad1ae532cc7ca64f66a6eb1deee462f118b10029af36654235b - 31.71% (4.84 MB)
[#002] sha256:ffa0339a89f18aea4cbb2e47e931b016ee9e68eafea22ba04ecd70a222f44293 - 0.02% (3.78 KB)
[#003] sha256:98c7f8991e1cb368997b98ab9fecb2098a260491b928718d08d8a6424a2b0f53 - 0.0% (181 Bytes)
[#004] sha256:110343c09425933142be338fb10ae0e143f6031323c79ec8e3cd4e9db4f57903 - 50.3% (7.68 MB)
[#005] sha256:65639a7c9227e24fa8a5deda484b5d6127df3604bfd84a54a3a8adc7a75b58f0 - 0.0% (345 Bytes)
/bin/sh -c #(nop) COPY dir:050d6e48fcb1d32f6e86878b6589c547bb99361b2a686e92d81bc54b4a3c42b8 in /
2019-06-01 11:28:36 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-06-01 11:28:36 UTC/bin/sh -c #(nop) ARG VERSION
2019-06-01 11:28:36 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 28982072-ls3 Build-date:- 2019-06-01T11:27:45+00:00
2019-06-01 11:28:36 UTC/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer
2019-06-01 11:28:37 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.0.0
2019-06-01 11:28:37 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2019-06-01 11:28:37 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2019-06-01 11:28:43 UTC|4 BUILD_DATE=2019-06-01T11:27:45+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.0.0 VERSION=28982072-ls3 /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-06-01 11:28:44 UTC/bin/sh -c #(nop) COPY dir:ea1e127a289afd0cc712309de75a7191aa7e193b92fb94cc59840e21ef6af0a7 in /
2019-06-01 11:28:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-06-04 18:07:00 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-06-04 18:07:00 UTC/bin/sh -c #(nop) ARG VERSION
2019-06-04 18:07:01 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.1.4-ls13 Build-date:- 2019-06-04T18:04:54+00:00
2019-06-04 18:07:01 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs,thelamer
2019-06-04 18:07:01 UTC/bin/sh -c #(nop) ENV HOME=/config
2019-06-04 18:07:03 UTC|2 BUILD_DATE=2019-06-04T18:04:54+00:00 VERSION=v1.1.4-ls13 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing
2019-06-04 18:07:03 UTC/bin/sh -c #(nop) COPY file:a16a8473788faaf57ecd5c6ee8de89494a3cecc622b409dffb1bed8201d48cbc in /usr/bin/
2019-06-04 18:07:04 UTC/bin/sh -c #(nop) COPY dir:492f72ed9e827c14058864d9a877fb2917e071aad9b48c13d36a4227516d35bb in /
2019-06-04 18:07:04 UTC/bin/sh -c #(nop) EXPOSE 21027/UDP 22000 8384
2019-06-04 18:07:04 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.