ghcr.io/yannh/kubeconform:latest linux/amd64

ghcr.io/yannh/kubeconform:latest - 国内下载镜像源 浏览次数:11

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

这是一个名为ghcr.io/yannh/kubeconform 的 Docker 容器镜像。它包含 Kubeconform 工具,用于验证 Kubernetes 资源清单的有效性和合规性。

源镜像 ghcr.io/yannh/kubeconform:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/yannh/kubeconform:latest
镜像ID sha256:6234099dc957a80320229c4c16032387a76ac74af0bf9f905de507513482a5d2
镜像TAG latest
大小 13.79MB
镜像源 ghcr.io
CMD
启动入口 /kubeconform
工作目录 /
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2025-05-12T09:22:15.569022292Z
同步时间 2025-07-23 22:29
更新时间 2025-07-24 11:03
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
Yann Hamon <yann@mandragor.org>: org.opencontainers.image.authors A Kubernetes manifests validation tool: org.opencontainers.image.description https://github.com/yannh/kubeconform/: org.opencontainers.image.documentation Apache License 2.0: org.opencontainers.image.licenses https://github.com/yannh/kubeconform/: org.opencontainers.image.source kubeconform: org.opencontainers.image.title https://github.com/yannh/kubeconform/: org.opencontainers.image.url

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/yannh/kubeconform:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/yannh/kubeconform:latest  ghcr.io/yannh/kubeconform:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/yannh/kubeconform:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/yannh/kubeconform:latest  ghcr.io/yannh/kubeconform:latest

Shell快速替换命令

sed -i 's#ghcr.io/yannh/kubeconform:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/yannh/kubeconform:latest#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-05-12 17:22:15  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/kubeconform"]
                        
# 2025-05-12 17:22:15  13.56MB 复制新文件或目录到容器中
COPY kubeconform / # buildkit
                        
# 2025-05-12 17:22:15  222.60KB 复制新文件或目录到容器中
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt # buildkit
                        
# 2025-05-12 17:22:15  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=Yann Hamon <yann@mandragor.org> org.opencontainers.image.source=https://github.com/yannh/kubeconform/ org.opencontainers.image.description=A Kubernetes manifests validation tool org.opencontainers.image.documentation=https://github.com/yannh/kubeconform/ org.opencontainers.image.licenses=Apache License 2.0 org.opencontainers.image.title=kubeconform org.opencontainers.image.url=https://github.com/yannh/kubeconform/
                        
                    

镜像信息

{
    "Id": "sha256:6234099dc957a80320229c4c16032387a76ac74af0bf9f905de507513482a5d2",
    "RepoTags": [
        "ghcr.io/yannh/kubeconform:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/yannh/kubeconform:latest"
    ],
    "RepoDigests": [
        "ghcr.io/yannh/kubeconform@sha256:85dbef6b4b312b99133decc9c6fc9495e9fc5f92293d4ff3b7e1b30f5611823c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/yannh/kubeconform@sha256:7426d17ca19f3731d2a6287c868005f052f2682800141f20e83d3109f5c8faa1"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-12T09:22:15.569022292Z",
    "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": [
            "/kubeconform"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.authors": "Yann Hamon \u003cyann@mandragor.org\u003e",
            "org.opencontainers.image.description": "A Kubernetes manifests validation tool",
            "org.opencontainers.image.documentation": "https://github.com/yannh/kubeconform/",
            "org.opencontainers.image.licenses": "Apache License 2.0",
            "org.opencontainers.image.source": "https://github.com/yannh/kubeconform/",
            "org.opencontainers.image.title": "kubeconform",
            "org.opencontainers.image.url": "https://github.com/yannh/kubeconform/"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 13785389,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/c961cb39ea9d3f7018662e09720bbe61cf7f6b4863bc1b93b3b31b96595730e3/diff",
            "MergedDir": "/var/lib/docker/overlay2/98a07a06bde527ebc718c2d7abb277b43546e7602fc1215a0a3f8f7eb67bb537/merged",
            "UpperDir": "/var/lib/docker/overlay2/98a07a06bde527ebc718c2d7abb277b43546e7602fc1215a0a3f8f7eb67bb537/diff",
            "WorkDir": "/var/lib/docker/overlay2/98a07a06bde527ebc718c2d7abb277b43546e7602fc1215a0a3f8f7eb67bb537/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:21b6319b2cc0b70ac8ecd63577363a8e8f77d9e1e32fe0412390a1bb7dd67392",
            "sha256:4da4b0fdffa7e17045f8fa3355c307462e58b0f1776940a19ca2dc422a0af27c"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-23T22:29:40.240538582+08:00"
    }
}

更多版本

ghcr.io/yannh/kubeconform:latest

linux/amd64 ghcr.io13.79MB2025-07-23 22:29
10