docker.io/mikefarah/yq:4.30.8 linux/amd64

docker.io/mikefarah/yq:4.30.8 - 国内下载镜像源 浏览次数:14

这是一个用于处理 YAML 数据的命令行工具 yq 的 Docker 镜像。它由 Mike Farah 维护,并托管在 Docker Hub 上。

源镜像 docker.io/mikefarah/yq:4.30.8
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mikefarah/yq:4.30.8
镜像ID sha256:290cefa2b7aeb7ed3be154f6ddd99a3101d9993a568f67a0b1d681dce55248eb
镜像TAG 4.30.8
大小 19.78MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /usr/bin/yq
工作目录 /workdir
OS/平台 linux/amd64
浏览量 14 次
贡献者
镜像创建 2023-01-15T01:02:58.820081291Z
同步时间 2025-06-04 22:39
更新时间 2025-06-06 18:50
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
Mike Farah <mikefarah@users.noreply.github.com>: maintainer https://github.com/mikefarah/yq/graphs/contributors: org.opencontainers.image.authors 2023-01-15 01:01:17+00:00: org.opencontainers.image.created yq is a portable command-line YAML processor: org.opencontainers.image.description https://mikefarah.gitbook.io/yq/: org.opencontainers.image.documentation MIT: org.opencontainers.image.licenses dd6cf3df146f3e2c0f8c765a6ef9e35780ad8cc1: org.opencontainers.image.revision https://github.com/mikefarah/yq: org.opencontainers.image.source yq: org.opencontainers.image.title https://mikefarah.gitbook.io/yq/: org.opencontainers.image.url 4.30.8: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mikefarah/yq:4.30.8
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mikefarah/yq:4.30.8  docker.io/mikefarah/yq:4.30.8

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mikefarah/yq:4.30.8
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mikefarah/yq:4.30.8  docker.io/mikefarah/yq:4.30.8

Shell快速替换命令

sed -i 's#mikefarah/yq:4.30.8#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mikefarah/yq:4.30.8#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mikefarah/yq:4.30.8 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mikefarah/yq:4.30.8  docker.io/mikefarah/yq:4.30.8'

Ansible快速分发-Containerd

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

镜像构建历史


# 2023-01-15 09:02:58  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/yq"]
                        
# 2023-01-15 09:02:58  0.00B 指定运行容器时使用的用户
USER yq
                        
# 2023-01-15 09:02:58  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c chown -R yq:yq /workdir # buildkit
                        
# 2023-01-15 09:02:58  4.68KB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux;   addgroup -g 1000 yq;   adduser -u 1000 -G yq -s /bin/sh -h /home/yq -D yq # buildkit
                        
# 2023-01-15 09:02:58  0.00B 设置工作目录为/workdir
WORKDIR /workdir
                        
# 2023-01-15 09:02:58  12.72MB 复制新文件或目录到容器中
COPY /go/src/mikefarah/yq/yq /usr/bin/yq # buildkit
                        
# 2023-01-15 09:02:58  0.00B 添加元数据标签
LABEL maintainer=Mike Farah <mikefarah@users.noreply.github.com>
                        
# 2023-01-10 01:05:20  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2023-01-10 01:05:20  7.05MB 
/bin/sh -c #(nop) ADD file:e4d600fc4c9c293efe360be7b30ee96579925d1b4634c94332e2ec73f7d8eca1 in / 
                        
                    

镜像信息

{
    "Id": "sha256:290cefa2b7aeb7ed3be154f6ddd99a3101d9993a568f67a0b1d681dce55248eb",
    "RepoTags": [
        "mikefarah/yq:4.30.8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mikefarah/yq:4.30.8"
    ],
    "RepoDigests": [
        "mikefarah/yq@sha256:cf6de587e3bf4e80e4395d82a6892e7897f5b5fb402e8243854d0bd7e0fa5bd1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mikefarah/yq@sha256:e9475c5c19070633837265fae6e2490f4713a6d7a5f8ebb7acdc805eda0beaba"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-01-15T01:02:58.820081291Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "yq",
        "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": "/workdir",
        "Entrypoint": [
            "/usr/bin/yq"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "Mike Farah \u003cmikefarah@users.noreply.github.com\u003e",
            "org.opencontainers.image.authors": "https://github.com/mikefarah/yq/graphs/contributors",
            "org.opencontainers.image.created": "2023-01-15 01:01:17+00:00",
            "org.opencontainers.image.description": "yq is a portable command-line YAML processor",
            "org.opencontainers.image.documentation": "https://mikefarah.gitbook.io/yq/",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "dd6cf3df146f3e2c0f8c765a6ef9e35780ad8cc1",
            "org.opencontainers.image.source": "https://github.com/mikefarah/yq",
            "org.opencontainers.image.title": "yq",
            "org.opencontainers.image.url": "https://mikefarah.gitbook.io/yq/",
            "org.opencontainers.image.version": "4.30.8"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 19776159,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/dd2e4f300e7eced66e3b731b56c86e42cfe116555a31b970df2916f776b1b7bc/diff:/var/lib/docker/overlay2/f01389cf6267dc7cb23fea9c0ee22fd65e2683d7bf0ed91ed8b7c7f0e6345557/diff:/var/lib/docker/overlay2/112d144dd05dcb11f5eec9f3443f3ef538becf51c21a69b478368ad4b3ea9175/diff:/var/lib/docker/overlay2/f06a6a00927f235529d49dee541fd6679239c6a7c2ca57149432054807278865/diff",
            "MergedDir": "/var/lib/docker/overlay2/9738bc75c77d54e53f6c7c5388d57af830067fc451eaf99dcd095dd6b979a9cd/merged",
            "UpperDir": "/var/lib/docker/overlay2/9738bc75c77d54e53f6c7c5388d57af830067fc451eaf99dcd095dd6b979a9cd/diff",
            "WorkDir": "/var/lib/docker/overlay2/9738bc75c77d54e53f6c7c5388d57af830067fc451eaf99dcd095dd6b979a9cd/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:8e012198eea15b2554b07014081c85fec4967a1b9cc4b65bd9a4bce3ae1c0c88",
            "sha256:fae929c89d3d419e1fb5957da3afb6fb3240fefa7756b8faec962c6186eb8437",
            "sha256:575b9efe05dd13e25f0e95a92c45f09cc2050b2de4bd58094f2fdcee274ccbb2",
            "sha256:8232598c721979b8fe3a7ab3cbc347f2ce45788d14f294f4482dc1265e225ff7",
            "sha256:8149df2a26862d9c208f6f1d0053d337246febff638bd39b5e1d9535ecf3e279"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-04T22:39:37.434919681+08:00"
    }
}

更多版本

docker.io/mikefarah/yq:latest

linux/amd64 docker.io18.12MB2024-12-18 10:48
110

docker.io/mikefarah/yq:4.30.8

linux/amd64 docker.io19.78MB2025-06-04 22:39
13

docker.io/mikefarah/yq:4.11.1

linux/amd64 docker.io12.85MB2025-06-04 23:06
14