docker.io/syncthing/syncthing:1.28.1 linux/amd64

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

Syncthing

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

源镜像 docker.io/syncthing/syncthing:1.28.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:1.28.1
镜像ID sha256:d78cc688ff4e522ed83557e2cd88bdb82b9525addbe3823909ce5800743f2044
镜像TAG 1.28.1
大小 41.20MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /bin/entrypoint.sh /bin/syncthing
工作目录 /
OS/平台 linux/amd64
浏览量 68 次
贡献者
镜像创建 2024-12-03T11:47:46.915050917Z
同步时间 2024-12-18 20:19
更新时间 2025-02-21 12:08
开放端口
21027/udp 22000/tcp 22000/udp 8384/tcp
环境变量
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 612fdff37766ee18a1443be82635156b2f085806: 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 1.28.1: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: alpine 3.20.3 扫描引擎: Trivy 扫描时间: 2024-12-18 20:21

低危漏洞:2 中危漏洞:3 高危漏洞:0 严重漏洞:1

Docker拉取命令 无权限下载?点我修复

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-12-03 19:47:46  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/entrypoint.sh" "/bin/syncthing"]
                        
# 2024-12-03 19:47:46  0.00B 执行命令并创建新的镜像层
RUN |1 TARGETARCH=amd64 /bin/sh -c chmod 755 /bin/entrypoint.sh # buildkit
                        
# 2024-12-03 19:47:46  0.00B 设置环境变量 STHOMEDIR
ENV STHOMEDIR=/var/syncthing/config
                        
# 2024-12-03 19:47:46  0.00B 设置环境变量 STGUIADDRESS
ENV STGUIADDRESS=0.0.0.0:8384
                        
# 2024-12-03 19:47: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'}
                        
# 2024-12-03 19:47:46  0.00B 设置环境变量 PUID PGID HOME
ENV PUID=1000 PGID=1000 HOME=/var/syncthing
                        
# 2024-12-03 19:47:46  737.00B 复制新文件或目录到容器中
COPY /src/script/docker-entrypoint.sh /bin/entrypoint.sh # buildkit
                        
# 2024-12-03 19:47:46  27.41MB 复制新文件或目录到容器中
COPY /src/syncthing-linux-amd64 /bin/syncthing # buildkit
                        
# 2024-12-03 19:47:27  5.99MB 执行命令并创建新的镜像层
RUN |1 TARGETARCH=amd64 /bin/sh -c apk add --no-cache ca-certificates curl libcap su-exec tzdata # buildkit
                        
# 2024-12-03 19:47:27  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/syncthing]
                        
# 2024-12-03 19:47:27  0.00B 声明容器运行时监听的端口
EXPOSE map[21027/udp:{} 22000/tcp:{} 22000/udp:{} 8384/tcp:{}]
                        
# 2024-12-03 19:47:27  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
                        
# 2024-12-03 19:47:27  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2024-09-06 20:05:36  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2024-09-06 20:05:36  7.80MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.20.3-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:d78cc688ff4e522ed83557e2cd88bdb82b9525addbe3823909ce5800743f2044",
    "RepoTags": [
        "syncthing/syncthing:1.28.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:1.28.1"
    ],
    "RepoDigests": [
        "syncthing/syncthing@sha256:289b4ca86d77e4938d3e0af7d11f5c0a0fb786e469d5f697c25ab0f9e1f29f34",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing@sha256:68a1472faf80abfa013f107566a6e4fc036b47baf9eaa4ecb968a6e386110d49"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-12-03T11:47:46.915050917Z",
    "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
        },
        "ArgsEscaped": true,
        "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": "612fdff37766ee18a1443be82635156b2f085806",
            "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": "1.28.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 41200532,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/ef1c3fbd7ad4758b48725719deca9537c8d2e7faa858ab1bb6ef2492a1db8584/diff:/var/lib/docker/overlay2/bc16fe5543c25cd84d56f1b04871eaa9188c7177fe8577b71d93d1fb0d9586f4/diff:/var/lib/docker/overlay2/d96849554737c48c4effa7013818979a183b40a6bd2360dc5f38c53c9a5d807d/diff:/var/lib/docker/overlay2/23c5724f3a35122d45237c48d0eec74bfb90f129834f1ecb674937c0af9f9db3/diff",
            "MergedDir": "/var/lib/docker/overlay2/2a346566de63c30c3b23f78470a76035836e62940c606107ddddbc557757f8b4/merged",
            "UpperDir": "/var/lib/docker/overlay2/2a346566de63c30c3b23f78470a76035836e62940c606107ddddbc557757f8b4/diff",
            "WorkDir": "/var/lib/docker/overlay2/2a346566de63c30c3b23f78470a76035836e62940c606107ddddbc557757f8b4/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:75654b8eeebd3beae97271a102f57cdeb794cc91e442648544963a7e951e9558",
            "sha256:75477d5716320569d352c4662c503a1289675b967bcead723fe35c6044d17bb9",
            "sha256:4d68338f4dfeb1966ad6d3640b3e24ae497c2b321c60f65ea49bc1bbf6e9dfbe",
            "sha256:cca15ead6031b0f50b029ee10e17d7eca10ce459a2b6ae865624c56f203050a7",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-12-18T20:19:27.720596373+08:00"
    }
}

更多版本

docker.io/syncthing/syncthing:1.27.10

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

docker.io/syncthing/syncthing:1.27

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

docker.io/syncthing/syncthing:1.28.0

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

docker.io/syncthing/syncthing:1.28.1

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