广告图片

ghcr.io/squat/generic-device-plugin:0.2.0 linux/arm64

ghcr.io/squat/generic-device-plugin:0.2.0 - 国内下载镜像源 浏览次数:6 温馨提示: 这是一个 linux/arm64 系统架构镜像

该镜像为Kubernetes集群提供通用设备插件,用于将主机上的任意设备(如USB设备、串口设备等)暴露给集群中的Pod,支持通过配置指定设备路径、类型等参数,方便Pod访问主机物理设备。

源镜像 ghcr.io/squat/generic-device-plugin:0.2.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/squat/generic-device-plugin:0.2.0-linuxarm64
镜像ID sha256:4c542a1948c314376d2b0fd1967a1682b1ee1461a11b91102e9b07b55d6491b1
镜像TAG 0.2.0-linuxarm64
大小 13.70MB
镜像源 ghcr.io
CMD
启动入口 /generic-device-plugin
工作目录 /
OS/平台 linux/arm64
浏览量 6 次
贡献者
镜像创建 2026-04-14T16:43:40.870903725Z
同步时间 2026-05-12 23:56
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2026-04-14T16:49:36.866Z: org.opencontainers.image.created A Kubernetes device plugin to schedule generic Linux devices: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses a3d6f47ddde5cbb24cc274f4ffd2f2cdc90f7b92: org.opencontainers.image.revision https://github.com/squat/generic-device-plugin: org.opencontainers.image.source generic-device-plugin: org.opencontainers.image.title https://github.com/squat/generic-device-plugin: org.opencontainers.image.url 0.2.0: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/squat/generic-device-plugin:0.2.0-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/squat/generic-device-plugin:0.2.0-linuxarm64  ghcr.io/squat/generic-device-plugin:0.2.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/squat/generic-device-plugin:0.2.0-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/squat/generic-device-plugin:0.2.0-linuxarm64  ghcr.io/squat/generic-device-plugin:0.2.0

Shell快速替换命令

sed -i 's#ghcr.io/squat/generic-device-plugin:0.2.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/squat/generic-device-plugin:0.2.0-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/squat/generic-device-plugin:0.2.0-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/squat/generic-device-plugin:0.2.0-linuxarm64  ghcr.io/squat/generic-device-plugin:0.2.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/squat/generic-device-plugin:0.2.0-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/squat/generic-device-plugin:0.2.0-linuxarm64  ghcr.io/squat/generic-device-plugin:0.2.0'

镜像构建历史


# 2026-04-15 00:43:40  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/generic-device-plugin"]
                        
# 2026-04-15 00:43:40  13.70MB 复制新文件或目录到容器中
COPY /tmp/build/result/bin/linux_arm64/generic-device-plugin /generic-device-plugin # buildkit
                        
# 2026-04-15 00:43:40  0.00B 定义构建参数
ARG TARGETARCH=arm64
                        
# 2026-04-15 00:43:40  0.00B 定义构建参数
ARG TARGETOS=linux
                        
                    

镜像信息

{
    "Id": "sha256:4c542a1948c314376d2b0fd1967a1682b1ee1461a11b91102e9b07b55d6491b1",
    "RepoTags": [
        "ghcr.io/squat/generic-device-plugin:0.2.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/squat/generic-device-plugin:0.2.0-linuxarm64"
    ],
    "RepoDigests": [
        "ghcr.io/squat/generic-device-plugin@sha256:66c8d5c270eb2b721f1064c549b9b7898152a6d2f0163380a5d37dc7636c20ff",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/squat/generic-device-plugin@sha256:679049026d6b202d506ee3ffc746314d3d5efb3a7e7e918ae5de702df5fa4eae"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-04-14T16:43:40.870903725Z",
    "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": [
            "/generic-device-plugin"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-04-14T16:49:36.866Z",
            "org.opencontainers.image.description": "A Kubernetes device plugin to schedule generic Linux devices",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "a3d6f47ddde5cbb24cc274f4ffd2f2cdc90f7b92",
            "org.opencontainers.image.source": "https://github.com/squat/generic-device-plugin",
            "org.opencontainers.image.title": "generic-device-plugin",
            "org.opencontainers.image.url": "https://github.com/squat/generic-device-plugin",
            "org.opencontainers.image.version": "0.2.0"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 13697150,
    "GraphDriver": {
        "Data": {
            "MergedDir": "/var/lib/docker/overlay2/7a58230ec16840b65ad071e01cf77b39122ad941fbec0de8325a28c953608784/merged",
            "UpperDir": "/var/lib/docker/overlay2/7a58230ec16840b65ad071e01cf77b39122ad941fbec0de8325a28c953608784/diff",
            "WorkDir": "/var/lib/docker/overlay2/7a58230ec16840b65ad071e01cf77b39122ad941fbec0de8325a28c953608784/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:8baac557311842d0747f9fb14dab305b7dc6426008548aadbe78fa7aefe3f256"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-05-12T23:56:35.318364319+08:00"
    }
}

更多版本

ghcr.io/squat/generic-device-plugin:0.2.0

linux/arm64 ghcr.io13.70MB2026-05-12 23:56
5