logo
docker.io/syncthing/syncthing:2.1.5
linux/amd64 docker.io

Syncthing

Syncthing是一个开源的文件同步工具,用于将数据从一个设备同步到另一个设备。

17
浏览次数
41.44MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:2.1.5
源镜像
docker.io/syncthing/syncthing:2.1.5
镜像ID
sha256:82828dde5ad01bb9413ff7f3116cbb614b03982c23bb3ed85b6cabe98b66e794
镜像 TAG
2.1.5
镜像大小
41.44MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/bin/entrypoint.sh /bin/syncthing
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-09-08T07:25:43.292315687Z
同步时间
2026-09-23 18:31
浏览量
17 次
贡献者
🔌 开放端口 4
21027/udp 22000/tcp 22000/udp 8384/tcp
📁 目录挂载 1
 /var/syncthing
⚙️ 环境变量 6
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
PUID=1000 1
PGID=1000 2
HOME=/var/syncthing 3
STGUIADDRESS=0.0.0.0:8384 4
STHOMEDIR=/var/syncthing/config 5
🏷️ 镜像标签 9
KeyValue
The Syncthing Project org.opencontainers.image.authors
https://docs.syncthing.net org.opencontainers.image.documentation
MPL-2.0 org.opencontainers.image.licenses
2ca95cf1498104113fdfde46df4107f2450a0f71 org.opencontainers.image.revision
https://github.com/syncthing/syncthing org.opencontainers.image.source
Syncthing org.opencontainers.image.title
https://syncthing.net org.opencontainers.image.url
The Syncthing Project org.opencontainers.image.vendor
v2.1.5 org.opencontainers.image.version
🛡️ 镜像安全扫描
alpine 3.24.1 Trivy 2026-09-23 18:31 查看完整报告
13
低危 LOW
9
中危 MEDIUM
3
高危 HIGH
0
严重 CRITICAL
受影响目标 (2)
docker.io/syncthing/syncthing:2.1.5 (alpine 3.24.1) alpine bin/syncthing gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:2.1.5
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:2.1.5  docker.io/syncthing/syncthing:2.1.5

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:2.1.5
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:2.1.5  docker.io/syncthing/syncthing:2.1.5

Shell快速替换命令

sed -i 's#syncthing/syncthing:2.1.5#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:2.1.5#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:2.1.5 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:2.1.5  docker.io/syncthing/syncthing:2.1.5'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:2.1.5 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:2.1.5  docker.io/syncthing/syncthing:2.1.5'

镜像构建历史


# 2026-09-08 15:25:43  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/entrypoint.sh" "/bin/syncthing"]
                        
# 2026-09-08 15:25:43  0.00B 执行命令并创建新的镜像层
RUN |1 TARGETARCH=amd64 /bin/sh -c chmod 755 /bin/entrypoint.sh # buildkit
                        
# 2026-09-08 15:25:43  0.00B 设置环境变量 STHOMEDIR
ENV STHOMEDIR=/var/syncthing/config
                        
# 2026-09-08 15:25:43  0.00B 设置环境变量 STGUIADDRESS
ENV STGUIADDRESS=0.0.0.0:8384
                        
# 2026-09-08 15:25:43  0.00B 指定检查容器健康状态的命令
HEALTHCHECK {Test:[CMD-SHELL curl -fkLsS -m 2 127.0.0.1:8384/rest/noauth/health | grep -o --color=never OK || exit 1] Interval:1m0s Timeout:10s StartPeriod:0s StartInterval:0s Retries:0}
                        
# 2026-09-08 15:25:43  0.00B 设置环境变量 PUID PGID HOME
ENV PUID=1000 PGID=1000 HOME=/var/syncthing
                        
# 2026-09-08 15:25:43  737.00B 复制新文件或目录到容器中
COPY /src/script/docker-entrypoint.sh /bin/entrypoint.sh # buildkit
                        
# 2026-09-08 15:25:43  26.66MB 复制新文件或目录到容器中
COPY /src/syncthing-linux-amd64 /bin/syncthing # buildkit
                        
# 2026-09-08 15:25:26  6.36MB 执行命令并创建新的镜像层
RUN |1 TARGETARCH=amd64 /bin/sh -c apk add --no-cache ca-certificates curl libcap su-exec tzdata # buildkit
                        
# 2026-09-08 15:25:26  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/syncthing]
                        
# 2026-09-08 15:25:26  0.00B 声明容器运行时监听的端口
EXPOSE [21027/udp 22000/tcp 22000/udp 8384/tcp]
                        
# 2026-09-08 15:25:26  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=The Syncthing Project org.opencontainers.image.url=https://syncthing.net org.opencontainers.image.documentation=https://docs.syncthing.net org.opencontainers.image.source=https://github.com/syncthing/syncthing org.opencontainers.image.vendor=The Syncthing Project org.opencontainers.image.licenses=MPL-2.0 org.opencontainers.image.title=Syncthing
                        
# 2026-09-08 15:25:26  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2026-06-16 08:01:29  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-06-16 08:01:29  8.42MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:82828dde5ad01bb9413ff7f3116cbb614b03982c23bb3ed85b6cabe98b66e794",
    "RepoTags": [
        "syncthing/syncthing:2.1.5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:2.1.5"
    ],
    "RepoDigests": [
        "syncthing/syncthing@sha256:397aa00b92b48d65540ea3ae3cbf271b87bdccbe07a0b7bd7d2debc3a7b29138",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing@sha256:cec92769d5c8048f8db9d7eccf330638613685eeab5808e1a0394cd02689ccdb"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-09-08T07:25:43.292315687Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "21027/udp": {},
            "22000/tcp": {},
            "22000/udp": {},
            "8384/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "PUID=1000",
            "PGID=1000",
            "HOME=/var/syncthing",
            "STGUIADDRESS=0.0.0.0:8384",
            "STHOMEDIR=/var/syncthing/config"
        ],
        "Cmd": null,
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "curl -fkLsS -m 2 127.0.0.1:8384/rest/noauth/health | grep -o --color=never OK || exit 1"
            ],
            "Interval": 60000000000,
            "Timeout": 10000000000
        },
        "Image": "",
        "Volumes": {
            "/var/syncthing": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/bin/entrypoint.sh",
            "/bin/syncthing"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.authors": "The Syncthing Project",
            "org.opencontainers.image.documentation": "https://docs.syncthing.net",
            "org.opencontainers.image.licenses": "MPL-2.0",
            "org.opencontainers.image.revision": "2ca95cf1498104113fdfde46df4107f2450a0f71",
            "org.opencontainers.image.source": "https://github.com/syncthing/syncthing",
            "org.opencontainers.image.title": "Syncthing",
            "org.opencontainers.image.url": "https://syncthing.net",
            "org.opencontainers.image.vendor": "The Syncthing Project",
            "org.opencontainers.image.version": "v2.1.5"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 41436833,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/b842ff0ed2f6ed80b3b1191b54f30cf413b55c4f6586a9db46b078090c11eeb6/diff:/var/lib/docker/overlay2/d9f6db90dc7f34d3f21ad9dee952d8ee09046d830d10124cff72369fa95af5a6/diff:/var/lib/docker/overlay2/b9468076c4e3734c312ba7246a579e8886739c4140be4a52aae2af86e539f595/diff:/var/lib/docker/overlay2/9f3fcebffbeac76c70c62cfccaf25a7668ed53214f12afccf3ddc7c203d871dd/diff",
            "MergedDir": "/var/lib/docker/overlay2/88a68320400c71306ea6cc347c8923e72987a30fb4807b90f0478b6a0aa27d52/merged",
            "UpperDir": "/var/lib/docker/overlay2/88a68320400c71306ea6cc347c8923e72987a30fb4807b90f0478b6a0aa27d52/diff",
            "WorkDir": "/var/lib/docker/overlay2/88a68320400c71306ea6cc347c8923e72987a30fb4807b90f0478b6a0aa27d52/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:34884abbe92863fce933ed7c39c0e045631af0ed86d5cc0dfbdf9fdca426ce3c",
            "sha256:29c9b0a1f288ecef5477ce33c033d587e61f9610b9dff72af225cb8123d8d3da",
            "sha256:e2694130c331c6bb98ae196cab6a089cf843bdef7b32b5e8d0bd40c01d4ae798",
            "sha256:77fa20d103a36fdceb91375b446eb6615b3acfd0dcb9bf43d458ff71f7a79928",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-09-23T18:31:24.664618036+08:00"
    }
}

更多版本

docker.io/syncthing/syncthing:1.27

linux/amd64 docker.io40.26MB2024-10-16 14:35
660

docker.io/syncthing/syncthing:1.27.10

linux/amd64 docker.io40.36MB2024-09-02 22:15
665

docker.io/syncthing/syncthing:1.28.0

linux/amd64 docker.io41.18MB2024-11-07 15:19
657

docker.io/syncthing/syncthing:1.28.1

linux/amd64 docker.io41.20MB2024-12-18 20:19
448

docker.io/syncthing/syncthing:1.29.3

linux/amd64 docker.io40.25MB2025-03-23 00:01
472

docker.io/syncthing/syncthing:1.30

linux/amd64 docker.io41.09MB2025-07-20 19:30
405

docker.io/syncthing/syncthing:2

linux/arm64 docker.io49.48MB2025-08-12 16:10
413

docker.io/syncthing/syncthing:2.0.3

linux/amd64 docker.io49.93MB2025-09-02 02:36
319

docker.io/syncthing/syncthing:2.0.3

linux/arm64 docker.io49.35MB2025-09-02 14:25
298

docker.io/syncthing/syncthing:2.0.8

linux/amd64 docker.io49.97MB2025-09-09 14:31
371

docker.io/syncthing/syncthing:2.0.8

linux/arm64 docker.io49.38MB2025-09-09 13:32
354

docker.io/syncthing/syncthing:2.1.0

linux/amd64 docker.io41.78MB2026-05-27 17:16
178

docker.io/syncthing/syncthing:2.1.1

linux/amd64 docker.io41.62MB2026-06-09 11:55
188

docker.io/syncthing/syncthing:2.1.2

linux/amd64 docker.io41.53MB2026-08-15 09:54
85

docker.io/syncthing/syncthing:2.1.3

linux/amd64 docker.io41.64MB2026-09-02 12:53
60

docker.io/syncthing/syncthing:2.1.3

linux/arm64 docker.io40.76MB2026-09-02 12:53
48

docker.io/syncthing/syncthing:2.1.4-rc.2

linux/amd64 docker.io41.42MB2026-09-02 10:58
64

docker.io/syncthing/syncthing:2.1.4-rc.2

linux/arm64 docker.io40.51MB2026-09-02 10:57
52

docker.io/syncthing/syncthing:2.1.5

linux/amd64 docker.io41.44MB2026-09-23 18:31
16

docker.io/syncthing/syncthing:latest

linux/amd64 docker.io50.25MB2025-12-09 19:36
343

docker.io/syncthing/syncthing:latest

linux/arm64 docker.io49.35MB2025-08-29 17:35
454

docker.io/syncthing/syncthing:v2

linux/amd64 docker.io48.94MB2025-04-15 08:44
716
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×