广告图片

docker.io/cytopia/yamllint:latest linux/amd64

docker.io/cytopia/yamllint:latest - 国内下载镜像源 浏览次数:25

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

该镜像提供了yamllint工具的运行环境,yamllint是一款用于检查YAML文件语法正确性与风格规范性的工具,能够帮助用户验证YAML文件是否符合指定的格式标准,适用于开发、运维等场景中对YAML配置文件的质量检查工作。

源镜像 docker.io/cytopia/yamllint:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cytopia/yamllint:latest
镜像ID sha256:68d3b7d6ad2e3001699585e293d0458ca50cd2b2703a3411bcb88f5f56184f43
镜像TAG latest
大小 42.68MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD --help
启动入口 yamllint
工作目录 /data
OS/平台 linux/amd64
浏览量 25 次
贡献者
镜像创建 2023-08-04T00:32:34.082163797Z
同步时间 2026-04-29 20:45
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
cytopia <cytopia@everythingcli.org>: maintainer cytopia <cytopia@everythingcli.org>: org.opencontainers.image.authors 2023-08-04 00:32:18+00:00: org.opencontainers.image.created Yamllint latest: org.opencontainers.image.description https://github.com/cytopia/docker-yamllint: org.opencontainers.image.documentation MIT: org.opencontainers.image.licenses yl: org.opencontainers.image.name Yamllint latest: org.opencontainers.image.ref.name ad6d12db185a31642b72edd3c96efe52373cd8a6: org.opencontainers.image.revision https://github.com/cytopia/docker-yamllint: org.opencontainers.image.source Yamllint latest: org.opencontainers.image.title https://github.com/cytopia/docker-yamllint: org.opencontainers.image.url cytopia: org.opencontainers.image.vendor latest: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cytopia/yamllint:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cytopia/yamllint:latest  docker.io/cytopia/yamllint:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cytopia/yamllint:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cytopia/yamllint:latest  docker.io/cytopia/yamllint:latest

Shell快速替换命令

sed -i 's#cytopia/yamllint:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cytopia/yamllint:latest#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2023-08-04 08:32:34  0.00B 设置默认要执行的命令
CMD ["--help"]
                        
# 2023-08-04 08:32:34  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["yamllint"]
                        
# 2023-08-04 08:32:34  0.00B 设置工作目录为/data
WORKDIR /data
                        
# 2023-08-04 08:32:34  209.00B 复制新文件或目录到容器中
COPY /usr/bin/yamllint /usr/bin/yamllint # buildkit
                        
# 2023-08-04 08:32:34  9.93MB 复制新文件或目录到容器中
COPY /usr/lib/python3.10/site-packages/ /usr/lib/python3.10/site-packages/ # buildkit
                        
# 2023-08-04 08:32:20  27.21MB 执行命令并创建新的镜像层
RUN |1 VERSION=latest /bin/sh -c set -eux 	&& apk add --no-cache python3 	&& ln -sf /usr/bin/python3 /usr/bin/python 	&& find /usr/lib/ -name '__pycache__' -print0 | xargs -0 -n1 rm -rf 	&& find /usr/lib/ -name '*.pyc' -print0 | xargs -0 -n1 rm -rf # buildkit
                        
# 2023-08-04 08:32:20  0.00B 添加元数据标签
LABEL org.opencontainers.image.description=Yamllint latest
                        
# 2023-08-04 08:32:20  0.00B 添加元数据标签
LABEL org.opencontainers.image.title=Yamllint latest
                        
# 2023-08-04 08:32:20  0.00B 添加元数据标签
LABEL org.opencontainers.image.ref.name=Yamllint latest
                        
# 2023-08-04 08:32:20  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-yamllint
                        
# 2023-08-04 08:32:20  0.00B 添加元数据标签
LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-yamllint
                        
# 2023-08-04 08:32:20  0.00B 添加元数据标签
LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-yamllint
                        
# 2023-08-04 08:32:20  0.00B 添加元数据标签
LABEL org.opencontainers.image.licenses=MIT
                        
# 2023-08-04 08:32:20  0.00B 添加元数据标签
LABEL org.opencontainers.image.vendor=cytopia
                        
# 2023-08-04 08:32:20  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=cytopia <cytopia@everythingcli.org>
                        
# 2023-08-04 08:32:20  0.00B 添加元数据标签
LABEL maintainer=cytopia <cytopia@everythingcli.org>
                        
# 2023-08-04 08:32:20  0.00B 定义构建参数
ARG VERSION
                        
# 2023-06-15 04:42:09  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2023-06-15 04:42:09  5.54MB 
/bin/sh -c #(nop) ADD file:4af69326e088b3c0f82320e9cd97b60c28bf019b984787c6f1c22489e6221f29 in / 
                        
                    

镜像信息

{
    "Id": "sha256:68d3b7d6ad2e3001699585e293d0458ca50cd2b2703a3411bcb88f5f56184f43",
    "RepoTags": [
        "cytopia/yamllint:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cytopia/yamllint:latest"
    ],
    "RepoDigests": [
        "cytopia/yamllint@sha256:3e9eb827ab2b12a5ea5f49d4257bb3aca94bba9f1ba427c8bc7f2456385a5204",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cytopia/yamllint@sha256:83a4e09b337bba24ab0d7d709438ce84ccbc896940c6f914c9fd93e93d0667c4"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-08-04T00:32:34.082163797Z",
    "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": [
            "--help"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/data",
        "Entrypoint": [
            "yamllint"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "cytopia \u003ccytopia@everythingcli.org\u003e",
            "org.opencontainers.image.authors": "cytopia \u003ccytopia@everythingcli.org\u003e",
            "org.opencontainers.image.created": "2023-08-04 00:32:18+00:00",
            "org.opencontainers.image.description": "Yamllint latest",
            "org.opencontainers.image.documentation": "https://github.com/cytopia/docker-yamllint",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.name": "yl",
            "org.opencontainers.image.ref.name": "Yamllint latest",
            "org.opencontainers.image.revision": "ad6d12db185a31642b72edd3c96efe52373cd8a6",
            "org.opencontainers.image.source": "https://github.com/cytopia/docker-yamllint",
            "org.opencontainers.image.title": "Yamllint latest",
            "org.opencontainers.image.url": "https://github.com/cytopia/docker-yamllint",
            "org.opencontainers.image.vendor": "cytopia",
            "org.opencontainers.image.version": "latest"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 42677093,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/78e9e1fe61e1bfd38838846d2f86e35b3cfab66660f7f9a80d5ad4e96592178f/diff:/var/lib/docker/overlay2/9adafdf5652afda4b9375fb160709bc89fafe6d6d94023b752e0b182f005ab11/diff:/var/lib/docker/overlay2/c39b46d69c8ce0239bdb52f47cf1d13f1bc466a0b0afd8d7cf95d4c1be20449c/diff:/var/lib/docker/overlay2/a5a4f402c0e8da01a0717b10b74b6e90618f7609c0403b8487495a476c77eabb/diff",
            "MergedDir": "/var/lib/docker/overlay2/d9a05149c50374a447e0a6c2fb6937fba25ffc298cdb6507c84a6af96cb5adad/merged",
            "UpperDir": "/var/lib/docker/overlay2/d9a05149c50374a447e0a6c2fb6937fba25ffc298cdb6507c84a6af96cb5adad/diff",
            "WorkDir": "/var/lib/docker/overlay2/d9a05149c50374a447e0a6c2fb6937fba25ffc298cdb6507c84a6af96cb5adad/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:18eb8b5891f2056b0a6c9978359916a519e8fdeec08c13c6383b922cd15fcfb2",
            "sha256:f969e33ff453c974bb22b2a3aef726d1086f57c786c53a3ea3e0fdd5b7229265",
            "sha256:6f867eaaa905c49d93d463d511bcfe13183570aa4ff44d10373f932b35a5dd94",
            "sha256:c780b4b49014292b9cf78570bd8cee0eab65d7f78465c94d2457b008262f0fef",
            "sha256:73640bdcdc82051b4ae6997c8a5548fb38b1ee242421b6d35f4e8eedc160f8b0"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-29T20:45:49.452741924+08:00"
    }
}

更多版本

docker.io/cytopia/yamllint:latest

linux/amd64 docker.io42.68MB2026-04-29 20:45
24