Namespace
linuxserver
Image / Tag
syncthing:amd64-1.18.5
Content Digest
sha256:7641879ad63ab1a358726a67e1530dd0551ae425366959614cc3ff2f2b48a6fe
Details
Created

2021-12-22 07:44:37 UTC

Size

18.3 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v1.18.5-ls67 Build-date:- 2021-12-22T08:42:20+01:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-12-22T08:42:20+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.5-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:ffef48950f3b52cd976c42b5a8a9a6c34f48fe300de17b68e2e135754fd7f12c - 0.0% (180 Bytes)

[#007] sha256:e260ededbfdd7c861e49b981cfec02c61293a78dd6a2066e097964930b4879f7 - 48.86% (8.97 MB)

[#008] sha256:e5017fc8dd71b5c489fb2c9a787a4a0258cafc04391fb72734598f4249075caa - 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

2021-12-22 07:44:32 UTC

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

2021-12-22 07:44:33 UTC

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

2021-12-22 07:44:33 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v1.18.5-ls67 Build-date:- 2021-12-22T08:42:20+01:00

2021-12-22 07:44:33 UTC

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

2021-12-22 07:44:33 UTC

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

2021-12-22 07:44:34 UTC

|2 BUILD_DATE=2021-12-22T08:42:20+01:00 VERSION=v1.18.5-ls67 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing

2021-12-22 07:44:35 UTC

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

2021-12-22 07:44:35 UTC

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

2021-12-22 07:44:35 UTC

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

2021-12-22 07:44:35 UTC

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

2021-12-22 07:44:35 UTC

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

2021-12-22 07:44:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-22T08:42:20+01:00

2021-12-22 07:44:36 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.

2021-12-22 07:44:36 UTC

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

2021-12-22 07:44:36 UTC

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

2021-12-22 07:44:36 UTC

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

2021-12-22 07:44:36 UTC

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

2021-12-22 07:44:36 UTC

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

2021-12-22 07:44:37 UTC

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

2021-12-22 07:44:37 UTC

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

2021-12-22 07:44:37 UTC

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

2021-12-22 07:44:37 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v1.18.5-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