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

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

logo
docker.io/ekzhang/bore:latest
linux/amd64 docker.io

Bore是一个轻量级的TCP内网穿透工具,使用Rust语言开发,可将本地端口暴露至公网,方便外部访问本地运行的服务。它具有配置简单、运行高效的特点,适用于开发测试等场景。

19
浏览次数
2.53MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ekzhang/bore:latest
源镜像
docker.io/ekzhang/bore:latest
镜像ID
sha256:2816227a5874799df39145f37e24f9ca1aa7eda6eb3f6eba61bfaa0166771284
镜像 TAG
latest
镜像大小
2.53MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
./bore
工作目录
/
OS/平台
linux/amd64
镜像创建
2025-06-09T20:15:58.260578615Z
同步时间
2026-07-10 10:52
浏览量
19 次
贡献者
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 8
KeyValue
2025-06-09T20:13:49.698Z org.opencontainers.image.created
🕳 bore is a simple CLI tool for making tunnels to localhost org.opencontainers.image.description
MIT org.opencontainers.image.licenses
8e059cdaf993d25d92080a2b28a71949a4545d03 org.opencontainers.image.revision
https://github.com/ekzhang/bore org.opencontainers.image.source
bore org.opencontainers.image.title
https://github.com/ekzhang/bore org.opencontainers.image.url
0.6.0 org.opencontainers.image.version
🛡️ 镜像安全扫描
Trivy 2026-07-10 10:52 查看完整报告
0
低危 LOW
0
中危 MEDIUM
0
高危 HIGH
0
严重 CRITICAL

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-06-10 04:15:58  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["./bore"]
                        
# 2025-06-10 04:15:58  0.00B 指定运行容器时使用的用户
USER 1000:1000
                        
# 2025-06-10 04:15:58  2.53MB 复制新文件或目录到容器中
COPY /usr/local/cargo/bin/bore . # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:2816227a5874799df39145f37e24f9ca1aa7eda6eb3f6eba61bfaa0166771284",
    "RepoTags": [
        "ekzhang/bore:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ekzhang/bore:latest"
    ],
    "RepoDigests": [
        "ekzhang/bore@sha256:add9294ed874251ca1737f1d4e10a8681c3b885048888b3022cb327e4133c988",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ekzhang/bore@sha256:9317f58c11b98b8aa1be5eb13e47e71986691cb182ee3abed17b034649e1b1ed"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-06-09T20:15:58.260578615Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1000:1000",
        "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": [
            "./bore"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-06-09T20:13:49.698Z",
            "org.opencontainers.image.description": "🕳 bore is a simple CLI tool for making tunnels to localhost",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "8e059cdaf993d25d92080a2b28a71949a4545d03",
            "org.opencontainers.image.source": "https://github.com/ekzhang/bore",
            "org.opencontainers.image.title": "bore",
            "org.opencontainers.image.url": "https://github.com/ekzhang/bore",
            "org.opencontainers.image.version": "0.6.0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2533480,
    "GraphDriver": {
        "Data": {
            "MergedDir": "/var/lib/docker/overlay2/6d7ebe13d17b40fa3623db3b90015821ec0c0ac90938c8dc622da337d49f13ea/merged",
            "UpperDir": "/var/lib/docker/overlay2/6d7ebe13d17b40fa3623db3b90015821ec0c0ac90938c8dc622da337d49f13ea/diff",
            "WorkDir": "/var/lib/docker/overlay2/6d7ebe13d17b40fa3623db3b90015821ec0c0ac90938c8dc622da337d49f13ea/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:64aac79310e111ae7c240b180512a40857a8f4bc9ded65fc9849cef6c7f886c9"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-10T10:52:50.834205388+08:00"
    }
}

更多版本

docker.io/ekzhang/bore:latest

linux/amd64 docker.io2.53MB2026-07-10 10:52
18
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×