2017-07-12 12:34:50 UTC
45 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)$
TERMxterm
[#000] sha256:be4fb19ad923dcf549ad9dc3202a6f408938053cff807a3e9075e218018c4716 - 4.47% (2.01 MB)
[#001] sha256:19f7df0202fcea7e5cd91a4d7dddc7e510712fe5a5611717e06f3d46552a552f - 14.67% (6.6 MB)
[#002] sha256:8982ff6fb6526e642d61626488c12a0237111e74b763efb538683d4903051d47 - 0.0% (445 Bytes)
[#003] sha256:b547f9336257b8e01017705599cb1bc1b300a4f8a6cbb2fd339e39b94f712f5d - 80.86% (36.4 MB)
[#004] sha256:8f11691ddf06c9617679ec938b0a19fbf339f7d0b96fbeb8bab50068b03198fb - 0.0% (283 Bytes)
/bin/sh -c #(nop) ADD file:f3895623ce721746a0df95eb049681a5d7da336fcc3eaf302d633a650a163d1a in /
2017-07-12 12:30:57 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-07-12 12:30:57 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2017-07-12 12:30:58 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2017-07-12 12:31:08 UTC|1 OVERLAY_ARCH=amd64 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl tar && apk add --no-cache bash ca-certificates coreutils shadow tzdata && OVERLAY_VERSION=$(curl -sX GET "https://api.github.com/repos/just-containers/s6-overlay/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]') && 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-07-12 12:31:10 UTC/bin/sh -c #(nop) COPY dir:6052e0df7ed9d37656d0a89cdffae261be917ae6e6bfa2c89b73df05a701a60a in /
2017-07-12 12:31:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2017-07-12 12:33:54 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-07-12 12:33:54 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2017-07-12 12:33:55 UTC/bin/sh -c #(nop) ARG VERSION
2017-07-12 12:33:55 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 66 Build-date:- July-12-2017-12:33:52-UTC
2017-07-12 12:33:55 UTC/bin/sh -c #(nop) ENV HOME=/config
2017-07-12 12:33:55 UTC/bin/sh -c #(nop) ARG SYNC_SRC=/tmp/syncthing
2017-07-12 12:33:56 UTC/bin/sh -c #(nop) ARG SYNC_BUILD=/tmp/syncthing/src/github.com/syncthing
2017-07-12 12:34:49 UTC|4 BUILD_DATE=July-12-2017-12:33:52-UTC SYNC_BUILD=/tmp/syncthing/src/github.com/syncthing SYNC_SRC=/tmp/syncthing VERSION=66 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl g++ gcc go tar && 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 && rm -rf /tmp/*
2017-07-12 12:34:50 UTC/bin/sh -c #(nop) COPY dir:e049e553ebdd8a51f644ed4229f7628c33afc5af52fc1040f6850d98acf81ce8 in /
2017-07-12 12:34:50 UTC/bin/sh -c #(nop) EXPOSE 21027/udp 22000/tcp 8384/tcp
2017-07-12 12:34:50 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.