logo
docker.io/henrygd/beszel:0.19
linux/amd64 docker.io

很抱歉,我无法直接访问并获取Docker Hub上镜像的描述信息。 我需要访问互联网才能做到这一点。 因此,我无法提供docker.io/henrygd/beszel镜像的描述。

17
浏览次数
32.09MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/henrygd/beszel:0.19
源镜像
docker.io/henrygd/beszel:0.19
镜像ID
sha256:ac546f2b8320eef91049bd1b80350bd300aea49a4f92a1504dfafb2d49de6284
镜像 TAG
0.19
镜像大小
32.09MB
平台架构
linux/amd64
镜像源
docker.io
CMD
serve --http=0.0.0.0:8090
启动入口
/beszel
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-09-03T15:27:26.77303605Z
同步时间
2026-09-15 15:29
浏览量
17 次
贡献者
🔌 开放端口 1
8090/tcp
📁 目录挂载 1
 /beszel_data
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 8
KeyValue
2026-09-03T15:24:52.170Z org.opencontainers.image.created
Lightweight server monitoring with historical data, docker stats, and alerts. org.opencontainers.image.description
MIT org.opencontainers.image.licenses
ffcdb041670a501611727848649d28d886beb231 org.opencontainers.image.revision
https://github.com/henrygd/beszel org.opencontainers.image.source
beszel org.opencontainers.image.title
https://github.com/henrygd/beszel org.opencontainers.image.url
0.19.0 org.opencontainers.image.version
🛡️ 镜像安全扫描
Trivy 2026-09-15 15:29 查看完整报告
1
低危 LOW
0
中危 MEDIUM
0
高危 HIGH
0
严重 CRITICAL
受影响目标 (1)
beszel gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/henrygd/beszel:0.19
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/henrygd/beszel:0.19  docker.io/henrygd/beszel:0.19

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/henrygd/beszel:0.19
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/henrygd/beszel:0.19  docker.io/henrygd/beszel:0.19

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-09-03 23:27:26  0.00B 设置默认要执行的命令
CMD ["serve" "--http=0.0.0.0:8090"]
                        
# 2026-09-03 23:27:26  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/beszel"]
                        
# 2026-09-03 23:27:26  0.00B 声明容器运行时监听的端口
EXPOSE [8090/tcp]
                        
# 2026-09-03 23:27:26  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/beszel_data]
                        
# 2026-09-03 23:27:26  179.36KB 复制新文件或目录到容器中
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit
                        
# 2026-09-03 23:27:26  31.91MB 复制新文件或目录到容器中
COPY /beszel / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:ac546f2b8320eef91049bd1b80350bd300aea49a4f92a1504dfafb2d49de6284",
    "RepoTags": [
        "henrygd/beszel:0.19",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/henrygd/beszel:0.19"
    ],
    "RepoDigests": [
        "henrygd/beszel@sha256:fefb27166f5e1611ebf67f8697ea928a23f44efdb00af922e2ac3b5faa2efd5c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/henrygd/beszel@sha256:e60da5ce457588568415cf21b07dc86067b9638e1f94aae4823d1d613e87a285"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-09-03T15:27:26.77303605Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8090/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "serve",
            "--http=0.0.0.0:8090"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/beszel_data": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/beszel"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-09-03T15:24:52.170Z",
            "org.opencontainers.image.description": "Lightweight server monitoring with historical data, docker stats, and alerts.",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "ffcdb041670a501611727848649d28d886beb231",
            "org.opencontainers.image.source": "https://github.com/henrygd/beszel",
            "org.opencontainers.image.title": "beszel",
            "org.opencontainers.image.url": "https://github.com/henrygd/beszel",
            "org.opencontainers.image.version": "0.19.0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 32087359,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/be6a6ee00983b8be5bec9147cbec6b571f5041472a18c37fb9f0a7c1fdefa5a9/diff",
            "MergedDir": "/var/lib/docker/overlay2/6e047641f00ac77b52cf422b5d02afaf01112685432529d591d4ae18c0b997de/merged",
            "UpperDir": "/var/lib/docker/overlay2/6e047641f00ac77b52cf422b5d02afaf01112685432529d591d4ae18c0b997de/diff",
            "WorkDir": "/var/lib/docker/overlay2/6e047641f00ac77b52cf422b5d02afaf01112685432529d591d4ae18c0b997de/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a319f29a1a9e7d213ce24ff6deb1498a70953e400a5558e73d3ee00aea66d87c",
            "sha256:f041304992a54c7476b14082b94cdee819cdfcbb26f0b1f3989ade6b60fca745"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-09-15T15:29:50.772412883+08:00"
    }
}

更多版本

docker.io/henrygd/beszel-agent:0.18

linux/amd64 docker.io3.91MB2026-08-07 19:53
84

docker.io/henrygd/beszel-agent:0.18.7-alpine

linux/amd64 docker.io22.31MB2026-08-12 15:50
93

docker.io/henrygd/beszel-agent:0.18.7-alpine

linux/arm64 docker.io21.97MB2026-08-12 15:50
61

docker.io/henrygd/beszel-agent:0.19

linux/amd64 docker.io10.09MB2026-09-15 15:31
15

docker.io/henrygd/beszel-agent:0.9

linux/amd64 docker.io7.25MB2025-02-11 13:58
458

docker.io/henrygd/beszel-agent:latest

linux/amd64 docker.io7.85MB2025-06-10 13:58
688

docker.io/henrygd/beszel-agent:latest

linux/arm64 docker.io6.95MB2024-11-16 07:27
597

docker.io/henrygd/beszel:0.18.7

linux/amd64 docker.io32.45MB2026-06-01 13:58
218

docker.io/henrygd/beszel:0.18.7

linux/arm64 docker.io31.02MB2026-08-12 15:40
70

docker.io/henrygd/beszel:0.19

linux/amd64 docker.io32.09MB2026-09-15 15:29
16

docker.io/henrygd/beszel:0.19

linux/arm64 docker.io30.52MB2026-09-15 15:30
13

docker.io/henrygd/beszel:0.9

linux/amd64 docker.io39.80MB2025-02-11 13:54
459

docker.io/henrygd/beszel:latest

linux/amd64 docker.io29.55MB2025-07-04 14:37
512

docker.io/henrygd/beszel:latest

linux/arm64 docker.io36.79MB2024-11-16 07:38
596
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×