quay.io/operator-framework/scorecard-test:v1.34.1 linux/amd64

quay.io/operator-framework/scorecard-test:v1.34.1 - 国内下载镜像源 浏览次数:17

这是一个用于运行 Scorecard 测试的 Docker 容器镜像。Scorecard 是一个用于评估 Kubernetes Operator 的工具,该镜像包含运行 Scorecard 所需的全部依赖项,方便用户进行 Operator 的测试和验证。

源镜像 quay.io/operator-framework/scorecard-test:v1.34.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/operator-framework/scorecard-test:v1.34.1
镜像ID sha256:e57ad431769e566f6fa2322da698bd821653389883a076a99a66293f9c4bc3b6
镜像TAG v1.34.1
大小 158.98MB
镜像源 quay.io
CMD
启动入口 /usr/local/bin/scorecard-test
工作目录 /opt/scorecard-test
OS/平台 linux/amd64
浏览量 17 次
贡献者
镜像创建 2024-03-05T16:30:08.594046488Z
同步时间 2025-05-27 16:09
更新时间 2025-05-31 03:54
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci HOME=/opt/scorecard-test USER_NAME=scorecard-test USER_UID=1001
镜像标签
x86_64: architecture 2024-02-13T02:08:14: build-date ubi8-minimal-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: description public: distribution-scope 1.29.0: io.buildah.version The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: io.k8s.description Red Hat Universal Base Image 8 Minimal: io.k8s.display-name : io.openshift.expose-services minimal rhel8: io.openshift.tags Red Hat, Inc.: maintainer ubi8-minimal: name 1137: release Provides the latest release of the minimal Red Hat Universal Base Image 8.: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.9-1137: url 7e7670a8c8c9a3be83beaa2787f3703b404d4a1d: vcs-ref git: vcs-type Red Hat, Inc.: vendor 8.9: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/operator-framework/scorecard-test:v1.34.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/operator-framework/scorecard-test:v1.34.1  quay.io/operator-framework/scorecard-test:v1.34.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/operator-framework/scorecard-test:v1.34.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/operator-framework/scorecard-test:v1.34.1  quay.io/operator-framework/scorecard-test:v1.34.1

Shell快速替换命令

sed -i 's#quay.io/operator-framework/scorecard-test:v1.34.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/operator-framework/scorecard-test:v1.34.1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/operator-framework/scorecard-test:v1.34.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/operator-framework/scorecard-test:v1.34.1  quay.io/operator-framework/scorecard-test:v1.34.1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/operator-framework/scorecard-test:v1.34.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/operator-framework/scorecard-test:v1.34.1  quay.io/operator-framework/scorecard-test:v1.34.1'

镜像构建历史


# 2024-03-06 00:30:08  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2024-03-06 00:30:08  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/scorecard-test"]
                        
# 2024-03-06 00:30:08  65.74MB 复制新文件或目录到容器中
COPY /workspace/build/scorecard-test /usr/local/bin/scorecard-test # buildkit
                        
# 2024-03-06 00:25:09  0.00B 设置工作目录为/opt/scorecard-test
WORKDIR /opt/scorecard-test
                        
# 2024-03-06 00:25:09  611.00B 执行命令并创建新的镜像层
RUN /bin/sh -c echo "${USER_NAME}:x:${USER_UID}:0:${USER_NAME} user:${HOME}:/sbin/nologin" >> /etc/passwd # buildkit
                        
# 2024-03-06 00:25:09  0.00B 设置环境变量 HOME USER_NAME USER_UID
ENV HOME=/opt/scorecard-test USER_NAME=scorecard-test USER_UID=1001
                        
# 2024-02-13 10:16:24  93.24MB 
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
                        
# 2024-02-13 10:16:22  0.00B 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2024-02-13 10:16:21  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/repo-8bc47.repo' '/etc/yum.repos.d/repo-d4e1e.repo'
                        
# 2024-02-13 10:16:20  0.00B 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2024-02-13T02:08:14" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="7e7670a8c8c9a3be83beaa2787f3703b404d4a1d" "io.k8s.description"="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.9-1137"
                        
# 2024-02-13 10:16:20  0.00B 
/bin/sh -c #(nop) ADD file:dfa619fa9860feb6367c01bacb9adf1c559b12a99785e39fb6227db884b6647e in /root/buildinfo/Dockerfile-ubi8-minimal-8.9-1137 
                        
# 2024-02-13 10:16:20  0.00B 
/bin/sh -c #(nop) ADD file:9661a2cc74971c052119c157342160b1effba1a51ca3fa093775c9b868d2c1bf in /root/buildinfo/content_manifests/ubi8-minimal-container-8.9-1137.json 
                        
# 2024-02-13 10:16:19  0.00B 
/bin/sh -c #(nop) LABEL release=1137
                        
# 2024-02-13 10:16:19  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2024-02-13 10:16:18  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2024-02-13 10:16:18  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-02-13 10:16:18  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2024-02-13 10:16:18  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
                        
# 2024-02-13 10:16:18  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2024-02-13 10:16:18  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
                        
# 2024-02-13 10:16:18  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2024-02-13 10:16:18  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
                        
# 2024-02-13 10:16:18  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2024-02-13 10:16:18  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container"       name="ubi8-minimal"       version="8.9"
                        
# 2024-02-13 10:16:18  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2024-02-13 10:16:18  0.00B 
/bin/sh -c #(nop) ADD multi:35ee44598815c5392e72a6036108365cd013ec799d09e7757e6dd4d49b9b3707 in /etc/yum.repos.d/ 
                        
# 2024-02-13 10:16:18  0.00B 
/bin/sh -c #(nop) ADD file:ecc29a1455ca1b7c82018555e16e2e802135974523df6748e431f8707e759ddd in /tmp/tls-ca-bundle.pem 
                        
# 2024-02-13 10:16:17  0.00B 
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
                        
# 2024-02-13 10:16:16  0.00B 
/bin/sh -c #(nop) ADD file:1a70c3654609d335c955827ceaf17a7ce380a619d2ac1f7af4ffcd0ef3ae56f1 in / 
                        
                    

镜像信息

{
    "Id": "sha256:e57ad431769e566f6fa2322da698bd821653389883a076a99a66293f9c4bc3b6",
    "RepoTags": [
        "quay.io/operator-framework/scorecard-test:v1.34.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/operator-framework/scorecard-test:v1.34.1"
    ],
    "RepoDigests": [
        "quay.io/operator-framework/scorecard-test@sha256:17dd98559e1c4eef7e566a83015675da7811c6ff85602c4ff416f31e8482f8f5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/operator-framework/scorecard-test@sha256:390365d6219c5fbecd5ad026006dde614911d4d7f3d79b9e1024d6527bc228e2"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-03-05T16:30:08.594046488Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1001",
        "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",
            "container=oci",
            "HOME=/opt/scorecard-test",
            "USER_NAME=scorecard-test",
            "USER_UID=1001"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/scorecard-test",
        "Entrypoint": [
            "/usr/local/bin/scorecard-test"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2024-02-13T02:08:14",
            "com.redhat.component": "ubi8-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "distribution-scope": "public",
            "io.buildah.version": "1.29.0",
            "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "Red Hat Universal Base Image 8 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel8",
            "maintainer": "Red Hat, Inc.",
            "name": "ubi8-minimal",
            "release": "1137",
            "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 8.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.9-1137",
            "vcs-ref": "7e7670a8c8c9a3be83beaa2787f3703b404d4a1d",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.9"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 158982531,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/14eb284f6bc5d6e836564afe8fcf284683e1828832342afa793f3455b948727c/diff:/var/lib/docker/overlay2/cbc1f5c91349a51fbfbed6bca7be058e8f64ef743ad76fb9ad053cdd8d227e05/diff:/var/lib/docker/overlay2/9baedb3d9d4b2959e3f33e1cdf7014b08dfbce4a26946be8d9bb87a95b02762f/diff",
            "MergedDir": "/var/lib/docker/overlay2/0dc1fe15bc7e34feea9feb9fefe0aa245caad07f4a307d5180fed1d767798a28/merged",
            "UpperDir": "/var/lib/docker/overlay2/0dc1fe15bc7e34feea9feb9fefe0aa245caad07f4a307d5180fed1d767798a28/diff",
            "WorkDir": "/var/lib/docker/overlay2/0dc1fe15bc7e34feea9feb9fefe0aa245caad07f4a307d5180fed1d767798a28/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:d4c62ebc480db16bd16300a54498e6afa46811426006ae567a202a1db65a66ea",
            "sha256:d36f1b7a6bf8358df03762e80c001d8f7c991389ada1f59680510f62f3dfe4b7",
            "sha256:80e69e9459301adb4e523d32ed8dd1d79710553e8c21aa8a0e78dae0d66a08d1",
            "sha256:a18658ccc761012516da547daf1f4242c354eae68937caa28ed626920b5fa9fd"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-27T16:09:05.949191526+08:00"
    }
}

更多版本

quay.io/operator-framework/scorecard-test:v1.34.1

linux/amd64 quay.io158.98MB2025-05-27 16:09
16