2019-09-03 15:57:34 UTC
16.7 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:2f324964b6d37b514e86aaae5375222ac5ad8dfd1f641ab73a7ab1cb2b7cfb10 - 16.63% (2.78 MB)
[#001] sha256:77011b3462c6d95a440a0f8578f62dab2621cc518deb8fa98a38c4f7c0156653 - 29.66% (4.95 MB)
[#002] sha256:6f917c192583864bbb9bdc4d1a8742dceda0ecb3974404b06e3cd239a480f217 - 0.02% (3.77 KB)
[#003] sha256:0962df87453d1ea9d072033ca14c946c4a970cb86f9f8b3c88df60df83c124fa - 0.0% (181 Bytes)
[#004] sha256:79ebf0bdc0e950634cef78e67f7b2d875db6b790d73357f8c0d9193d35cbecce - 53.68% (8.96 MB)
[#005] sha256:1a20f7bb8a13c18ffb1b090e260527f9cb1dd6002ddaf638c433ac1d7655d4b8 - 0.0% (346 Bytes)
/bin/sh -c #(nop) COPY dir:af787453ee1e3a40a22d513d3a3d3c716331d621e0145d8819ed9c171a1eb2a2 in /
2019-08-30 08:23:29 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-08-30 08:23:29 UTC/bin/sh -c #(nop) ARG VERSION
2019-08-30 08:23:29 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4d136303-ls5 Build-date:- 2019-08-30T04:21:55-04:00
2019-08-30 08:23:30 UTC/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer
2019-08-30 08:23:30 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0
2019-08-30 08:23:30 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2019-08-30 08:23:30 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2019-08-30 08:23:39 UTC|4 BUILD_DATE=2019-08-30T04:21:55-04:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.1.0 VERSION=4d136303-ls5 /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-08-30 08:23:39 UTC/bin/sh -c #(nop) COPY dir:ea1e127a289afd0cc712309de75a7191aa7e193b92fb94cc59840e21ef6af0a7 in /
2019-08-30 08:23:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-09-03 15:57:30 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-09-03 15:57:30 UTC/bin/sh -c #(nop) ARG VERSION
2019-09-03 15:57:30 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.2.2-ls17 Build-date:- 2019-09-03T16:55:50+01:00
2019-09-03 15:57:31 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs,thelamer
2019-09-03 15:57:31 UTC/bin/sh -c #(nop) ENV HOME=/config
2019-09-03 15:57:32 UTC|2 BUILD_DATE=2019-09-03T16:55:50+01:00 VERSION=v1.2.2-ls17 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing
2019-09-03 15:57:33 UTC/bin/sh -c #(nop) COPY file:d7eb14ff4cd8fafcaee447b9fcc7d17146fbfa5d14dee86beed4493c15d29206 in /usr/bin/
2019-09-03 15:57:33 UTC/bin/sh -c #(nop) COPY dir:492f72ed9e827c14058864d9a877fb2917e071aad9b48c13d36a4227516d35bb in /
2019-09-03 15:57:34 UTC/bin/sh -c #(nop) EXPOSE 21027/UDP 22000 8384
2019-09-03 15:57:34 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.