Namespace
linuxserver
Image / Tag
syncthing:amd64-v1.18.6-ls67
Content Digest
sha256:b7d27d0fd277ee645c5ac2b9b46f254be62690398440216a855bb698b2794768
Details
Created

2022-01-11 07:00:57 UTC

Size

18.3 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v1.18.6-ls67 Build-date:- 2022-01-11T07:59:08+01:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-01-11T07:59:08+01: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
    bafbcc9ff100b01118bec2a5175bd073f8ad3840
  • org.opencontainers.image.revision
    bafbcc9ff100b01118bec2a5175bd073f8ad3840
  • 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.18.6-ls67

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:e337bac8e8c983bacb2ceb14e999c0d7bcc16389fa98ac053c07a85a0ffba5b8 - 15.31% (2.81 MB)

[#001] sha256:1a1e008c218c8e672d03b6f960b1bb2b37c119a762f217b4cf503464a39c1599 - 9.83% (1.8 MB)

[#002] sha256:bf3d130325e09241c1bc54e2af88aa12d6099c2dd8ff6e999953ff5f491d1ad4 - 9.46% (1.74 MB)

[#003] sha256:399567dcdbed9f2ec9e0dacdebc398e60de313b5c88a030474c3cc6cc24de808 - 0.0% (439 Bytes)

[#004] sha256:582a169c10fce0d32873de67234426ded30aca31c640bca67b84599b27966688 - 16.52% (3.03 MB)

[#005] sha256:70e615c19fa3ed3e60ed326fc458de37d753ac601e2fbcc6cd2b044283529f3b - 0.02% (2.85 KB)

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

[#007] sha256:5300f2e23968deb40b7638f34fe468e06545bd9978b20c56c35d5478d70c3bf1 - 48.86% (8.96 MB)

[#008] sha256:b54478229b5af2e0ff11c1319a459f6ec0aa275ed1ac9156cab636d23f1ddc44 - 0.0% (464 Bytes)


History
2021-12-21 06:36:56 UTC

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

2021-12-21 06:36:57 UTC

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

2021-12-21 06:36:57 UTC

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

2021-12-21 06:36:57 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f883f151-ls14 Build-date:- 2021-12-21T06:35:34+00:00

2021-12-21 06:36:57 UTC

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

2021-12-21 06:36:57 UTC

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

2021-12-21 06:36:57 UTC

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

2021-12-21 06:36:58 UTC

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

2021-12-21 06:36:59 UTC

|4 BUILD_DATE=2021-12-21T06:35:34+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=f883f151-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

2021-12-21 06:36:59 UTC

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

2021-12-21 06:36:59 UTC

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

2021-12-21 06:37:02 UTC

|4 BUILD_DATE=2021-12-21T06:35:34+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=f883f151-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/*

2021-12-21 06:37:02 UTC

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

2021-12-21 06:37:02 UTC

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

2021-12-21 06:37:02 UTC

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

2021-12-21 06:37:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-21T06:35:34+00:00

2021-12-21 06:37:03 UTC

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

2021-12-21 06:37:03 UTC

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

2021-12-21 06:37:03 UTC

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

2021-12-21 06:37:03 UTC

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

2021-12-21 06:37:03 UTC

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

2021-12-21 06:37:03 UTC

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

2021-12-21 06:37:04 UTC

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

2021-12-21 06:37:04 UTC

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

2021-12-21 06:37:04 UTC

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

2021-12-21 06:37:04 UTC

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

2022-01-11 07:00:54 UTC

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

2022-01-11 07:00:54 UTC

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

2022-01-11 07:00:54 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.18.6-ls67 Build-date:- 2022-01-11T07:59:08+01:00

2022-01-11 07:00:55 UTC

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

2022-01-11 07:00:55 UTC

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

2022-01-11 07:00:55 UTC

|2 BUILD_DATE=2022-01-11T07:59:08+01:00 VERSION=v1.18.6-ls67 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing

2022-01-11 07:00:56 UTC

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

2022-01-11 07:00:56 UTC

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

2022-01-11 07:00:56 UTC

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

2022-01-11 07:00:56 UTC

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

2022-01-11 07:00:56 UTC

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

2022-01-11 07:00:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-11T07:59:08+01:00

2022-01-11 07:00:56 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-01-11 07:00:57 UTC

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

2022-01-11 07:00:57 UTC

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

2022-01-11 07:00:57 UTC

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

2022-01-11 07:00:57 UTC

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

2022-01-11 07:00:57 UTC

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

2022-01-11 07:00:57 UTC

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

2022-01-11 07:00:57 UTC

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

2022-01-11 07:00:57 UTC

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

2022-01-11 07:00:57 UTC

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

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