docker.io/squat/generic-device-plugin:2cc50b0 linux/amd64

docker.io/squat/generic-device-plugin:2cc50b0 - 国内下载镜像源 浏览次数:7

squat/generic-device-plugin是一个Kubernetes设备插件,用于将主机上的通用硬件设备(如非标准加速器、专用硬件等)暴露给集群中的Pod,支持设备的发现、分配与监控,使容器化应用能够请求并使用这些特定硬件资源,满足应用对专用设备的访问需求。

源镜像 docker.io/squat/generic-device-plugin:2cc50b0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/squat/generic-device-plugin:2cc50b0
镜像ID sha256:2b1e8436e9b1f7726040d66c8417d7c97ee39660ab965214482fbc386d4358e3
镜像TAG 2cc50b0
大小 14.72MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /generic-device-plugin
工作目录 /
OS/平台 linux/amd64
浏览量 7 次
贡献者
镜像创建 2026-05-15T12:00:51.855864463Z
同步时间 2026-06-01 17:20
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2026-05-15T12:07:54.879Z: org.opencontainers.image.created A Kubernetes device plugin to schedule generic Linux devices: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 2cc50b05d4d2f248b1b61dd4e392c51cb07e4ed1: 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 latest: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/squat/generic-device-plugin:2cc50b0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/squat/generic-device-plugin:2cc50b0  docker.io/squat/generic-device-plugin:2cc50b0

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


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

镜像信息

{
    "Id": "sha256:2b1e8436e9b1f7726040d66c8417d7c97ee39660ab965214482fbc386d4358e3",
    "RepoTags": [
        "squat/generic-device-plugin:2cc50b0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/squat/generic-device-plugin:2cc50b0"
    ],
    "RepoDigests": [
        "squat/generic-device-plugin@sha256:dc192e164c69b03f156765793a1be62ca437709ae477b27ca7d8f3dcf5021576",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/squat/generic-device-plugin@sha256:ace7be8864a048cc767183962a1468e39157037147228c4dfbe90b9a2cef82b5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-05-15T12:00:51.855864463Z",
    "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-05-15T12:07:54.879Z",
            "org.opencontainers.image.description": "A Kubernetes device plugin to schedule generic Linux devices",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "2cc50b05d4d2f248b1b61dd4e392c51cb07e4ed1",
            "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": "latest"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 14718768,
    "GraphDriver": {
        "Data": {
            "MergedDir": "/var/lib/docker/overlay2/2811d52f68e4b4a4cfab76c239a58fddc489014c344b75f2294931229e120c36/merged",
            "UpperDir": "/var/lib/docker/overlay2/2811d52f68e4b4a4cfab76c239a58fddc489014c344b75f2294931229e120c36/diff",
            "WorkDir": "/var/lib/docker/overlay2/2811d52f68e4b4a4cfab76c239a58fddc489014c344b75f2294931229e120c36/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:c8a4c85e63cf5a43520177b798d6bce100e17aea49c983252cc11843362d2df3"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-06-01T17:20:40.554163858+08:00"
    }
}

更多版本

docker.io/squat/generic-device-plugin:2cc50b0

linux/amd64 docker.io14.72MB2026-06-01 17:20
6