quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2 linux/amd64

quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2 - 国内下载镜像源 浏览次数:28
源镜像 quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2
镜像ID sha256:bd883dac228d0fdfc02eb24a6729af1f1d3e5a5533a465f6892bbcebc53b6011
镜像TAG 1.11.2
大小 149.03MB
镜像源 quay.io
CMD
启动入口 /usr/local/bin/entrypoint
工作目录
OS/平台 linux/amd64
浏览量 28 次
贡献者
镜像创建 2024-05-08T17:15:20.87595565-04:00
同步时间 2025-03-19 21:57
更新时间 2025-04-03 19:29
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci OPERATOR=/usr/local/bin/ibm-block-csi-operator USER_UID=1001 USER_NAME=ibm-block-csi-operator IBMBlockCSI_CR_YAML=/usr/local/etc/csi.ibm.com_v1_ibmblockcsi_cr.yaml HostDefiner_CR_YAML=/usr/local/etc/csi_v1_hostdefiner_cr.yaml
镜像标签
x86_64: architecture 2024-05-02T15:15:48: build-date ubi9-minimal-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms The IBM block storage CSI driver enables container orchestrators, such as Kubernetes and OpenShift, to manage the life-cycle of persistent storage.: description public: distribution-scope 1.29.0: io.buildah.version The IBM block storage CSI driver enables container orchestrators, such as Kubernetes and OpenShift, to manage the life-cycle of persistent storage.: io.k8s.description Operator for IBM block storage CSI driver: io.k8s.display-name : io.openshift.expose-services ibm,csi,ibm-block-csi-operator: io.openshift.tags Red Hat, Inc.: maintainer Operator for IBM block storage CSI driver: name 494: release The operator for IBM block storage CSI driver: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.4-949.1714662671: url 4b4efbdd5a311b6a9c56319e756ca58c10a2b4de: vcs-ref git: vcs-type IBM: vendor 1.11.2: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2  quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2  quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2

Shell快速替换命令

sed -i 's#quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2  quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2  quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2'

镜像构建历史


# 2024-05-09 05:15:20  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2024-05-09 05:15:20  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/entrypoint"]
                        
# 2024-05-09 05:15:20  613.00B 执行命令并创建新的镜像层
RUN |2 VERSION=1.11.2 BUILD_NUMBER=494 /bin/sh -c /usr/local/bin/user_setup # buildkit
                        
# 2024-05-09 05:15:20  341.00B 执行命令并创建新的镜像层
RUN |2 VERSION=1.11.2 BUILD_NUMBER=494 /bin/sh -c chmod +x /usr/local/bin/user_setup # buildkit
                        
# 2024-05-09 05:15:19  375.00B 复制新文件或目录到容器中
COPY build/bin /usr/local/bin # buildkit
                        
# 2024-05-09 05:15:18  50.05MB 复制新文件或目录到容器中
COPY /go/src/github.com/IBM/ibm-block-csi-operator/build/_output/bin/ibm-block-csi-operator /usr/local/bin/ibm-block-csi-operator # buildkit
                        
# 2024-05-09 05:12:36  3.99KB 执行命令并创建新的镜像层
RUN |2 VERSION=1.11.2 BUILD_NUMBER=494 /bin/sh -c chmod 0444 ${IBMBlockCSI_CR_YAML}     && chmod 0444 ${HostDefiner_CR_YAML} # buildkit
                        
# 2024-05-09 05:12:34  1.22KB 复制新文件或目录到容器中
COPY ./config/samples/csi_v1_hostdefiner_cr.yaml /usr/local/etc/csi_v1_hostdefiner_cr.yaml # buildkit
                        
# 2024-05-09 05:12:34  2.77KB 复制新文件或目录到容器中
COPY ./config/samples/csi.ibm.com_v1_ibmblockcsi_cr.yaml /usr/local/etc/csi.ibm.com_v1_ibmblockcsi_cr.yaml # buildkit
                        
# 2024-05-09 05:12:33  261.11KB 复制新文件或目录到容器中
COPY ./NOTICES /licenses/ # buildkit
                        
# 2024-05-09 05:12:33  11.36KB 复制新文件或目录到容器中
COPY ./LICENSE /licenses/ # buildkit
                        
# 2024-05-09 05:12:32  159.00B 执行命令并创建新的镜像层
RUN |2 VERSION=1.11.2 BUILD_NUMBER=494 /bin/sh -c chmod 777 ./health_check.sh # buildkit
                        
# 2024-05-09 05:12:32  159.00B 复制新文件或目录到容器中
COPY build/health_check.sh . # buildkit
                        
# 2024-05-09 05:12:32  0.00B 设置环境变量 OPERATOR USER_UID USER_NAME IBMBlockCSI_CR_YAML HostDefiner_CR_YAML
ENV OPERATOR=/usr/local/bin/ibm-block-csi-operator USER_UID=1001 USER_NAME=ibm-block-csi-operator IBMBlockCSI_CR_YAML=/usr/local/etc/csi.ibm.com_v1_ibmblockcsi_cr.yaml HostDefiner_CR_YAML=/usr/local/etc/csi_v1_hostdefiner_cr.yaml
                        
# 2024-05-09 05:12:32  0.00B 添加元数据标签
LABEL name=Operator for IBM block storage CSI driver vendor=IBM version=1.11.2 release=494 summary=The operator for IBM block storage CSI driver description=The IBM block storage CSI driver enables container orchestrators, such as Kubernetes and OpenShift, to manage the life-cycle of persistent storage. io.k8s.display-name=Operator for IBM block storage CSI driver io.k8s.description=The IBM block storage CSI driver enables container orchestrators, such as Kubernetes and OpenShift, to manage the life-cycle of persistent storage. io.openshift.tags=ibm,csi,ibm-block-csi-operator
                        
# 2024-05-09 05:12:32  0.00B 定义构建参数
ARG BUILD_NUMBER=0
                        
# 2024-05-09 05:12:32  0.00B 定义构建参数
ARG VERSION=1.11.2
                        
# 2024-05-09 05:12:32  0.00B 
MAINTAINER IBM Storage
                        
# 2024-05-02 23:39:57  98.70MB 
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
                        
# 2024-05-02 23:39:55  0.00B 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2024-05-02 23:39:55  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/odcs-3029549-719f4.repo' '/etc/yum.repos.d/rhel-9.4-compose-34ae9.repo'
                        
# 2024-05-02 23:39:54  0.00B 
/bin/sh -c #(nop) LABEL "release"="949.1714662671" "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2024-05-02T15:15:48" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="4b4efbdd5a311b6a9c56319e756ca58c10a2b4de" "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/ubi9-minimal/images/9.4-949.1714662671"
                        
# 2024-05-02 23:39:54  0.00B 
/bin/sh -c #(nop) ADD file:b3873917276c24f5d9b9de472d5ccc929d2592a1b24d043712215a667e437b4f in /root/buildinfo/Dockerfile-ubi9-minimal-9.4-949.1714662671 
                        
# 2024-05-02 23:39:54  0.00B 
/bin/sh -c #(nop) ADD file:abe7837e0dc0e89a912f6b868587e0a08d39dcb102d3a3fb70a61523b02f45f7 in /root/buildinfo/content_manifests/ubi9-minimal-container-9.4-949.1714662671.json 
                        
# 2024-05-02 23:39:54  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2024-05-02 23:39:53  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2024-05-02 23:39:53  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-05-02 23:39:53  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2024-05-02 23:39:53  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2024-05-02 23:39:53  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2024-05-02 23:39:53  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2024-05-02 23:39:53  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-05-02 23:39:53  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2024-05-02 23:39:53  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-05-02 23:39:53  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.4"
                        
# 2024-05-02 23:39:53  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2024-05-02 23:39:53  0.00B 
/bin/sh -c #(nop) ADD multi:bba82b2c530381d750ea64baaac8ed3e48c924899e721737bc8d6b93fa43f96d in /etc/yum.repos.d/ 
                        
# 2024-05-02 23:39:53  0.00B 
/bin/sh -c #(nop) ADD file:5b1f650e1376d79fa3a65df4a154ea5166def95154b52c1c1097dfd8fc7d58eb in /tmp/tls-ca-bundle.pem 
                        
# 2024-05-02 23:39:53  0.00B 
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
                        
# 2024-05-02 23:39:52  0.00B 
/bin/sh -c #(nop) ADD file:110d10a9b23c80354ffdbfe8bd85e3d5b457994a103f1abbf26b015237bd40eb in / 
                        
                    

镜像信息

{
    "Id": "sha256:bd883dac228d0fdfc02eb24a6729af1f1d3e5a5533a465f6892bbcebc53b6011",
    "RepoTags": [
        "quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2"
    ],
    "RepoDigests": [
        "quay.io/ibmcsiblock/ibm-block-csi-operator@sha256:67cc5dd767047313460240359dd913ac1b5dcc898260baf2bcad11a63bd0ca6b",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/ibm-block-csi-operator@sha256:8f2dd6534d2361ab049b708fc4c3511b6ae644b9a3958818e9b882f868a0646a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-05-08T17:15:20.87595565-04:00",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "IBM Storage",
    "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",
            "OPERATOR=/usr/local/bin/ibm-block-csi-operator",
            "USER_UID=1001",
            "USER_NAME=ibm-block-csi-operator",
            "IBMBlockCSI_CR_YAML=/usr/local/etc/csi.ibm.com_v1_ibmblockcsi_cr.yaml",
            "HostDefiner_CR_YAML=/usr/local/etc/csi_v1_hostdefiner_cr.yaml"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/usr/local/bin/entrypoint"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2024-05-02T15:15:48",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "The IBM block storage CSI driver enables container orchestrators, such as Kubernetes and OpenShift, to manage the life-cycle of persistent storage.",
            "distribution-scope": "public",
            "io.buildah.version": "1.29.0",
            "io.k8s.description": "The IBM block storage CSI driver enables container orchestrators, such as Kubernetes and OpenShift, to manage the life-cycle of persistent storage.",
            "io.k8s.display-name": "Operator for IBM block storage CSI driver",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "ibm,csi,ibm-block-csi-operator",
            "maintainer": "Red Hat, Inc.",
            "name": "Operator for IBM block storage CSI driver",
            "release": "494",
            "summary": "The operator for IBM block storage CSI driver",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.4-949.1714662671",
            "vcs-ref": "4b4efbdd5a311b6a9c56319e756ca58c10a2b4de",
            "vcs-type": "git",
            "vendor": "IBM",
            "version": "1.11.2"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 149029490,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/1e1b1a450599aa8ad6ba5015d2b20a4b39201aefae5cf2f728790522dbc884fc/diff:/var/lib/docker/overlay2/2a3f4bbbf30010ae932a6c3c71dc62194832185d3b8b29bfdcfe2e1caef5a4c4/diff:/var/lib/docker/overlay2/ecd7a487a4fa8e2e9693efa095fe7bccb1cf397dda999b529ab003f5b537bf2c/diff:/var/lib/docker/overlay2/e1abde8e5522ba84567f6a135036b060992fd2789be2082add2a429bdf68ab4b/diff:/var/lib/docker/overlay2/333176f25a2e4728cf6f2b36f1f8885911869f483a795b8bd2d010788ddab70e/diff:/var/lib/docker/overlay2/096db34ce9661410a7551eddc0d15341389a35887d1d00ea6d617c08b051514e/diff:/var/lib/docker/overlay2/1ccf983bcc2fcd9734a7669e876aa2eec3d962c75f2312e630fcfaa32d03fe60/diff:/var/lib/docker/overlay2/4d53a1880aa8e322735b584447700c1475b80d49c33d40d0ad434cd8b24ffb92/diff:/var/lib/docker/overlay2/93081c78c1947607e2c9065f2ccd95ce6e80db76bc8f0d1aa4dcced4e11337f0/diff:/var/lib/docker/overlay2/fab1b1191ae7a2a4e291788f59885fbe60332b1167feab8d16a90b8494e8db05/diff:/var/lib/docker/overlay2/ba4f1ca682cfda8f3b0218ddd56dd065390ee85a64d0b61e7d75fcf116aacc48/diff",
            "MergedDir": "/var/lib/docker/overlay2/19132bcb748c50ccd88cf5a0468f9a24f60b001a78b374f6bea30cf67451b4cb/merged",
            "UpperDir": "/var/lib/docker/overlay2/19132bcb748c50ccd88cf5a0468f9a24f60b001a78b374f6bea30cf67451b4cb/diff",
            "WorkDir": "/var/lib/docker/overlay2/19132bcb748c50ccd88cf5a0468f9a24f60b001a78b374f6bea30cf67451b4cb/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:6ca024635e98d228fe95cc242ebf5c7cd059d09a5a4a29b62c0ec309b23f6f69",
            "sha256:594f7d1beef2547e6e6ea073aaf3c2248d1a6d602eab325c24dad52e15a27e51",
            "sha256:39c5451fc7b6e9b69f80afcea192ead1d7da218a9b899c306ed6d518a6fd7765",
            "sha256:2a382f687398e70df1e482bca3659cafe94a85bdc7f57969bc336f1af7291efe",
            "sha256:7a33d01dd2fc5f01187d2fedfb0eb21eaff204311e2b0a4ba0f3cac0b58e92b2",
            "sha256:c568c99cb8b300080d2d4734406725285bc14cf648afa605551c9966216f3db4",
            "sha256:9accc78b4a6646e732030cae41ee036d3dd0f7d8cebe81004f64c864eee46190",
            "sha256:e909f539e3b96292d9b671fafa5201ec5e8e318465b51cf2d69539a60952be9b",
            "sha256:1eedd30864ece974c7d0e79451bb24f4d92727d87f0e2dbf63b3d5e889a7490e",
            "sha256:cccb0b0e04f5650866443365285b928e96df618d42988df5a1dd0f638391076f",
            "sha256:5e68d134d441819f2e30eecc34c9a7d254814a26279e146be32c06b18c1c150c",
            "sha256:b28fd3ee9f0284c74072962e44a4133e30810422fd3296ef016fc882aa72f88d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-19T21:57:50.294160911+08:00"
    }
}

更多版本

quay.io/ibmcsiblock/ibm-block-csi-operator:1.11.2

linux/amd64 quay.io149.03MB2025-03-19 21:57
27