docker.io/syncthing/syncthing:latest linux/arm64

docker.io/syncthing/syncthing:latest - 国内下载镜像源 浏览次数:14

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

温馨提示: 这是一个 linux/arm64 系统架构镜像

Syncthing

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

源镜像 docker.io/syncthing/syncthing:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:latest-linuxarm64
镜像ID sha256:17f04cb7dad3114214c3e1a1ef90d4860caf5e23a92957360562fd4f0ab1ea9f
镜像TAG latest-linuxarm64
大小 49.35MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /bin/entrypoint.sh /bin/syncthing
工作目录 /
OS/平台 linux/arm64
浏览量 14 次
贡献者 19******3@qq.com
镜像创建 2025-08-22T08:03:46.282544032Z
同步时间 2025-08-29 17:35
更新时间 2025-08-30 20:10
开放端口
21027/udp 22000/tcp 22000/udp 8384/tcp
目录挂载
/var/syncthing
环境变量
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
镜像标签
The Syncthing Project: org.opencontainers.image.authors https://docs.syncthing.net: org.opencontainers.image.documentation MPL-2.0: org.opencontainers.image.licenses 8151bcddff7aa837de3c9f19c506e01d1370a138: 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.0.3: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-08-22 16:03:46  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/entrypoint.sh" "/bin/syncthing"]
                        
# 2025-08-22 16:03:46  0.00B 执行命令并创建新的镜像层
RUN |1 TARGETARCH=arm64 /bin/sh -c chmod 755 /bin/entrypoint.sh # buildkit
                        
# 2025-08-22 16:03:46  0.00B 设置环境变量 STHOMEDIR
ENV STHOMEDIR=/var/syncthing/config
                        
# 2025-08-22 16:03:46  0.00B 设置环境变量 STGUIADDRESS
ENV STGUIADDRESS=0.0.0.0:8384
                        
# 2025-08-22 16:03:46  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "curl -fkLsS -m 2 127.0.0.1:8384/rest/noauth/health | grep -o --color=never OK || exit 1"] "1m0s" "10s" "0s" "0s" '\x00'}
                        
# 2025-08-22 16:03:46  0.00B 设置环境变量 PUID PGID HOME
ENV PUID=1000 PGID=1000 HOME=/var/syncthing
                        
# 2025-08-22 16:03:46  737.00B 复制新文件或目录到容器中
COPY /src/script/docker-entrypoint.sh /bin/entrypoint.sh # buildkit
                        
# 2025-08-22 16:03:46  33.99MB 复制新文件或目录到容器中
COPY /src/syncthing-linux-arm64 /bin/syncthing # buildkit
                        
# 2025-08-22 16:03:31  6.85MB 执行命令并创建新的镜像层
RUN |1 TARGETARCH=arm64 /bin/sh -c apk add --no-cache ca-certificates curl libcap su-exec tzdata # buildkit
                        
# 2025-08-22 16:03:31  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/syncthing]
                        
# 2025-08-22 16:03:31  0.00B 声明容器运行时监听的端口
EXPOSE map[21027/udp:{} 22000/tcp:{} 22000/udp:{} 8384/tcp:{}]
                        
# 2025-08-22 16:03:31  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
                        
# 2025-08-22 16:03:31  0.00B 定义构建参数
ARG TARGETARCH=arm64
                        
# 2025-07-15 19:01:16  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-07-15 19:01:16  8.51MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.22.1-aarch64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:17f04cb7dad3114214c3e1a1ef90d4860caf5e23a92957360562fd4f0ab1ea9f",
    "RepoTags": [
        "syncthing/syncthing:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:latest-linuxarm64"
    ],
    "RepoDigests": [
        "syncthing/syncthing@sha256:32a43f73a93cb580cda02e04eeac4ba4da1385220d464aa1ee072d8f075b68e4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing@sha256:393933e082d4893305085ec3992332a0b2a89ad62dc1c8a9ce46e684f8a1ff1a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-08-22T08:03:46.282544032Z",
    "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": "8151bcddff7aa837de3c9f19c506e01d1370a138",
            "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.0.3"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 49346807,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3c0c7fe57ddc6c8a2ff92a5183319aa18180ec55b185032fa3e660ef19aa642e/diff:/var/lib/docker/overlay2/810beb5dd948e8af565555ff693dad2bd0814f0ddf7b305d9dcf2e4bdf259414/diff:/var/lib/docker/overlay2/96c33f3de29e4261199d3642144cedd54c2c9f4b5f44693feba1c318866ec7aa/diff:/var/lib/docker/overlay2/f5e718d8a0e870ff4cf6480f22588d909d8993919d5d119bfbea43bb872e48fe/diff",
            "MergedDir": "/var/lib/docker/overlay2/cf74b3974341d7a6c85a3846aeb7b97735e79840879359dd402633150838f991/merged",
            "UpperDir": "/var/lib/docker/overlay2/cf74b3974341d7a6c85a3846aeb7b97735e79840879359dd402633150838f991/diff",
            "WorkDir": "/var/lib/docker/overlay2/cf74b3974341d7a6c85a3846aeb7b97735e79840879359dd402633150838f991/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:0b83d017db6efafadf6b3f18d087d2ce1d67d8f0e927dc7254b0ad088074cd3a",
            "sha256:ffd56b78d942d7ee2cfb2e8c594e47e793aecbc4a6915cd8a153bbfbbe44ce4f",
            "sha256:932c6b7531c250175dbdf11bf792c2548501580f04561c64f0273df9e4048c67",
            "sha256:943c0abe92ede0cfe4da030c616ca60d98c60f8b35633c1864fba23329aa93e0",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-29T17:35:24.746177732+08:00"
    }
}

更多版本

docker.io/syncthing/syncthing:1.27.10

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

docker.io/syncthing/syncthing:1.27

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

docker.io/syncthing/syncthing:1.28.0

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

docker.io/syncthing/syncthing:1.28.1

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

docker.io/syncthing/syncthing:1.29.3

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

docker.io/syncthing/syncthing:v2

linux/amd64 docker.io48.94MB2025-04-15 08:44
193

docker.io/syncthing/syncthing:1.30

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

docker.io/syncthing/syncthing:2

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

docker.io/syncthing/syncthing:latest

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