Namespace
linuxserver
Image / Tag
syncthing:34
Content Digest
sha256:b1c33362739c89331bac3290ffb18a5c31d30604196a1ec667af3241ce79e25f
Details
Created

2016-12-09 23:20:43 UTC

Size

40 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 34 Build-date:- December-09-2016-23:17:56-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:3690ec4760f95690944da86dc4496148a63d85c9e3100669a318110092f6862f - 5.52% (2.21 MB)

[#001] sha256:3aeabfd63db7390b96e6d695198efd7d2a3ccaa80ae44e7deb5ccedbb0cca9d0 - 13.36% (5.34 MB)

[#002] sha256:332592a9b73e5c8c0944ff5f760d878b0f126db8529d240b179df63ad68183a5 - 0.0% (458 Bytes)

[#003] sha256:84fdabf89b046eda4b09d82fc9c9f89d4cc225936f162d90cfaf8ecec0c393a3 - 81.12% (32.4 MB)

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


History
2016-10-18 20:31:22 UTC

/bin/sh -c #(nop) ADD file:7afbc23fda8b0b3872623c16af8e3490b2cee951aed14b3794389c2f946cc8c7 in /

2016-12-09 23:17:11 UTC

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

2016-12-09 23:17:11 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.18.1.5

2016-12-09 23:17:12 UTC

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

2016-12-09 23:17:12 UTC

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

2016-12-09 23:17:20 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 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/*

2016-12-09 23:17:20 UTC

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

2016-12-09 23:17:20 UTC

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

2016-12-09 23:18:01 UTC

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

2016-12-09 23:18:02 UTC

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

2016-12-09 23:18:03 UTC

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

2016-12-09 23:18:04 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 34 Build-date:- December-09-2016-23:17:56-UTC

2016-12-09 23:18:05 UTC

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

2016-12-09 23:18:06 UTC

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

2016-12-09 23:18:07 UTC

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

2016-12-09 23:20:40 UTC

|4 BUILD_DATE=December-09-2016-23:17:56-UTC SYNC_BUILD=/tmp/syncthing/src/github.com/syncthing SYNC_SRC=/tmp/syncthing VERSION=34 /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/*

2016-12-09 23:20:41 UTC

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

2016-12-09 23:20:42 UTC

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

2016-12-09 23:20:43 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