2017-10-27 22:55:08 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:2a0fc8bb6bc8afe25fde535bd78951fdaf3a597eb35af6200f17cec61a5f639d - 4.45% (2.01 MB)
[#001] sha256:1fc945f30eb33695cbe062147644830aed7a7f36075f5f80339cd61309882b25 - 14.65% (6.62 MB)
[#002] sha256:b7851c471e0290177866e9bc0bb1f28394e673c26139b0fd694ccd1467529513 - 0.0% (445 Bytes)
[#003] sha256:9aede84553bed660022444bf1f999e8442eab1c35828f2c6bab75a70423cd4f3 - 80.89% (36.5 MB)
[#004] sha256:3dccfffc4b07aefda901b88c8a46ee29bbedbcb7878dd2675d9a79b93e5a8c0d - 0.0% (320 Bytes)
/bin/sh -c #(nop) ADD file:6bc0e94e49b906bac14e227a852cd6211ae42827b0f151d2675a8d71c81e7ff8 in /
2017-10-27 22:51:38 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-10-27 22:51:39 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.19.1.1
2017-10-27 22:51:40 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2017-10-27 22:51:41 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2017-10-27 22:51:49 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-10-27 22:51:50 UTC/bin/sh -c #(nop) COPY dir:6052e0df7ed9d37656d0a89cdffae261be917ae6e6bfa2c89b73df05a701a60a in /
2017-10-27 22:51:50 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2017-10-27 22:53:45 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-10-27 22:53:46 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2017-10-27 22:53:46 UTC/bin/sh -c #(nop) ARG VERSION
2017-10-27 22:53:46 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 85 Build-date:- October-27-2017-22:53:41-UTC
2017-10-27 22:53:46 UTC/bin/sh -c #(nop) ARG SYNC_SRC=/tmp/syncthing
2017-10-27 22:53:46 UTC/bin/sh -c #(nop) ARG SYNC_BUILD=/tmp/syncthing/src/github.com/syncthing/syncthing
2017-10-27 22:53:47 UTC/bin/sh -c #(nop) ENV HOME=/config
2017-10-27 22:55:07 UTC|4 BUILD_DATE=October-27-2017-22:53:41-UTC SYNC_BUILD=/tmp/syncthing/src/github.com/syncthing/syncthing SYNC_SRC=/tmp/syncthing VERSION=85 /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-10-27 22:55:07 UTC/bin/sh -c #(nop) COPY dir:cac5cb3622ebe050a234f2111b59d1e2dc7fefba00a9338ec3e2dc32b624e956 in /
2017-10-27 22:55:07 UTC/bin/sh -c #(nop) EXPOSE 21027/udp 22000/tcp 8384/tcp
2017-10-27 22:55:08 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.