logo
docker.io/henrygd/beszel:0.19
linux/arm64 docker.io 请确认架构匹配

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

15
浏览次数
30.52MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/henrygd/beszel:0.19-linuxarm64
源镜像
docker.io/henrygd/beszel:0.19
镜像ID
sha256:0e6b4bc6f51b9b6d0f1d1cede2741b2a531232f374e753450f6b3b57273be15a
镜像 TAG
0.19-linuxarm64
镜像大小
30.52MB
平台架构
linux/arm64
镜像源
docker.io
CMD
serve --http=0.0.0.0:8090
启动入口
/beszel
工作目录
/
OS/平台
linux/arm64
镜像创建
2026-09-03T15:27:26.944150489Z
同步时间
2026-09-15 15:30
浏览量
15 次
贡献者
🔌 开放端口 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:30 查看完整报告
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-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/henrygd/beszel:0.19-linuxarm64  docker.io/henrygd/beszel:0.19

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/henrygd/beszel:0.19-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/henrygd/beszel:0.19-linuxarm64  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-linuxarm64#' 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-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/henrygd/beszel:0.19-linuxarm64  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-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/henrygd/beszel:0.19-linuxarm64  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  30.34MB 复制新文件或目录到容器中
COPY /beszel / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:0e6b4bc6f51b9b6d0f1d1cede2741b2a531232f374e753450f6b3b57273be15a",
    "RepoTags": [
        "henrygd/beszel:0.19",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/henrygd/beszel:0.19-linuxarm64"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/henrygd/beszel@sha256:7d6a27589e69987569785112b57258c5999405a509c00f61e248c187d8aebee3"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-09-03T15:27:26.944150489Z",
    "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": "arm64",
    "Os": "linux",
    "Size": 30522687,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6361e84863604c75422d4e56758c3ea251cd8ceafb4fd208a88a479e217a3cc5/diff",
            "MergedDir": "/var/lib/docker/overlay2/4465aae6c239271cd0788b904cd416e6833e3fe51183cb60cf0c4e8a25194268/merged",
            "UpperDir": "/var/lib/docker/overlay2/4465aae6c239271cd0788b904cd416e6833e3fe51183cb60cf0c4e8a25194268/diff",
            "WorkDir": "/var/lib/docker/overlay2/4465aae6c239271cd0788b904cd416e6833e3fe51183cb60cf0c4e8a25194268/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:076bbfc09962c0424d6f5b3e87ecbbf81a901dd84a0cb1dff513b6fb155e8736",
            "sha256:f041304992a54c7476b14082b94cdee819cdfcbb26f0b1f3989ade6b60fca745"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-09-15T15:30:38.548031511+08:00"
    }
}

更多版本

docker.io/henrygd/beszel-agent:0.18

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

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

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

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

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

docker.io/henrygd/beszel-agent:0.19

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

docker.io/henrygd/beszel-agent:0.9

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

docker.io/henrygd/beszel-agent:latest

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

docker.io/henrygd/beszel-agent:latest

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

docker.io/henrygd/beszel:0.18.7

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

docker.io/henrygd/beszel:0.18.7

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

docker.io/henrygd/beszel:0.19

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

docker.io/henrygd/beszel:0.19

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

docker.io/henrygd/beszel:0.9

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

docker.io/henrygd/beszel:latest

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

docker.io/henrygd/beszel:latest

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