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

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

Syncthing

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

源镜像 docker.io/syncthing/syncthing:1.28.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:1.28.0
镜像ID sha256:82f249ed758d7b8e3014229f8b4ca38b7164ef1acc8815fb3c6a16c46434e5cc
镜像TAG 1.28.0
大小 41.18MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /bin/entrypoint.sh /bin/syncthing
工作目录
OS/平台 linux/amd64
浏览量 32 次
贡献者
镜像创建 2024-10-16T07:46:59.566438314Z
同步时间 2024-11-07 15:19
更新时间 2024-11-22 01:55
开放端口
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 6d64daaba326ba8378c700e00a31e425c7c90579: 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.0: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: alpine 3.20.3 扫描引擎: Trivy 扫描时间: 2024-11-07 15:19

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

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

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#syncthing/syncthing:1.28.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:1.28.0#' 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.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:1.28.0  docker.io/syncthing/syncthing:1.28.0'

Ansible快速分发-Containerd

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

镜像历史

大小 创建时间 层信息
0.00B 2024-10-16 15:46:59 ENTRYPOINT ["/bin/entrypoint.sh" "/bin/syncthing"]
0.00B 2024-10-16 15:46:59 RUN |1 TARGETARCH=amd64 /bin/sh -c chmod 755 /bin/entrypoint.sh # buildkit
0.00B 2024-10-16 15:46:59 ENV STHOMEDIR=/var/syncthing/config
0.00B 2024-10-16 15:46:59 ENV STGUIADDRESS=0.0.0.0:8384
0.00B 2024-10-16 15:46:59 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'}
0.00B 2024-10-16 15:46:59 ENV PUID=1000 PGID=1000 HOME=/var/syncthing
737.00B 2024-10-16 15:46:59 COPY /src/script/docker-entrypoint.sh /bin/entrypoint.sh # buildkit
27.38MB 2024-10-16 15:46:59 COPY /src/syncthing-linux-amd64 /bin/syncthing # buildkit
5.99MB 2024-10-16 15:46:39 RUN |1 TARGETARCH=amd64 /bin/sh -c apk add --no-cache ca-certificates curl libcap su-exec tzdata # buildkit
0.00B 2024-10-16 15:46:39 VOLUME [/var/syncthing]
0.00B 2024-10-16 15:46:39 EXPOSE map[21027/udp:{} 22000/tcp:{} 22000/udp:{} 8384/tcp:{}]
0.00B 2024-10-16 15:46:39 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
0.00B 2024-10-16 15:46:39 ARG TARGETARCH=amd64
0.00B 2024-09-07 06:20:07 /bin/sh -c #(nop) CMD ["/bin/sh"]
7.80MB 2024-09-07 06:20:07 /bin/sh -c #(nop) ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in /

镜像信息

{
    "Id": "sha256:82f249ed758d7b8e3014229f8b4ca38b7164ef1acc8815fb3c6a16c46434e5cc",
    "RepoTags": [
        "syncthing/syncthing:1.28.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing:1.28.0"
    ],
    "RepoDigests": [
        "syncthing/syncthing@sha256:30b6a53436527edf31d791361d14b1f5119cc6882dbcf07822b618ee7a74e115",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/syncthing/syncthing@sha256:f257a8d61989e6d2861c8ae1668044f99ba4402388be1e6f7d7db0aebed313ce"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-10-16T07:46:59.566438314Z",
    "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": "6d64daaba326ba8378c700e00a31e425c7c90579",
            "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.0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 41177834,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/02414f3964fdce858f5942cc27e52bf61d0d4b4d43f91322e94f6d6c70cca39c/diff:/var/lib/docker/overlay2/07ded185e28bdc6f4e3756e4b032127ce4cdecb3bf660b3e34750d077a227c60/diff:/var/lib/docker/overlay2/b594230626451b6641fea69f47752f260849a807ca3fca06f5bf39f21acbf66c/diff:/var/lib/docker/overlay2/56dbc2212cbc9b991b1a93a72a8c08a3a8460c06576fe4f3267009446334aa65/diff",
            "MergedDir": "/var/lib/docker/overlay2/5bb98c35c62adce82eae802ba0273fc6fcf8839919cf0980d17aed4d11d6b9c2/merged",
            "UpperDir": "/var/lib/docker/overlay2/5bb98c35c62adce82eae802ba0273fc6fcf8839919cf0980d17aed4d11d6b9c2/diff",
            "WorkDir": "/var/lib/docker/overlay2/5bb98c35c62adce82eae802ba0273fc6fcf8839919cf0980d17aed4d11d6b9c2/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:63ca1fbb43ae5034640e5e6cb3e083e05c290072c5366fcaa9d62435a4cced85",
            "sha256:f96b44629502d42f2cd5bb064a894f4c299d8a3982302db9528d7e8e13a48cb3",
            "sha256:ddfa4ceb0b2b5613658ce4edd912e2dbc92d1355f5704e437e58947b04282b2b",
            "sha256:3554072c9d499f6dcbc33f40b9e9cb346e3d5031025a0b20e892850d81c1b41d",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-11-07T15:19:53.174967509+08:00"
    }
}

更多版本

docker.io/syncthing/syncthing:1.27.10

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

docker.io/syncthing/syncthing:1.27

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

docker.io/syncthing/syncthing:1.28.0

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