2017-09-22 22:55:04 UTC
45.2 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)$
TERMxterm
[#000] sha256:aa77357a361f19fa59861af774b07bbd2e12df8d75b70056d32c440c15d5cfa6 - 4.46% (2.01 MB)
[#001] sha256:6f1fedba9a6780b174bc14add0eee1a5591b4571e923ad3096621fab77e3ccc8 - 14.61% (6.6 MB)
[#002] sha256:b7851c471e0290177866e9bc0bb1f28394e673c26139b0fd694ccd1467529513 - 0.0% (445 Bytes)
[#003] sha256:a41dd5d46a5cd386ceaf3f9ddb5c48e7a9f0c0bdf19a007b67171fa185fe0a2f - 80.93% (36.5 MB)
[#004] sha256:1a6a3a5f933f832ccdd41e3b394605565c303d6a1f8c4b92741911c82da60093 - 0.0% (284 Bytes)
/bin/sh -c #(nop) ADD file:77de4695c7083db07797a4bf896c890e87d7d3ccde6b0545d4f4b36bd7a4c764 in /
2017-09-22 22:51:39 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-09-22 22:51:40 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.19.1.1
2017-09-22 22:51:41 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2017-09-22 22:51:42 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2017-09-22 22:51:52 UTC|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.19.1.1 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl tar && apk add --no-cache bash ca-certificates coreutils shadow tzdata && 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 / && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && apk del --purge build-dependencies && rm -rf /tmp/*
2017-09-22 22:51:53 UTC/bin/sh -c #(nop) COPY dir:6052e0df7ed9d37656d0a89cdffae261be917ae6e6bfa2c89b73df05a701a60a in /
2017-09-22 22:51:54 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2017-09-22 22:52:42 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-09-22 22:52:43 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2017-09-22 22:52:43 UTC/bin/sh -c #(nop) ARG VERSION
2017-09-22 22:52:43 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 79 Build-date:- September-22-2017-22:52:37-UTC
2017-09-22 22:52:44 UTC/bin/sh -c #(nop) ARG SYNC_SRC=/tmp/syncthing
2017-09-22 22:52:44 UTC/bin/sh -c #(nop) ARG SYNC_BUILD=/tmp/syncthing/src/github.com/syncthing/syncthing
2017-09-22 22:52:45 UTC/bin/sh -c #(nop) ENV HOME=/config
2017-09-22 22:55:03 UTC|4 BUILD_DATE=September-22-2017-22:52:37-UTC SYNC_BUILD=/tmp/syncthing/src/github.com/syncthing/syncthing SYNC_SRC=/tmp/syncthing VERSION=79 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl g++ gcc go tar && mkdir -p "${SYNC_BUILD}" && export GOPATH="${SYNC_SRC}" && SYNC_TAG=$(curl -sX GET "https://api.github.com/repos/syncthing/syncthing/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]') && curl -o /tmp/syncthing-src.tar.gz -L "https://github.com/syncthing/syncthing/archive/${SYNC_TAG}.tar.gz" && tar xf /tmp/syncthing-src.tar.gz -C "${SYNC_BUILD}" --strip-components=1 && cd "${SYNC_BUILD}" && go run build.go -no-upgrade -version=${SYNC_TAG} && install -d -o abc -g abc /var/lib/syncthing && install -D -m755 $SYNC_BUILD/bin/syncthing /usr/bin/syncthing && for i in $(ls $SYNC_BUILD/bin); do if ! [ "$i" = "syncthing" ]; then install -Dm 755 $SYNC_BUILD/bin/$i /usr/bin/$i ; fi; done && export GOPATH="" && apk del --purge build-dependencies && rm -rf /tmp/*
2017-09-22 22:55:04 UTC/bin/sh -c #(nop) COPY dir:35f84fe91d969ed5ca6cc5ff12763afeae8ce8395b2471a86bd4a65299681e77 in /
2017-09-22 22:55:04 UTC/bin/sh -c #(nop) EXPOSE 21027/udp 22000/tcp 8384/tcp
2017-09-22 22:55: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.