quay.io/cephcsi/cephcsi:v3.2.2 linux/amd64

quay.io/cephcsi/cephcsi:v3.2.2 - 国内下载镜像源 浏览次数:56
🚀

quay.io/cephcsi/cephcsi

Ceph CSI (Container Storage Interface) 是一个为 Ceph Storage Cluster 提供CSI驱动程序的 Docker 镜像。

源镜像 quay.io/cephcsi/cephcsi:v3.2.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.2.2
镜像ID sha256:ea48a5f8bb31fca96f8150c97205130febbedb15d9e23c8fe079d0a9eecce55f
镜像TAG v3.2.2
大小 1.14GB
镜像源 quay.io
CMD
启动入口 /usr/local/bin/cephcsi
工作目录
OS/平台 linux/amd64
浏览量 56 次
贡献者
镜像创建 2021-05-03T11:11:30.049796535Z
同步时间 2025-01-01 00:45
更新时间 2025-02-18 05:07
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CEPH_VERSION=octopus CEPH_POINT_RELEASE=-15.2.11 CEPH_DEVEL=false CEPH_REF=octopus OSD_FLAVOR=default
镜像标签
-15.2.11: CEPH_POINT_RELEASE HEAD: GIT_BRANCH True: GIT_CLEAN 55d844cebc8e66179125a0cddeb922cff3b0a48c: GIT_COMMIT https://github.com/ceph/ceph-container.git: GIT_REPO HEAD: RELEASE : architecture True: ceph Ceph-CSI Plugin: description Dimitri Savineau <dsavinea@redhat.com>: maintainer Ceph-CSI Authors: maintainers 20201204: org.label-schema.build-date GPLv2: org.label-schema.license CentOS Base Image: org.label-schema.name 1.0: org.label-schema.schema-version CentOS: org.label-schema.vendor : version
镜像安全扫描 查看Trivy扫描报告

系统OS: centos 8.3.2011 扫描引擎: Trivy 扫描时间: 2025-01-01 00:46

低危漏洞:363 中危漏洞:675 高危漏洞:155 严重漏洞:14

Docker拉取命令 无权限下载?点我修复

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.2.2
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.2.2  quay.io/cephcsi/cephcsi:v3.2.2

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.2.2
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.2.2  quay.io/cephcsi/cephcsi:v3.2.2

Shell快速替换命令

sed -i 's#quay.io/cephcsi/cephcsi:v3.2.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.2.2#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.2.2 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.2.2  quay.io/cephcsi/cephcsi:v3.2.2'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.2.2 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.2.2  quay.io/cephcsi/cephcsi:v3.2.2'

镜像构建历史


# 2021-05-03 19:11:30  0.00B 
/bin/sh -c #(nop)  ENTRYPOINT ["/usr/local/bin/cephcsi"]
                        
# 2021-05-03 19:11:29  0.00B 
|1 SRC_DIR=/go/src/github.com/ceph/ceph-csi/ /bin/sh -c [ $(ldd /usr/local/bin/cephcsi | grep -c '=> not found') = '0' ]
                        
# 2021-05-03 19:11:29  46.57MB 
/bin/sh -c #(nop) COPY file:2672265d5040a0932d85c2917fc3c1b7f257668ee9976b48f6ac7ca724e9cf0f in /usr/local/bin/cephcsi 
                        
# 2021-05-03 19:11:28  0.00B 
/bin/sh -c #(nop)  LABEL maintainers=Ceph-CSI Authors version= architecture= description=Ceph-CSI Plugin
                        
# 2021-05-03 19:11:28  0.00B 
/bin/sh -c #(nop)  ARG SRC_DIR
                        
# 2021-04-20 07:23:54  881.25MB 
/bin/sh -c yum install -y epel-release && yum install -y jq && bash -c '   if [ -n "nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace nfs-ganesha-rados-urls" ]; then     echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ;     echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ;     if [[ "${CEPH_VERSION}" == master ]]; then       echo "baseurl=https://buildlogs.centos.org/centos/\$releasever/storage/\$basearch/nfsganesha-3/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=0" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;     elif [[ "${CEPH_VERSION}" == pacific ]]; then       echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V3.5-stable/$CEPH_VERSION/el\$releasever/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;       echo "[ganesha-noarch]" >> /etc/yum.repos.d/ganesha.repo ;       echo "name=ganesha-noarch" >> /etc/yum.repos.d/ganesha.repo ;       echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V3.5-stable/$CEPH_VERSION/el\$releasever/noarch/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;     elif [[ "${CEPH_VERSION}" == octopus ]]; then       echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V3.3-stable/$CEPH_VERSION/el\$releasever/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;       echo "[ganesha-noarch]" >> /etc/yum.repos.d/ganesha.repo ;       echo "name=ganesha-noarch" >> /etc/yum.repos.d/ganesha.repo ;       echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V3.3-stable/$CEPH_VERSION/el\$releasever/noarch/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;     elif [[ "${CEPH_VERSION}" == nautilus ]]; then       echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V2.8-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;     else       echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V2.7-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;     fi ;   fi ;   if [ -n "tcmu-runner ceph-iscsi python3-rtslib" ]; then     curl -s -L https://shaman.ceph.com/api/repos/tcmu-runner/master/latest/centos/8/repo?arch=$(arch) -o /etc/yum.repos.d/tcmu-runner.repo ;     if [[ "${CEPH_VERSION}" =~ master ]]; then       curl -s -L https://shaman.ceph.com/api/repos/ceph-iscsi/master/latest/centos/8/repo -o /etc/yum.repos.d/ceph-iscsi.repo ;     elif [[ "${CEPH_VERSION}" =~ nautilus|octopus|pacific ]]; then       curl -s -L https://download.ceph.com/ceph-iscsi/3/rpm/el8/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ;     else       curl -s -L https://download.ceph.com/ceph-iscsi/2/rpm/el8/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ;     fi ;   fi' && yum update -y && rpm --import 'https://download.ceph.com/keys/release.asc' && if [[ "${CEPH_VERSION}" == nautilus ]]; then   CEPH_MGR_K8SEVENTS="ceph-mgr-k8sevents-15.2.11";   if [[ -n "-15.2.11" ]]; then     CPR=-15.2.11 ;     if [[ ${CPR:1:2} -eq 14 ]] && [[ ${CPR:4:1} -eq 2 ]] && [[ ${CPR:6} -lt 5 ]]; then       CEPH_MGR_K8SEVENTS="" ;     fi ;   fi ; fi && bash -c '   if [[ "${CEPH_VERSION}" =~ master ]] || ${CEPH_DEVEL}; then     ARCH=$(arch);     if [[ "${ARCH}" == "aarch64" ]]; then       ARCH="arm64";     fi ;     REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/8/${ARCH}&flavor=${OSD_FLAVOR}&ref=${CEPH_REF}&sha1=latest" | jq -r .[0].url);     RELEASE_VER=0 ;    if [[ "${OSD_FLAVOR}" == "crimson" ]]; then      CRIMSON_PACKAGES="ceph-crimson-osd-15.2.11";    fi ;  else     RELEASE_VER=1 ;    REPO_URL="http://download.ceph.com/rpm-${CEPH_VERSION}/el8/";   fi &&   rpm -Uvh "$REPO_URL/noarch/ceph-release-1-${RELEASE_VER}.el8.noarch.rpm" &&   if [[ 8 -eq 8 ]]; then     yum install -y dnf-plugins-core ;     yum copr enable -y tchaikov/python-scikit-learn ;   fi ' && yum install -y         ca-certificates         e2fsprogs         ceph-common-15.2.11          ceph-mon-15.2.11          ceph-osd-15.2.11         ceph-mds-15.2.11         rbd-mirror-15.2.11          ceph-mgr-15.2.11 ceph-mgr-cephadm-15.2.11 ceph-mgr-dashboard-15.2.11 ceph-mgr-diskprediction-local-15.2.11 ceph-mgr-k8sevents-15.2.11 ceph-mgr-rook-15.2.11 python3-saml        ceph-grafana-dashboards-15.2.11         kmod         lvm2         gdisk 	smartmontools 	nvme-cli 	libstoragemgmt         ceph-radosgw-15.2.11 libradosstriper1-15.2.11         nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace nfs-ganesha-rados-urls         tcmu-runner ceph-iscsi python3-rtslib         attr ceph-fuse-15.2.11 rbd-nbd-15.2.11 	${CRIMSON_PACKAGES}                  python3-scikit-learn &&     INITIAL_SIZE="$(bash -c 'sz="$(du -sm --exclude=/proc /)" ; echo "${sz%*/}"')" &&     echo 'Postinstall cleanup' &&  (rm -rf "/usr/bin/hyperkube /usr/bin/etcd /usr/bin/systemd-analyze /usr/share/hwdata/{iab.txt,oui.txt} /etc/profile.d/lang.sh" &&    yum clean all &&    rpm -q         ca-certificates         e2fsprogs         ceph-common-15.2.11          ceph-mon-15.2.11          ceph-osd-15.2.11         ceph-mds-15.2.11         rbd-mirror-15.2.11          ceph-mgr-15.2.11 ceph-mgr-cephadm-15.2.11 ceph-mgr-dashboard-15.2.11 ceph-mgr-diskprediction-local-15.2.11 ceph-mgr-k8sevents-15.2.11 ceph-mgr-rook-15.2.11 python3-saml        ceph-grafana-dashboards-15.2.11         kmod         lvm2         gdisk 	smartmontools 	nvme-cli 	libstoragemgmt         ceph-radosgw-15.2.11 libradosstriper1-15.2.11         nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace nfs-ganesha-rados-urls         tcmu-runner ceph-iscsi python3-rtslib         attr ceph-fuse-15.2.11 rbd-nbd-15.2.11 	${CRIMSON_PACKAGES}                  python3-scikit-learn ) && sed -i -e 's/udev_rules = 1/udev_rules = 0/' -e 's/udev_sync = 1/udev_sync = 0/' -e 's/obtain_device_list_from_udev = 1/obtain_device_list_from_udev = 0/' /etc/lvm/lvm.conf && grep -sqo "udev_sync = 0" /etc/lvm/lvm.conf && grep -sqo "udev_rules = 0" /etc/lvm/lvm.conf && grep -sqo "obtain_device_list_from_udev = 0" /etc/lvm/lvm.conf &&     rm -rf         /etc/{selinux,systemd,udev}         /lib/{lsb,udev}         /tmp/*         /usr/lib{,64}/{locale,udev,dracut}         /usr/share/{doc,info,locale,man}         /usr/share/{bash-completion,pkgconfig/bash-completion.pc}         /var/log/*         /var/tmp/* &&     find  / -xdev -name "*.pyc" -o -name "*.pyo" -exec rm -f {} \; &&     if [ -f /usr/bin/ceph-dencoder ]; then gzip -9 /usr/bin/ceph-dencoder; fi &&     bash -c '       function ifstrip () { if compgen -g "$1"; then strip -s "$1"; fi } &&       ifstrip /usr/lib{,64}/ceph/erasure-code/* &&       ifstrip /usr/lib{,64}/rados-classes/* &&       ifstrip /usr/lib{,64}/python*/{dist,site}-packages/{rados,rbd,rgw}.*.so &&       ifstrip /usr/bin/{crushtool,monmaptool,osdmaptool}' &&     rm -f /usr/lib/ceph/mgr/dashboard/static/AdminLTE-*/plugins/datatables/extensions/TableTools/images/psd/* &&     find /var/log/ -type f -exec truncate -s 0 {} \; &&     FINAL_SIZE="$(bash -c 'sz="$(du -sm --exclude=/proc /)" ; echo "${sz%*/}"')" &&     REMOVED_SIZE=$((INITIAL_SIZE - FINAL_SIZE)) &&     echo "Cleaning process removed ${REMOVED_SIZE}MB" &&     echo "Dropped container size from ${INITIAL_SIZE}MB to ${FINAL_SIZE}MB" &&     rpm -q         ca-certificates         e2fsprogs         ceph-common-15.2.11          ceph-mon-15.2.11          ceph-osd-15.2.11         ceph-mds-15.2.11         rbd-mirror-15.2.11          ceph-mgr-15.2.11 ceph-mgr-cephadm-15.2.11 ceph-mgr-dashboard-15.2.11 ceph-mgr-diskprediction-local-15.2.11 ceph-mgr-k8sevents-15.2.11 ceph-mgr-rook-15.2.11 python3-saml        ceph-grafana-dashboards-15.2.11         kmod         lvm2         gdisk 	smartmontools 	nvme-cli 	libstoragemgmt         ceph-radosgw-15.2.11 libradosstriper1-15.2.11         nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace nfs-ganesha-rados-urls         tcmu-runner ceph-iscsi python3-rtslib         attr ceph-fuse-15.2.11 rbd-nbd-15.2.11 	${CRIMSON_PACKAGES}                  python3-scikit-learn && echo 'Packages verified successfully'
                        
# 2021-04-20 07:20:01  0.00B 
/bin/sh -c #(nop)  ENV OSD_FLAVOR=default
                        
# 2021-04-20 07:20:00  0.00B 
/bin/sh -c #(nop)  ENV CEPH_REF=octopus
                        
# 2021-04-20 07:19:59  0.00B 
/bin/sh -c #(nop)  ENV CEPH_DEVEL=false
                        
# 2021-04-20 07:19:58  0.00B 
/bin/sh -c #(nop)  ENV CEPH_POINT_RELEASE=-15.2.11
                        
# 2021-04-20 07:19:57  0.00B 
/bin/sh -c #(nop)  ENV CEPH_VERSION=octopus
                        
# 2021-04-20 07:19:55  0.00B 
/bin/sh -c #(nop)  LABEL CEPH_POINT_RELEASE=-15.2.11
                        
# 2021-04-20 07:19:54  0.00B 
/bin/sh -c #(nop)  LABEL GIT_CLEAN=True
                        
# 2021-04-20 07:19:53  0.00B 
/bin/sh -c #(nop)  LABEL GIT_COMMIT=55d844cebc8e66179125a0cddeb922cff3b0a48c
                        
# 2021-04-20 07:19:52  0.00B 
/bin/sh -c #(nop)  LABEL GIT_BRANCH=HEAD
                        
# 2021-04-20 07:19:51  0.00B 
/bin/sh -c #(nop)  LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
                        
# 2021-04-20 07:19:50  0.00B 
/bin/sh -c #(nop)  LABEL RELEASE=HEAD
                        
# 2021-04-20 07:19:48  0.00B 
/bin/sh -c #(nop)  LABEL ceph=True
                        
# 2021-04-20 07:19:47  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>
                        
# 2020-12-08 08:22:53  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2020-12-08 08:22:52  0.00B 
/bin/sh -c #(nop)  LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20201204
                        
# 2020-12-08 08:22:52  209.35MB 
/bin/sh -c #(nop) ADD file:bd7a2aed6ede423b719ceb2f723e4ecdfa662b28639c8429731c878e86fb138b in / 
                        
                    

镜像信息

{
    "Id": "sha256:ea48a5f8bb31fca96f8150c97205130febbedb15d9e23c8fe079d0a9eecce55f",
    "RepoTags": [
        "quay.io/cephcsi/cephcsi:v3.2.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.2.2"
    ],
    "RepoDigests": [
        "quay.io/cephcsi/cephcsi@sha256:937fa55357a523a8d460792ef361facacdb55c13285fb70ceec9cee21ee197c2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi@sha256:94e9107149b5b3243b9f1cc8eb8dcb1db145441940bdc465896a7e7a570f4267"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2021-05-03T11:11:30.049796535Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "18.06.0-ce",
    "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",
            "CEPH_VERSION=octopus",
            "CEPH_POINT_RELEASE=-15.2.11",
            "CEPH_DEVEL=false",
            "CEPH_REF=octopus",
            "OSD_FLAVOR=default"
        ],
        "Cmd": null,
        "Image": "sha256:e9e60c396c006ade55199330d0e7ab686bc490c72a5f3fecfee753f8974ec4ac",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/usr/local/bin/cephcsi"
        ],
        "OnBuild": null,
        "Labels": {
            "CEPH_POINT_RELEASE": "-15.2.11",
            "GIT_BRANCH": "HEAD",
            "GIT_CLEAN": "True",
            "GIT_COMMIT": "55d844cebc8e66179125a0cddeb922cff3b0a48c",
            "GIT_REPO": "https://github.com/ceph/ceph-container.git",
            "RELEASE": "HEAD",
            "architecture": "",
            "ceph": "True",
            "description": "Ceph-CSI Plugin",
            "maintainer": "Dimitri Savineau \u003cdsavinea@redhat.com\u003e",
            "maintainers": "Ceph-CSI Authors",
            "org.label-schema.build-date": "20201204",
            "org.label-schema.license": "GPLv2",
            "org.label-schema.name": "CentOS Base Image",
            "org.label-schema.schema-version": "1.0",
            "org.label-schema.vendor": "CentOS",
            "version": ""
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1137166551,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/0aefe2dc41bf20c2f7e649e072c7f78552b4f9ec20d9651b54edf9861770dcb6/diff:/var/lib/docker/overlay2/0358195bf8383de317e9688a995616da62db78fc9b8ac343f6ed197f69811693/diff",
            "MergedDir": "/var/lib/docker/overlay2/c57bf8dc179e16c3efa3ec28e6d63d3ee4f87a407f96354fa59cebb1fda51578/merged",
            "UpperDir": "/var/lib/docker/overlay2/c57bf8dc179e16c3efa3ec28e6d63d3ee4f87a407f96354fa59cebb1fda51578/diff",
            "WorkDir": "/var/lib/docker/overlay2/c57bf8dc179e16c3efa3ec28e6d63d3ee4f87a407f96354fa59cebb1fda51578/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:2653d992f4ef2bfd27f94db643815aa567240c37732cae1405ad1c1309ee9859",
            "sha256:dd345a3560296ccc531663d1c06578d091736c7f29ce89843635473dbdf1ccdc",
            "sha256:de5bdbb2c938a38bd16d28d5af003017a445b21792551f456b875b6de6540b0e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-01-01T00:45:35.570041273+08:00"
    }
}

更多版本

quay.io/cephcsi/cephcsi:v3.3.1

linux/amd64 quay.io1.15GB2024-06-25 10:41
264

quay.io/cephcsi/cephcsi:v3.10.2

linux/amd64 quay.io1.58GB2024-06-25 12:31
175

quay.io/cephcsi/cephcsi:v3.10.1

linux/amd64 quay.io2.10GB2024-06-29 08:32
268

quay.io/cephcsi/cephcsi:v3.11.0

linux/amd64 quay.io1.40GB2024-07-01 11:29
301

quay.io/cephcsi/cephcsi:v3.9.0

linux/amd64 quay.io1.57GB2024-07-02 16:32
307

quay.io/cephcsi/cephcsi:v3.6.2

linux/amd64 quay.io1.39GB2024-08-22 16:46
143

quay.io/cephcsi/cephcsi:v3.12.0

linux/amd64 quay.io1.51GB2024-09-04 15:39
154

quay.io/cephcsi/cephcsi:v3.10.2-arm64

linux/arm64 quay.io1.38GB2024-09-19 02:00
122

quay.io/cephcsi/cephcsi:canary

linux/amd64 quay.io1.59GB2024-09-20 10:45
175

quay.io/cephcsi/cephcsi:v3.5.1

linux/amd64 quay.io1.27GB2024-09-20 11:32
134

quay.io/cephcsi/cephcsi:v3.12.2

linux/amd64 quay.io1.55GB2024-09-21 19:18
152

quay.io/cephcsi/cephcsi:v3.4.0

linux/amd64 quay.io1.26GB2024-10-14 11:18
170

quay.io/cephcsi/cephcsi:v3.2.0

linux/amd64 quay.io1.00GB2024-10-21 11:22
116

quay.io/cephcsi/cephcsi:v3.9-canary

linux/amd64 quay.io1.39GB2024-10-31 17:00
133

quay.io/cephcsi/cephcsi:v3.13.0

linux/amd64 quay.io1.68GB2024-12-19 15:01
88

quay.io/cephcsi/cephcsi:v3.2.2

linux/amd64 quay.io1.14GB2025-01-01 00:45
55