quay.io/ibmcsiblock/csi-volume-group-operator:v0.9.1 linux/amd64

quay.io/ibmcsiblock/csi-volume-group-operator:v0.9.1 - 国内下载镜像源 浏览次数:30
```html

这是一个用于管理 CSI Volume Group 的 Kubernetes Operator 的 Docker 镜像。它由 IBM Cloud 提供,用于在 Kubernetes 集群中自动化和简化 CSI Volume Group 的创建、配置和管理。

```
源镜像 quay.io/ibmcsiblock/csi-volume-group-operator:v0.9.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/csi-volume-group-operator:v0.9.1
镜像ID sha256:b9f336750315d23af02e45daace4f8fe897d57d47b444a51798eeb497edb6d23
镜像TAG v0.9.1
大小 293.39MB
镜像源 quay.io
CMD
启动入口 /manager
工作目录 /
OS/平台 linux/amd64
浏览量 30 次
贡献者
镜像创建 2024-10-15T08:27:01.968640831Z
同步时间 2025-03-19 21:48
更新时间 2025-04-03 22:18
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci
镜像标签
x86_64: architecture 2024-03-27T02:10:48: 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 5a7324c86102cd4c96feeb046e4574ebed9189fd: commit The IBM volume group operator enables container orchestrators to use volumeGroup object and to manage them in their storage.: description public: distribution-scope 1.29.0: io.buildah.version The IBM volume group operator enables container orchestrators to use volumeGroup object and to manage them in their storage.: io.k8s.description IBM volume group operator: io.k8s.display-name : io.openshift.expose-services ibm,csi,volume-group-operator: io.openshift.tags Red Hat, Inc.: maintainer IBM volume group operator: name 2024-10-15T09:19:33.373Z: org.opencontainers.image.created CSI volume group operator to support CSI volume group side car: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 5a7324c86102cd4c96feeb046e4574ebed9189fd: org.opencontainers.image.revision https://github.com/IBM/csi-volume-group-operator: org.opencontainers.image.source csi-volume-group-operator: org.opencontainers.image.title https://github.com/IBM/csi-volume-group-operator: org.opencontainers.image.url v0.9.1: org.opencontainers.image.version 0: release Manages VolumeGroup objects in kubernetes and openshift: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.9-1161: url 7e7670a8c8c9a3be83beaa2787f3703b404d4a1d: 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/csi-volume-group-operator:v0.9.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/csi-volume-group-operator:v0.9.1  quay.io/ibmcsiblock/csi-volume-group-operator:v0.9.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/csi-volume-group-operator:v0.9.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/csi-volume-group-operator:v0.9.1  quay.io/ibmcsiblock/csi-volume-group-operator:v0.9.1

Shell快速替换命令

sed -i 's#quay.io/ibmcsiblock/csi-volume-group-operator:v0.9.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/csi-volume-group-operator:v0.9.1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/csi-volume-group-operator:v0.9.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/csi-volume-group-operator:v0.9.1  quay.io/ibmcsiblock/csi-volume-group-operator:v0.9.1'

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-10-15 16:27:01  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/manager"]
                        
# 2024-10-15 16:27:01  0.00B 指定运行容器时使用的用户
USER 65532:65532
                        
# 2024-10-15 16:27:01  147.34MB 执行命令并创建新的镜像层
RUN |2 VERSION=1.11.2 BUILD_NUMBER=0 /bin/sh -c microdnf update -y # buildkit
                        
# 2024-10-15 16:26:44  0.00B 指定运行容器时使用的用户
USER root
                        
# 2024-10-15 16:26:44  53.66MB 复制新文件或目录到容器中
COPY /workspace/manager . # buildkit
                        
# 2024-10-15 16:24:19  0.00B 设置工作目录为/
WORKDIR /
                        
# 2024-10-15 16:24:19  11.36KB 复制新文件或目录到容器中
COPY ./LICENSE /licenses/ # buildkit
                        
# 2024-10-15 16:24:19  0.00B 添加元数据标签
LABEL name=IBM volume group operator vendor=IBM version=1.11.2 release=0 summary=Manages VolumeGroup objects in kubernetes and openshift description=The IBM volume group operator enables container orchestrators to use volumeGroup object and to manage them in their storage. io.k8s.display-name=IBM volume group operator io.k8s.description=The IBM volume group operator enables container orchestrators to use volumeGroup object and to manage them in their storage. io.openshift.tags=ibm,csi,volume-group-operator
                        
# 2024-10-15 16:24:19  0.00B 定义构建参数
ARG BUILD_NUMBER=0
                        
# 2024-10-15 16:24:19  0.00B 定义构建参数
ARG VERSION=1.11.2
                        
# 2024-03-27 10:22:37  92.37MB 
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
                        
# 2024-03-27 10:22:35  0.00B 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2024-03-27 10:22:35  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/repo-92821.repo' '/etc/yum.repos.d/repo-1876c.repo'
                        
# 2024-03-27 10:22:34  0.00B 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2024-03-27T02:10:48" "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-1161"
                        
# 2024-03-27 10:22:34  0.00B 
/bin/sh -c #(nop) ADD file:d804511757411e79b6c0386103538245cf9968ea1ba311c66c59a9cd5bc39ea7 in /root/buildinfo/Dockerfile-ubi8-minimal-8.9-1161 
                        
# 2024-03-27 10:22:34  0.00B 
/bin/sh -c #(nop) ADD file:1118ec7f864d2e2c1b6c66eabed90396af13f230921e05643064fb7390bcc479 in /root/buildinfo/content_manifests/ubi8-minimal-container-8.9-1161.json 
                        
# 2024-03-27 10:22:34  0.00B 
/bin/sh -c #(nop) LABEL release=1161
                        
# 2024-03-27 10:22:34  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
                        
# 2024-03-27 10:22:33  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-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
                        
# 2024-03-27 10:22:33  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-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container"       name="ubi8-minimal"       version="8.9"
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) ADD multi:8d9f0a1a40be53261a5af974e166478a8bff2424b1408baed1f59ea95b0e5a35 in /etc/yum.repos.d/ 
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) ADD file:5b1f650e1376d79fa3a65df4a154ea5166def95154b52c1c1097dfd8fc7d58eb in /tmp/tls-ca-bundle.pem 
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
                        
# 2024-03-27 10:22:32  0.00B 
/bin/sh -c #(nop) ADD file:95eb79941a03d83910cc9acb8e3e38d22b90990089e0cb77bcaed3a5dd8644cd in / 
                        
                    

镜像信息

{
    "Id": "sha256:b9f336750315d23af02e45daace4f8fe897d57d47b444a51798eeb497edb6d23",
    "RepoTags": [
        "quay.io/ibmcsiblock/csi-volume-group-operator:v0.9.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/csi-volume-group-operator:v0.9.1"
    ],
    "RepoDigests": [
        "quay.io/ibmcsiblock/csi-volume-group-operator@sha256:11fea6282a55e6abdd6d18e35ad959d2f8ba3e990fa67fcba9251199a179d828",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ibmcsiblock/csi-volume-group-operator@sha256:3212a1476e8c9df4cf8ed8b4ae1662d67db0c52e0d9218222f71497475414ecc"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-10-15T08:27:01.968640831Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "65532:65532",
        "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"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/manager"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2024-03-27T02:10:48",
            "com.redhat.component": "ubi8-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "commit": "5a7324c86102cd4c96feeb046e4574ebed9189fd",
            "description": "The IBM volume group operator enables container orchestrators to use volumeGroup object and to manage them in their storage.",
            "distribution-scope": "public",
            "io.buildah.version": "1.29.0",
            "io.k8s.description": "The IBM volume group operator enables container orchestrators to use volumeGroup object and to manage them in their storage.",
            "io.k8s.display-name": "IBM volume group operator",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "ibm,csi,volume-group-operator",
            "maintainer": "Red Hat, Inc.",
            "name": "IBM volume group operator",
            "org.opencontainers.image.created": "2024-10-15T09:19:33.373Z",
            "org.opencontainers.image.description": "CSI volume group operator to support CSI volume group side car",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "5a7324c86102cd4c96feeb046e4574ebed9189fd",
            "org.opencontainers.image.source": "https://github.com/IBM/csi-volume-group-operator",
            "org.opencontainers.image.title": "csi-volume-group-operator",
            "org.opencontainers.image.url": "https://github.com/IBM/csi-volume-group-operator",
            "org.opencontainers.image.version": "v0.9.1",
            "release": "0",
            "summary": "Manages VolumeGroup objects in kubernetes and openshift",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.9-1161",
            "vcs-ref": "7e7670a8c8c9a3be83beaa2787f3703b404d4a1d",
            "vcs-type": "git",
            "vendor": "IBM",
            "version": "1.11.2"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 293386756,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/251c8fa014e5823d2a188c8029391e0bd8c0cf1654ada1060ee31d9e482f1d82/diff:/var/lib/docker/overlay2/d423b64dd889889e215f6384055e6c435c32d0a868b675ef7f1edba1e9da836b/diff:/var/lib/docker/overlay2/c01c1688fa8de78e21b02625af1ab68d8be96dd0334dd64f2a049df25e016f22/diff",
            "MergedDir": "/var/lib/docker/overlay2/007ff5df277800333b629900e337ef4a4a3e8c4592ab4ee1fbe8d474db01aeee/merged",
            "UpperDir": "/var/lib/docker/overlay2/007ff5df277800333b629900e337ef4a4a3e8c4592ab4ee1fbe8d474db01aeee/diff",
            "WorkDir": "/var/lib/docker/overlay2/007ff5df277800333b629900e337ef4a4a3e8c4592ab4ee1fbe8d474db01aeee/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:932e25b7e78c2e8cc5c190c7c0b88707f09b9864f107775b1b0ddfdebb097588",
            "sha256:4db11866a603a52fb5da8eefb5775eb82e0fd1c061e411f6c41daef211844ef3",
            "sha256:42e66814283fd3fb5a420eb18cfb0ac4e940202b9c0a9346d1dbe84d9a0b6830",
            "sha256:279bd3f4392c2f111724a636201317a1a8885dc034c64bc0d5ef13efa7be083f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-19T21:48:03.51541824+08:00"
    }
}

更多版本

quay.io/ibmcsiblock/csi-volume-group-operator:v0.9.1

linux/amd64 quay.io293.39MB2025-03-19 21:48
29