Namespace
linuxserver
Image / Tag
syncthing:65
Content Digest
sha256:e3e9e5bb031796ec49de0de87d6acef259823bdf3e85643781792fc015e09ece
Details
Created

2017-07-07 22:19:36 UTC

Size

45 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 65 Build-date:- July-07-2017-22:18:03-UTC

Environment
HOME

/config

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)$

TERM

xterm


Layers

[#000] sha256:f3be69dc4c6412210597272c9219308915308f66974ed430fa2013e3c05b112e - 4.47% (2.01 MB)

[#001] sha256:725815094f44aa632e1b12a56c4bd3da6dc0f4f4572a0c5634f4a62134c221f6 - 14.67% (6.6 MB)

[#002] sha256:2777c07f2b1144bdf63e7e34d2e7c1f71e2389630218ece69dc346f8b90a0e2f - 0.0% (443 Bytes)

[#003] sha256:f8d0a05039d20142a51321c9353c7b6e471b7cd73f8ed0ec614b93b512a2688e - 80.86% (36.4 MB)

[#004] sha256:c103fb6324a30282c477cf9798129e91d9fa93630b4e1692eb420cfefa7e5f16 - 0.0% (283 Bytes)


History
2017-07-07 22:15:59 UTC

/bin/sh -c #(nop) ADD file:4e8dda0387261819d290d22dd282c8f102dd200f8d2ec619ea5e4a240f0a04d1 in /

2017-07-07 22:15:59 UTC

/bin/sh -c #(nop) MAINTAINER sparklyballs

2017-07-07 22:15:59 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64

2017-07-07 22:15:59 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm

2017-07-07 22:16:09 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-07 22:16:09 UTC

/bin/sh -c #(nop) COPY dir:31d2cf6d96333f2f8cd0bf553a508a8e3ffca6be29674fc768863ad30a31f01a in /

2017-07-07 22:16:09 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2017-07-07 22:18:05 UTC

/bin/sh -c #(nop) MAINTAINER sparklyballs

2017-07-07 22:18:06 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2017-07-07 22:18:06 UTC

/bin/sh -c #(nop) ARG VERSION

2017-07-07 22:18:06 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 65 Build-date:- July-07-2017-22:18:03-UTC

2017-07-07 22:18:06 UTC

/bin/sh -c #(nop) ENV HOME=/config

2017-07-07 22:18:07 UTC

/bin/sh -c #(nop) ARG SYNC_SRC=/tmp/syncthing

2017-07-07 22:18:07 UTC

/bin/sh -c #(nop) ARG SYNC_BUILD=/tmp/syncthing/src/github.com/syncthing

2017-07-07 22:19:35 UTC

|4 BUILD_DATE=July-07-2017-22:18:03-UTC SYNC_BUILD=/tmp/syncthing/src/github.com/syncthing SYNC_SRC=/tmp/syncthing VERSION=65 /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-07 22:19:35 UTC

/bin/sh -c #(nop) COPY dir:e049e553ebdd8a51f644ed4229f7628c33afc5af52fc1040f6850d98acf81ce8 in /

2017-07-07 22:19:35 UTC

/bin/sh -c #(nop) EXPOSE 21027/udp 22000/tcp 8384/tcp

2017-07-07 22:19:36 UTC

/bin/sh -c #(nop) VOLUME [/config /sync]

Danger Zone
Delete Tag

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.

Delete