Namespace
linuxserver
Image / Tag
syncthing:92
Content Digest
sha256:2e7c41af22b22ff1a4ac80e13c0cc73314ba93adea7eeccf5268f5d1754c530b
Details
Created

2017-12-16 00:07:38 UTC

Size

45.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 92 Build-date:- December-16-2017-00:04:44-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:22e57a33f8ebb9f2079d62a68eefdee2d62620fd59d925f7b77565d943b841d2 - 4.4% (2.01 MB)

[#001] sha256:615fa655b02cc298e947bb50d0975c1ab9f6414c974ff883cde8bcefbddd0924 - 14.48% (6.62 MB)

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

[#003] sha256:439dbecb6a4a48934b775ac8b2ae39e4828a92cac5495eeeac8f04ed4c7c2242 - 81.12% (37.1 MB)

[#004] sha256:7c48cde4a4998be139dcd5c9263d7db5d33e83d0617aa76d6a8b77a6f81271ae - 0.0% (312 Bytes)


History
2017-12-15 23:51:35 UTC

/bin/sh -c #(nop) ADD file:6c66778fd9f985f7663d82205de1b196b7df80bc0ec9824da469c4902b46af47 in /

2017-12-15 23:51:35 UTC

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

2017-12-15 23:51:36 UTC

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

2017-12-15 23:51:37 UTC

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

2017-12-15 23:51:38 UTC

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

2017-12-15 23:51:47 UTC

|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.19.1.1 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils shadow tzdata && echo "**** add s6 overlay ****" && 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 / && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2017-12-15 23:51:48 UTC

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

2017-12-15 23:51:49 UTC

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

2017-12-16 00:04:46 UTC

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

2017-12-16 00:04:47 UTC

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

2017-12-16 00:04:47 UTC

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

2017-12-16 00:04:47 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 92 Build-date:- December-16-2017-00:04:44-UTC

2017-12-16 00:04:48 UTC

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

2017-12-16 00:04:48 UTC

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

2017-12-16 00:04:49 UTC

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

2017-12-16 00:07:36 UTC

|4 BUILD_DATE=December-16-2017-00:04:44-UTC SYNC_BUILD=/tmp/syncthing/src/github.com/syncthing/syncthing SYNC_SRC=/tmp/syncthing VERSION=92 /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-12-16 00:07:37 UTC

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

2017-12-16 00:07:37 UTC

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

2017-12-16 00:07:38 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