Namespace
linuxserver
Image / Tag
syncthing:58
Content Digest
sha256:11b0f72e5254a34c4814bbe0c282af789870ea25fb4550c1ea4dddb93c913593
Details
Created

2017-05-26 21:50:16 UTC

Size

43.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 58 Build-date:- May-26-2017-21:48:13-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:99ca82727ac1738032b76860c64d9376bbe1c488eb6dab9f350b6bda6574d757 - 4.61% (1.99 MB)

[#001] sha256:9f5e1d8c30ad443e5cbbea996dc2aa366d4d3682c5311dfb5fe1b8148f2622e0 - 15.23% (6.57 MB)

[#002] sha256:aa22ec136d5bc756fc7d4205af7e3e5bc504b2f5d3e52f39b17db1fe9a2c42fe - 0.0% (445 Bytes)

[#003] sha256:0215a6e8d9484edc82db72d6733a276c6ccfbcc531ecebc6dff06deb7eeefb43 - 80.16% (34.6 MB)

[#004] sha256:00f393b945820edd4e8bea21ea9c21d8da028b8a1c4ad66db7bb0d6a122b467a - 0.0% (281 Bytes)


History
2017-05-26 21:47:41 UTC

/bin/sh -c #(nop) ADD file:136b776b1d0dc494f7c68ed566e4544640af229f7192687f9c47dd90c071aeff in /

2017-05-26 21:47:42 UTC

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

2017-05-26 21:47:42 UTC

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

2017-05-26 21:47:43 UTC

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

2017-05-26 21:47:52 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-05-26 21:47:52 UTC

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

2017-05-26 21:47:53 UTC

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

2017-05-26 21:48:26 UTC

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

2017-05-26 21:48:27 UTC

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

2017-05-26 21:48:27 UTC

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

2017-05-26 21:48:27 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 58 Build-date:- May-26-2017-21:48:13-UTC

2017-05-26 21:48:27 UTC

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

2017-05-26 21:48:27 UTC

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

2017-05-26 21:48:28 UTC

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

2017-05-26 21:50:15 UTC

|4 BUILD_DATE=May-26-2017-21:48:13-UTC SYNC_BUILD=/tmp/syncthing/src/github.com/syncthing SYNC_SRC=/tmp/syncthing VERSION=58 /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-05-26 21:50:15 UTC

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

2017-05-26 21:50:15 UTC

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

2017-05-26 21:50:16 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