2017-01-13 23:19:37 UTC
43 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)$
TERMxterm
[#000] sha256:b7f33cc0b48ea4fb2f0745def58c25483a5f6b7aed5b41ce8f1cb6e17f5723cf - 5.13% (2.21 MB)
[#001] sha256:4955774725542ed1c00a31f52c791c2ad255323e62fd2cd6eba940c4e65792a3 - 13.16% (5.66 MB)
[#002] sha256:f31209000d1df7e9d204774672bcbbf61e66ca938848d98b9c2a9a756b5237e5 - 0.0% (448 Bytes)
[#003] sha256:23cdc2fbe09c9ef48c6628705f64faf0ad74055d7e2f6083d5a70ca238e19a3e - 81.72% (35.2 MB)
[#004] sha256:f76025b2816383cd525cd546f65b4588d6c999926a8adb937230d260cb2be7f9 - 0.0% (282 Bytes)
/bin/sh -c #(nop) ADD file:eeed5f514a35d18fcd9cbfe6c40c582211020bffdd53e4799018d33826fe5067 in /
2017-01-13 23:17:07 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-01-13 23:17:07 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.18.1.5
2017-01-13 23:17:07 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2017-01-13 23:17:07 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2017-01-13 23:17:14 UTC|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.18.1.5 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl tar && apk add --no-cache bash ca-certificates coreutils tzdata && apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/community shadow && 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-01-13 23:17:14 UTC/bin/sh -c #(nop) COPY dir:31d2cf6d96333f2f8cd0bf553a508a8e3ffca6be29674fc768863ad30a31f01a in /
2017-01-13 23:17:14 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2017-01-13 23:18:16 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-01-13 23:18:17 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2017-01-13 23:18:18 UTC/bin/sh -c #(nop) ARG VERSION
2017-01-13 23:18:19 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 39 Build-date:- January-13-2017-23:18:09-UTC
2017-01-13 23:18:20 UTC/bin/sh -c #(nop) ENV HOME=/config
2017-01-13 23:18:20 UTC/bin/sh -c #(nop) ARG SYNC_SRC=/tmp/syncthing
2017-01-13 23:18:21 UTC/bin/sh -c #(nop) ARG SYNC_BUILD=/tmp/syncthing/src/github.com/syncthing
2017-01-13 23:19:32 UTC|4 BUILD_DATE=January-13-2017-23:18:09-UTC SYNC_BUILD=/tmp/syncthing/src/github.com/syncthing SYNC_SRC=/tmp/syncthing VERSION=39 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl g++ gcc tar && apk add --no-cache --virtual=build-dependencies2 --repository http://nl.alpinelinux.org/alpine/edge/community go && SYNC_TAG=$(curl -sX GET "https://api.github.com/repos/syncthing/syncthing/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]') && mkdir -p "${SYNC_BUILD}" "${SYNC_SRC}" && curl -o /tmp/syncthing.tar.gz -L "https://github.com/syncthing/syncthing/archive/${SYNC_TAG}.tar.gz" && tar xf /tmp/syncthing.tar.gz -C "${SYNC_SRC}" --strip-components=1 && ln -s "$SYNC_SRC" "$SYNC_BUILD/syncthing" && cd "$SYNC_BUILD"/syncthing && export GOPATH="${SYNC_SRC}" && go run build.go -no-upgrade -version=${SYNC_TAG} && install -d -o abc -g abc /var/lib/syncthing && install -D -m755 $SYNC_BUILD/syncthing/bin/syncthing /usr/bin/syncthing && for i in $(ls $SYNC_BUILD/syncthing/bin); do if ! [ "$i" = "syncthing" ]; then install -Dm 755 $SYNC_BUILD/syncthing/bin/$i /usr/bin/$i ; fi; done && export GOPATH="" && apk del --purge build-dependencies build-dependencies2 && rm -rf /tmp/*
2017-01-13 23:19:36 UTC/bin/sh -c #(nop) COPY dir:35f84fe91d969ed5ca6cc5ff12763afeae8ce8395b2471a86bd4a65299681e77 in /
2017-01-13 23:19:36 UTC/bin/sh -c #(nop) EXPOSE 21027/udp 22000/tcp 8384/tcp
2017-01-13 23:19:37 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.