ℹ️
注意:这是一个 latest 标签镜像

latest 并不代表最新版本,本站同步时间存在延迟,无法保证此镜像与上游最新版本一致
生产环境建议使用明确的版本号(如 v1.2.3),避免因版本不一致导致问题。 了解更多 →

logo
ghcr.io/sagernet/sing-box:latest
linux/amd64 ghcr.io

ghcr.io/sagernet/sing-box 镜像描述

这是一个基于SagerNet的Sing-Box镜像。SagerNet是一个轻量级的、易于使用的网络工具,而Sing-Box则是一个构建在其之上的方便易用的客户端。

该镜像可能包含Sing-Box应用程序及其所有依赖项,允许用户轻松部署和运行Sing-Box。

请参考SagerNet和Sing-Box的官方文档以获取更多信息。

4755
浏览次数
43.66MB
镜像大小
源镜像
ghcr.io/sagernet/sing-box:latest
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/sagernet/sing-box:latest
镜像ID
sha256:15ea9980b474b2beb4a5d867155ee364f896687521a74abfe42b0bd19b3d05e7
镜像 TAG
latest
镜像大小
43.66MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
启动入口
sing-box
工作目录
OS/平台
linux/amd64
镜像创建
2024-10-17T11:27:55.666731387Z
同步时间
2024-11-16 22:10
浏览量
4755 次
贡献者
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 9
KeyValue
nekohasekai <contact-git@sekai.icu> maintainer
2024-10-17T11:26:59.571Z org.opencontainers.image.created
The universal proxy platform org.opencontainers.image.description
NOASSERTION org.opencontainers.image.licenses
b80ec55ba0aafc60774e19c409e55ced50ddaab3 org.opencontainers.image.revision
https://github.com/SagerNet/sing-box org.opencontainers.image.source
sing-box org.opencontainers.image.title
https://github.com/SagerNet/sing-box org.opencontainers.image.url
v1.10.1 org.opencontainers.image.version
🛡️ 镜像安全扫描
alpine 3.20.3 Trivy 2024-11-16 22:11 查看完整报告
2
低危 LOW
0
中危 MEDIUM
0
高危 HIGH
0
严重 CRITICAL
受影响目标 (2)
ghcr.io/sagernet/sing-box:latest (alpine 3.20.3) alpine usr/local/bin/sing-box gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/sagernet/sing-box:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/sagernet/sing-box:latest  ghcr.io/sagernet/sing-box:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/sagernet/sing-box:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/sagernet/sing-box:latest  ghcr.io/sagernet/sing-box:latest

Shell快速替换命令

sed -i 's#ghcr.io/sagernet/sing-box:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/sagernet/sing-box:latest#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/sagernet/sing-box:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/sagernet/sing-box:latest  ghcr.io/sagernet/sing-box:latest'

镜像构建历史


# 2024-10-17 19:27:55  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["sing-box"]
                        
# 2024-10-17 19:27:55  31.11MB 复制新文件或目录到容器中
COPY /go/bin/sing-box /usr/local/bin/sing-box # buildkit
                        
# 2024-10-17 19:27:03  4.75MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex     && apk upgrade     && apk add bash tzdata ca-certificates nftables     && rm -rf /var/cache/apk/* # buildkit
                        
# 2024-10-17 19:27:03  0.00B 添加元数据标签
LABEL maintainer=nekohasekai <contact-git@sekai.icu>
                        
# 2024-09-07 06:20:07  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2024-09-07 06:20:07  7.80MB 
/bin/sh -c #(nop) ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in / 
                        
                    

镜像信息

{
    "Id": "sha256:15ea9980b474b2beb4a5d867155ee364f896687521a74abfe42b0bd19b3d05e7",
    "RepoTags": [
        "ghcr.io/sagernet/sing-box:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/sagernet/sing-box:latest"
    ],
    "RepoDigests": [
        "ghcr.io/sagernet/sing-box@sha256:d7c891411b7b4ceda527bf8dcf7a947a2a394ed69c4cce2ac090cfc2e7889270",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/sagernet/sing-box@sha256:a93c86a65fd6b281be3b4cd36812ce2ce67eb98fe0d5888538c7eaf4deed0ef3"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-10-17T11:27:55.666731387Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "sing-box"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "nekohasekai \u003ccontact-git@sekai.icu\u003e",
            "org.opencontainers.image.created": "2024-10-17T11:26:59.571Z",
            "org.opencontainers.image.description": "The universal proxy platform",
            "org.opencontainers.image.licenses": "NOASSERTION",
            "org.opencontainers.image.revision": "b80ec55ba0aafc60774e19c409e55ced50ddaab3",
            "org.opencontainers.image.source": "https://github.com/SagerNet/sing-box",
            "org.opencontainers.image.title": "sing-box",
            "org.opencontainers.image.url": "https://github.com/SagerNet/sing-box",
            "org.opencontainers.image.version": "v1.10.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 43656068,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/0d25deddf7d69fecc710e833475ae2df9b70f2ca0fa801468e077e28441cd598/diff:/var/lib/docker/overlay2/56dbc2212cbc9b991b1a93a72a8c08a3a8460c06576fe4f3267009446334aa65/diff",
            "MergedDir": "/var/lib/docker/overlay2/5daaa52dac41b3f57427cd72baf6170349502cc88d0805729592c5bea38d55b6/merged",
            "UpperDir": "/var/lib/docker/overlay2/5daaa52dac41b3f57427cd72baf6170349502cc88d0805729592c5bea38d55b6/diff",
            "WorkDir": "/var/lib/docker/overlay2/5daaa52dac41b3f57427cd72baf6170349502cc88d0805729592c5bea38d55b6/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:63ca1fbb43ae5034640e5e6cb3e083e05c290072c5366fcaa9d62435a4cced85",
            "sha256:1f5006bb764c649d7ff91c16fd05781c6ce437a790cc708b51b6a0289efddcd9",
            "sha256:3181ada6e05dffd3606f1bd751ce36c51278bf09ba5eb619d681c987de37c91d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-11-16T22:09:55.907074756+08:00"
    }
}

更多版本

ghcr.io/sagernet/sing-box:latest

linux/amd64 ghcr.io43.66MB2024-11-16 22:10
4754

ghcr.io/sagernet/sing-box:v1.11.6

linux/amd64 ghcr.io45.95MB2025-04-05 09:06
1884

ghcr.io/sagernet/sing-box:v1.12.12

linux/arm64 ghcr.io57.23MB2025-11-04 23:26
993

ghcr.io/sagernet/sing-box:v1.12.12

linux/amd64 ghcr.io57.51MB2025-11-04 23:28
719

ghcr.io/sagernet/sing-box:v1.13.5

linux/amd64 ghcr.io80.51MB2026-03-31 15:02
341

ghcr.io/sagernet/sing-box:v1.13.8

linux/amd64 ghcr.io87.99MB2026-04-20 09:38
236

ghcr.io/sagernet/sing-box:v1.13.11

linux/amd64 ghcr.io81.43MB2026-04-23 09:09
410

ghcr.io/sagernet/sing-box:v1.13.12

linux/amd64 ghcr.io81.59MB2026-05-22 15:22
268

ghcr.io/sagernet/sing-box:v1.13.13

linux/amd64 ghcr.io87.54MB2026-06-09 16:29
177

ghcr.io/sagernet/sing-box:v1.13.14

linux/amd64 ghcr.io81.52MB2026-06-29 15:38
29
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×