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

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

quay.io/cephcsi/cephcsi

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

源镜像 quay.io/cephcsi/cephcsi:v3.5.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.5.0
镜像ID sha256:85cde16fa5e600cb9bab92e005b470895d89437507fbd26f554f3501dd28e0aa
镜像TAG v3.5.0
大小 1.26GB
镜像源 quay.io
CMD
启动入口 /usr/local/bin/cephcsi
工作目录
OS/平台 linux/amd64
浏览量 7 次
贡献者
镜像创建 2022-01-17T08:44:32.769364942Z
同步时间 2025-06-26 10:18
更新时间 2025-06-26 17:14
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CEPH_VERSION=pacific CEPH_POINT_RELEASE=-16.2.5 CEPH_DEVEL=false CEPH_REF=pacific OSD_FLAVOR=default
镜像标签
-16.2.5: CEPH_POINT_RELEASE HEAD: GIT_BRANCH True: GIT_CLEAN 24e1f91422e837c50a9ec6a5df6b746de1bfb099: 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

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2022-01-17 16:44:32  0.00B 
/bin/sh -c #(nop)  ENTRYPOINT ["/usr/local/bin/cephcsi"]
                        
# 2022-01-17 16:44:31  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' ]
                        
# 2022-01-17 16:44:30  62.85MB 
/bin/sh -c #(nop) COPY file:06f1706f9775cd2616cf0829ce93ccae07af0b45ccac97c52782f35a71d536d1 in /usr/local/bin/cephcsi 
                        
# 2022-01-17 16:44:27  0.00B 
/bin/sh -c #(nop)  LABEL maintainers=Ceph-CSI Authors version= architecture= description=Ceph-CSI Plugin
                        
# 2022-01-17 16:44:26  0.00B 
/bin/sh -c #(nop)  ARG SRC_DIR
                        
# 2021-07-09 01:57:02  991.99MB 
/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 --setopt=install_weak_deps=False && rpm --import 'https://download.ceph.com/keys/release.asc' && if [[ "${CEPH_VERSION}" == nautilus ]]; then   CEPH_MGR_K8SEVENTS="ceph-mgr-k8sevents-16.2.5";   if [[ -n "-16.2.5" ]]; then     CPR=-16.2.5 ;     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-16.2.5";    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 --setopt=install_weak_deps=False         ca-certificates         e2fsprogs         ceph-common-16.2.5          ceph-mon-16.2.5          ceph-osd-16.2.5         ceph-mds-16.2.5 cephfs-mirror-16.2.5         rbd-mirror-16.2.5          ceph-mgr-16.2.5 ceph-mgr-cephadm-16.2.5 ceph-mgr-dashboard-16.2.5 ceph-mgr-diskprediction-local-16.2.5 ceph-mgr-k8sevents-16.2.5 ceph-mgr-rook-16.2.5 python3-saml        ceph-grafana-dashboards-16.2.5         kmod         lvm2         gdisk 	smartmontools 	nvme-cli 	libstoragemgmt         ceph-radosgw-16.2.5 libradosstriper1-16.2.5         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-16.2.5 rbd-nbd-16.2.5 	${CRIMSON_PACKAGES}         ceph-immutable-object-cache-16.2.5         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-16.2.5          ceph-mon-16.2.5          ceph-osd-16.2.5         ceph-mds-16.2.5 cephfs-mirror-16.2.5         rbd-mirror-16.2.5          ceph-mgr-16.2.5 ceph-mgr-cephadm-16.2.5 ceph-mgr-dashboard-16.2.5 ceph-mgr-diskprediction-local-16.2.5 ceph-mgr-k8sevents-16.2.5 ceph-mgr-rook-16.2.5 python3-saml        ceph-grafana-dashboards-16.2.5         kmod         lvm2         gdisk 	smartmontools 	nvme-cli 	libstoragemgmt         ceph-radosgw-16.2.5 libradosstriper1-16.2.5         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-16.2.5 rbd-nbd-16.2.5 	${CRIMSON_PACKAGES}         ceph-immutable-object-cache-16.2.5         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-16.2.5          ceph-mon-16.2.5          ceph-osd-16.2.5         ceph-mds-16.2.5 cephfs-mirror-16.2.5         rbd-mirror-16.2.5          ceph-mgr-16.2.5 ceph-mgr-cephadm-16.2.5 ceph-mgr-dashboard-16.2.5 ceph-mgr-diskprediction-local-16.2.5 ceph-mgr-k8sevents-16.2.5 ceph-mgr-rook-16.2.5 python3-saml        ceph-grafana-dashboards-16.2.5         kmod         lvm2         gdisk 	smartmontools 	nvme-cli 	libstoragemgmt         ceph-radosgw-16.2.5 libradosstriper1-16.2.5         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-16.2.5 rbd-nbd-16.2.5 	${CRIMSON_PACKAGES}         ceph-immutable-object-cache-16.2.5         python3-scikit-learn && echo 'Packages verified successfully'
                        
# 2021-07-09 01:51:59  0.00B 
/bin/sh -c #(nop)  ENV OSD_FLAVOR=default
                        
# 2021-07-09 01:51:57  0.00B 
/bin/sh -c #(nop)  ENV CEPH_REF=pacific
                        
# 2021-07-09 01:51:56  0.00B 
/bin/sh -c #(nop)  ENV CEPH_DEVEL=false
                        
# 2021-07-09 01:51:54  0.00B 
/bin/sh -c #(nop)  ENV CEPH_POINT_RELEASE=-16.2.5
                        
# 2021-07-09 01:51:53  0.00B 
/bin/sh -c #(nop)  ENV CEPH_VERSION=pacific
                        
# 2021-07-09 01:51:51  0.00B 
/bin/sh -c #(nop)  LABEL CEPH_POINT_RELEASE=-16.2.5
                        
# 2021-07-09 01:51:50  0.00B 
/bin/sh -c #(nop)  LABEL GIT_CLEAN=True
                        
# 2021-07-09 01:51:49  0.00B 
/bin/sh -c #(nop)  LABEL GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099
                        
# 2021-07-09 01:51:47  0.00B 
/bin/sh -c #(nop)  LABEL GIT_BRANCH=HEAD
                        
# 2021-07-09 01:51:46  0.00B 
/bin/sh -c #(nop)  LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
                        
# 2021-07-09 01:51:44  0.00B 
/bin/sh -c #(nop)  LABEL RELEASE=HEAD
                        
# 2021-07-09 01:51:43  0.00B 
/bin/sh -c #(nop)  LABEL ceph=True
                        
# 2021-07-09 01:51:42  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:85cde16fa5e600cb9bab92e005b470895d89437507fbd26f554f3501dd28e0aa",
    "RepoTags": [
        "quay.io/cephcsi/cephcsi:v3.5.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.5.0"
    ],
    "RepoDigests": [
        "quay.io/cephcsi/cephcsi@sha256:173a7214a4f7145f5a24da6dae6081142303014018ac7685245c5bedac9dd2e3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi@sha256:5ed14cc37d300a6d187f9d850672cb6f88a0480f551186460f64d5a2758ed0b3"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2022-01-17T08:44:32.769364942Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "20.10.11+azure-3",
    "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=pacific",
            "CEPH_POINT_RELEASE=-16.2.5",
            "CEPH_DEVEL=false",
            "CEPH_REF=pacific",
            "OSD_FLAVOR=default"
        ],
        "Cmd": null,
        "Image": "sha256:ee98f44b0a6b35e4abd6d70bd99735ce75fa5094ec8006873e961e5fce7da08a",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/usr/local/bin/cephcsi"
        ],
        "OnBuild": null,
        "Labels": {
            "CEPH_POINT_RELEASE": "-16.2.5",
            "GIT_BRANCH": "HEAD",
            "GIT_CLEAN": "True",
            "GIT_COMMIT": "24e1f91422e837c50a9ec6a5df6b746de1bfb099",
            "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": 1264191616,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/51dcf349c55abc07360e0c45dafe61e27eac8ad7f5b1b5a9847c366974c2c813/diff:/var/lib/docker/overlay2/9f1f627965c27ecc9b16fb720d0f385152be42ca24dea6a8d2339b161e5f20fc/diff",
            "MergedDir": "/var/lib/docker/overlay2/a4cc1470407512be020fb9aa4287c019a88cbb0a310ba568b0a8a4fc2bbc36fa/merged",
            "UpperDir": "/var/lib/docker/overlay2/a4cc1470407512be020fb9aa4287c019a88cbb0a310ba568b0a8a4fc2bbc36fa/diff",
            "WorkDir": "/var/lib/docker/overlay2/a4cc1470407512be020fb9aa4287c019a88cbb0a310ba568b0a8a4fc2bbc36fa/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:2653d992f4ef2bfd27f94db643815aa567240c37732cae1405ad1c1309ee9859",
            "sha256:472b4d2c04acdb712916388c4278f825f3ce1e0de95d60295f7ddace89c4fa81",
            "sha256:d940e85c4591e1db5c1980c83b432e9f465f2698bf6b1ddadef983f679cca28d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-26T10:18:18.422471727+08:00"
    }
}

更多版本

quay.io/cephcsi/cephcsi:v3.3.1

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

quay.io/cephcsi/cephcsi:v3.10.2

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

quay.io/cephcsi/cephcsi:v3.10.1

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

quay.io/cephcsi/cephcsi:v3.11.0

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

quay.io/cephcsi/cephcsi:v3.9.0

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

quay.io/cephcsi/cephcsi:v3.6.2

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

quay.io/cephcsi/cephcsi:v3.12.0

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

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

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

quay.io/cephcsi/cephcsi:canary

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

quay.io/cephcsi/cephcsi:v3.5.1

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

quay.io/cephcsi/cephcsi:v3.12.2

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

quay.io/cephcsi/cephcsi:v3.4.0

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

quay.io/cephcsi/cephcsi:v3.2.0

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

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

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

quay.io/cephcsi/cephcsi:v3.13.0

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

quay.io/cephcsi/cephcsi:v3.2.2

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

quay.io/cephcsi/cephcsi:v3.14.0

linux/amd64 quay.io1.94GB2025-04-22 17:51
150

quay.io/cephcsi/cephcsi:v3.13.1

linux/amd64 quay.io1.93GB2025-05-09 20:42
43

quay.io/cephcsi/cephcsi:v3.7.2

linux/amd64 quay.io1.43GB2025-05-11 15:18
57

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

linux/amd64 quay.io1.93GB2025-05-15 14:41
27

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

linux/arm64 quay.io1.91GB2025-05-15 14:44
38

quay.io/cephcsi/cephcsi:v3.14.1

linux/amd64 quay.io1.99GB2025-06-24 09:54
10

quay.io/cephcsi/cephcsi:v3.5.0

linux/amd64 quay.io1.26GB2025-06-26 10:18
6