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

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

quay.io/cephcsi/cephcsi

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

源镜像 quay.io/cephcsi/cephcsi:v3.5.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.5.1
镜像ID sha256:a68e15f8572a25138c2ef2c0a0ff696a8d8e84bb3bcb5db05e237b0e05caeb62
镜像TAG v3.5.1
大小 1.27GB
镜像源 quay.io
CMD
启动入口 /usr/local/bin/cephcsi
工作目录
OS/平台 linux/amd64
浏览量 40 次
贡献者
镜像创建 2022-01-21T17:27:13.486325585Z
同步时间 2024-09-20 11:32
更新时间 2024-10-23 18:05
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin I_AM_IN_A_CONTAINER=1 CEPH_VERSION=pacific CEPH_POINT_RELEASE=-16.2.7 CEPH_DEVEL=false CEPH_REF=pacific OSD_FLAVOR=default
镜像标签
-16.2.7: CEPH_POINT_RELEASE HEAD: GIT_BRANCH True: GIT_CLEAN 8ebf635adb9ab27ec9321b1d173f0ee08b9df632: 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 20210915: 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.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.5.1  quay.io/cephcsi/cephcsi:v3.5.1

Containerd拉取命令

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

Shell快速替换命令

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

镜像历史

大小 创建时间 层信息
0.00B 2022-01-22 01:27:13 /bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/cephcsi"]
0.00B 2022-01-22 01:27:12 |1 SRC_DIR=/go/src/github.com/ceph/ceph-csi/ /bin/sh -c [ $(ldd /usr/local/bin/cephcsi | grep -c '=> not found') = '0' ]
62.85MB 2022-01-22 01:27:10 /bin/sh -c #(nop) COPY file:154d836203c6296e4fa84f69363b5fec645e258dfa52c1de054c986dfc91c052 in /usr/local/bin/cephcsi
0.00B 2022-01-22 01:27:08 /bin/sh -c #(nop) LABEL maintainers=Ceph-CSI Authors version= architecture= description=Ceph-CSI Plugin
0.00B 2022-01-22 01:27:07 /bin/sh -c #(nop) ARG SRC_DIR
975.72MB 2021-12-08 08:06:34 /bin/sh -c yum install -y epel-release https://apache.jfrog.io/artifactory/arrow/centos/8/apache-arrow-release-latest.rpm && 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.7"; if [[ -n "-16.2.7" ]]; then CPR=-16.2.7 ; 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.7"; 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 ; yum copr enable -y tchaikov/python3-asyncssh ; fi ' && yum install -y --setopt=install_weak_deps=False --enablerepo=powertools ca-certificates e2fsprogs ceph-common-16.2.7 ceph-mon-16.2.7 ceph-osd-16.2.7 ceph-mds-16.2.7 cephfs-mirror-16.2.7 rbd-mirror-16.2.7 ceph-mgr-16.2.7 ceph-mgr-cephadm-16.2.7 ceph-mgr-dashboard-16.2.7 ceph-mgr-diskprediction-local-16.2.7 ceph-mgr-k8sevents-16.2.7 ceph-mgr-rook-16.2.7 python3-saml ceph-grafana-dashboards-16.2.7 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.7 libradosstriper1-16.2.7 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.7 rbd-nbd-16.2.7 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.7 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.7 ceph-mon-16.2.7 ceph-osd-16.2.7 ceph-mds-16.2.7 cephfs-mirror-16.2.7 rbd-mirror-16.2.7 ceph-mgr-16.2.7 ceph-mgr-cephadm-16.2.7 ceph-mgr-dashboard-16.2.7 ceph-mgr-diskprediction-local-16.2.7 ceph-mgr-k8sevents-16.2.7 ceph-mgr-rook-16.2.7 python3-saml ceph-grafana-dashboards-16.2.7 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.7 libradosstriper1-16.2.7 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.7 rbd-nbd-16.2.7 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.7 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.7 ceph-mon-16.2.7 ceph-osd-16.2.7 ceph-mds-16.2.7 cephfs-mirror-16.2.7 rbd-mirror-16.2.7 ceph-mgr-16.2.7 ceph-mgr-cephadm-16.2.7 ceph-mgr-dashboard-16.2.7 ceph-mgr-diskprediction-local-16.2.7 ceph-mgr-k8sevents-16.2.7 ceph-mgr-rook-16.2.7 python3-saml ceph-grafana-dashboards-16.2.7 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.7 libradosstriper1-16.2.7 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.7 rbd-nbd-16.2.7 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.7 python3-scikit-learn && echo 'Packages verified successfully'
0.00B 2021-12-08 08:01:06 /bin/sh -c #(nop) ENV OSD_FLAVOR=default
0.00B 2021-12-08 08:01:04 /bin/sh -c #(nop) ENV CEPH_REF=pacific
0.00B 2021-12-08 08:01:03 /bin/sh -c #(nop) ENV CEPH_DEVEL=false
0.00B 2021-12-08 08:01:02 /bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-16.2.7
0.00B 2021-12-08 08:01:01 /bin/sh -c #(nop) ENV CEPH_VERSION=pacific
0.00B 2021-12-08 08:00:59 /bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-16.2.7
0.00B 2021-12-08 08:00:58 /bin/sh -c #(nop) LABEL GIT_CLEAN=True
0.00B 2021-12-08 08:00:57 /bin/sh -c #(nop) LABEL GIT_COMMIT=8ebf635adb9ab27ec9321b1d173f0ee08b9df632
0.00B 2021-12-08 08:00:56 /bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
0.00B 2021-12-08 08:00:54 /bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
0.00B 2021-12-08 08:00:53 /bin/sh -c #(nop) LABEL RELEASE=HEAD
0.00B 2021-12-08 08:00:52 /bin/sh -c #(nop) LABEL ceph=True
0.00B 2021-12-08 08:00:51 /bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>
0.00B 2021-12-08 08:00:49 /bin/sh -c #(nop) ENV I_AM_IN_A_CONTAINER=1
0.00B 2021-09-16 02:20:05 /bin/sh -c #(nop) CMD ["/bin/bash"]
0.00B 2021-09-16 02:20:04 /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=20210915
231.27MB 2021-09-16 02:20:04 /bin/sh -c #(nop) ADD file:805cb5e15fb6e0bb0326ca33fd2942e068863ce2a8491bb71522c652f31fb466 in /

镜像信息

{
    "Id": "sha256:a68e15f8572a25138c2ef2c0a0ff696a8d8e84bb3bcb5db05e237b0e05caeb62",
    "RepoTags": [
        "quay.io/cephcsi/cephcsi:v3.5.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.5.1"
    ],
    "RepoDigests": [
        "quay.io/cephcsi/cephcsi@sha256:28a674af1df2325fea415e32a7f93f083fce1f9c474912c45f025427fdc0aa10",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi@sha256:d355da5e8043e1169409b108e45024c1bf3df67bafb02743cbd38d357424e282"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2022-01-21T17:27:13.486325585Z",
    "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",
            "I_AM_IN_A_CONTAINER=1",
            "CEPH_VERSION=pacific",
            "CEPH_POINT_RELEASE=-16.2.7",
            "CEPH_DEVEL=false",
            "CEPH_REF=pacific",
            "OSD_FLAVOR=default"
        ],
        "Cmd": null,
        "Image": "sha256:22474207068dfb9381c922b8d1f8d5e1c604ff821baae1eb18703eca72f0e89e",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/usr/local/bin/cephcsi"
        ],
        "OnBuild": null,
        "Labels": {
            "CEPH_POINT_RELEASE": "-16.2.7",
            "GIT_BRANCH": "HEAD",
            "GIT_CLEAN": "True",
            "GIT_COMMIT": "8ebf635adb9ab27ec9321b1d173f0ee08b9df632",
            "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": "20210915",
            "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": 1269844594,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/c8409977a87fc83afd18f766320b81658ffb273464df02855c6a16c01813f4f3/diff:/var/lib/docker/overlay2/a93574c35b77af4d03efdd9885e53b3093fb272be845f11bd60076e7c821d838/diff",
            "MergedDir": "/var/lib/docker/overlay2/0fbe66228eb222f997794936977481e9efd432538363c68bae63b4362ccaa54c/merged",
            "UpperDir": "/var/lib/docker/overlay2/0fbe66228eb222f997794936977481e9efd432538363c68bae63b4362ccaa54c/diff",
            "WorkDir": "/var/lib/docker/overlay2/0fbe66228eb222f997794936977481e9efd432538363c68bae63b4362ccaa54c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:74ddd0ec08fa43d09f32636ba91a0a3053b02cb4627c35051aff89f853606b59",
            "sha256:bb306f4b8c45f38e5ee85b17a55d2907726388f20f8632c3ec8ac8827ad7b708",
            "sha256:10d6d669780e9e2d971b01759bd4f3c357f5622efd9466b1c006ff9e3f09dfa6"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-09-20T11:31:36.180176938+08:00"
    }
}

更多版本