Namespace
linuxserver
Image / Tag
syncthing:amd64-v1.20.1-ls73
Content Digest
sha256:ad7e5c4f0f824639be869aeced8de1ea15652b05a683a8bd2009e53cd56f3602
Details
Created

2022-05-04 17:19:03 UTC

Size

18.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v1.20.1-ls73 Build-date:- 2022-05-04T12:15:43-05:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-04T12:15:43-05:00
  • org.opencontainers.image.description
    [Syncthing](https://syncthing.net) replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-syncthing
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    50c7096bd15d27f89d7e049b1b397c51ff6e1e61
  • org.opencontainers.image.revision
    50c7096bd15d27f89d7e049b1b397c51ff6e1e61
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-syncthing
  • org.opencontainers.image.title
    Syncthing
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-syncthing/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    v1.20.1-ls73

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:0766be6e1e44070cb2f841275ea08a5c94d5d69b5d22756de16a7958feaa2ad9 - 15.16% (2.8 MB)

[#001] sha256:721d3e529e77f3477392fa0bccacc97fc75f9b0980321045fe6144b6f6dd85ba - 9.76% (1.8 MB)

[#002] sha256:ce5d61454079a9d661b85adae7e15c12214d01ff6f869a728432bc30202d4f56 - 9.39% (1.74 MB)

[#003] sha256:9564d4c661a13f4843ca8424587750fbd69693a0fc05264bf87435f311ad8bc5 - 0.0% (437 Bytes)

[#004] sha256:961d20d6a1a1be950ae3eed115f95161d32384e33ac232931a1704efd44b652a - 16.56% (3.06 MB)

[#005] sha256:9000aeb4a3b76b82ef0ec337a81d45969b124b99433d759058d33230cb4111b0 - 0.02% (3.62 KB)

[#006] sha256:6bf320aa522e3bd267f0836742cb5aa99b7982f727b44f7b1b2110b008f64e99 - 0.0% (180 Bytes)

[#007] sha256:5808d1750c20f5f8ebae8e46f86a1ad2a3f2dd444a8b204b552b7a8cd3f5ffad - 49.12% (9.08 MB)

[#008] sha256:cd4d434f9c5c00a3465bf94afed05b7955194d30610a18bfeef1c1240cc23d57 - 0.0% (465 Bytes)


History
2022-05-03 06:35:27 UTC

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

2022-05-03 06:35:28 UTC

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

2022-05-03 06:35:28 UTC

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

2022-05-03 06:35:28 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5238694f-ls14 Build-date:- 2022-05-03T08:34:20+02:00

2022-05-03 06:35:28 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2022-05-03 06:35:28 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2022-05-03 06:35:28 UTC

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

2022-05-03 06:35:29 UTC

/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/

2022-05-03 06:35:29 UTC

|4 BUILD_DATE=2022-05-03T08:34:20+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5238694f-ls14 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-05-03 06:35:30 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2022-05-03 06:35:30 UTC

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

2022-05-03 06:35:33 UTC

|4 BUILD_DATE=2022-05-03T08:34:20+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5238694f-ls14 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-05-03 06:35:33 UTC

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

2022-05-03 06:35:33 UTC

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

2022-05-03 06:35:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-05-03 06:35:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-03T08:34:20+02:00

2022-05-03 06:35:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2022-05-03 06:35:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2022-05-03 06:35:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-05-03 06:35:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=75cacb5446cd1cd7eac943a71ce0474cf2b9cde1

2022-05-03 06:35:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=75cacb5446cd1cd7eac943a71ce0474cf2b9cde1

2022-05-03 06:35:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2022-05-03 06:35:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2022-05-03 06:35:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2022-05-03 06:35:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-05-03 06:35:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5238694f-ls14

2022-05-04 17:18:55 UTC

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

2022-05-04 17:18:55 UTC

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

2022-05-04 17:18:55 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.20.1-ls73 Build-date:- 2022-05-04T12:15:43-05:00

2022-05-04 17:18:56 UTC

/bin/sh -c #(nop) LABEL maintainer=thelamer

2022-05-04 17:18:56 UTC

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

2022-05-04 17:18:57 UTC

|2 BUILD_DATE=2022-05-04T12:15:43-05:00 VERSION=v1.20.1-ls73 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing

2022-05-04 17:18:58 UTC

/bin/sh -c #(nop) COPY file:f554626750b1003aeb4e3a45f77036a1a5cb5bed1b6243be197593bebb5753d0 in /usr/bin/

2022-05-04 17:18:58 UTC

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

2022-05-04 17:18:58 UTC

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

2022-05-04 17:18:58 UTC

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

2022-05-04 17:18:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-05-04 17:18:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-04T12:15:43-05:00

2022-05-04 17:19:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Syncthing](https://syncthing.net) replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.

2022-05-04 17:19:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-syncthing

2022-05-04 17:19:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-05-04 17:19:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=50c7096bd15d27f89d7e049b1b397c51ff6e1e61

2022-05-04 17:19:01 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=50c7096bd15d27f89d7e049b1b397c51ff6e1e61

2022-05-04 17:19:01 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-syncthing

2022-05-04 17:19:02 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Syncthing

2022-05-04 17:19:02 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-syncthing/packages

2022-05-04 17:19:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-05-04 17:19:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v1.20.1-ls73

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