2019-03-05 20:47:55 UTC
15.2 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)$
TERMxterm
[#000] sha256:e1bc489720a88ef9699057c217fa4766545036edf167a6dd41210f5b0eadbabd - 18.01% (2.74 MB)
[#001] sha256:4a8056e49964922a12f515a7f740247b68c3473fa0ca561038b6538d1ed326b1 - 31.81% (4.84 MB)
[#002] sha256:81afb8126feb0f9dbfc3a5dfedaaeabcff2dcb8f3e71905b557bff43e02adc1c - 0.0% (450 Bytes)
[#003] sha256:256a54dd3b475f19a9ac8975afc35da6fdd8dab05ba10f8b73bcf738f2f47ab3 - 0.0% (182 Bytes)
[#004] sha256:aa88b1f911561e0aa42e5c3357ee0fd6f8c043630046b3b0ca68a43f86ddc396 - 50.17% (7.64 MB)
[#005] sha256:fb261649fbdcd776a13ae30d22c75a05fbabbf899a5730b2dfab87e477dd99eb - 0.0% (339 Bytes)
/bin/sh -c #(nop) ADD file:f3f2a97926a280871f228694aa6178e69bfba1074f9ad24a9d9733e7e28027c5 in /
2019-03-03 15:10:42 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2019-03-03 15:10:42 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.8.0
2019-03-03 15:10:43 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2019-03-03 15:10:43 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2019-03-03 15:10:51 UTC|2 OVERLAY_ARCH=amd64 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-03 15:10:51 UTC/bin/sh -c #(nop) COPY dir:2b268e7bcc3a2210f3b729e0af0d6c72052fe55dfa941e4abcac51eaca083183 in /
2019-03-03 15:10:52 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-03-05 20:47:51 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-03-05 20:47:51 UTC/bin/sh -c #(nop) ARG VERSION
2019-03-05 20:47:51 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:47:52 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs,thelamer
2019-03-05 20:47:52 UTC/bin/sh -c #(nop) ENV HOME=/config
2019-03-05 20:47:53 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:47:54 UTC/bin/sh -c #(nop) COPY file:1c7d48030c6e9be429fb2fc6dbb90b7c0a186e598f446c27cc36a2bae97c2521 in /usr/bin/
2019-03-05 20:47:54 UTC/bin/sh -c #(nop) COPY dir:492f72ed9e827c14058864d9a877fb2917e071aad9b48c13d36a4227516d35bb in /
2019-03-05 20:47:55 UTC/bin/sh -c #(nop) EXPOSE 21027/UDP 22000 8384
2019-03-05 20:47:55 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.