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

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

quay.io/cephcsi/cephcsi

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

源镜像 quay.io/cephcsi/cephcsi:v3.4.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.4.0
镜像ID sha256:584d491cd10ddd912fe03489150c342d93ce9bd6025a302d46725a647896cfac
镜像TAG v3.4.0
大小 1.26GB
镜像源 quay.io
CMD
启动入口 /usr/local/bin/cephcsi
工作目录
OS/平台 linux/amd64
浏览量 43 次
贡献者
镜像创建 2021-07-29T10:07:52.844495451Z
同步时间 2024-10-14 11:18
更新时间 2024-10-23 09:00
环境变量
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.4.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.4.0  quay.io/cephcsi/cephcsi:v3.4.0

Containerd拉取命令

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

Shell快速替换命令

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

镜像历史

大小 创建时间 层信息
0.00B 2021-07-29 18:07:52 /bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/cephcsi"]
0.00B 2021-07-29 18:07:51 |1 SRC_DIR=/go/src/github.com/ceph/ceph-csi/ /bin/sh -c [ $(ldd /usr/local/bin/cephcsi | grep -c '=> not found') = '0' ]
59.71MB 2021-07-29 18:07:50 /bin/sh -c #(nop) COPY file:87cc1b4bca01c0179ac928504423dec5b03476379375508a887c49155074e891 in /usr/local/bin/cephcsi
0.00B 2021-07-29 18:07:48 /bin/sh -c #(nop) LABEL maintainers=Ceph-CSI Authors version= architecture= description=Ceph-CSI Plugin
0.00B 2021-07-29 18:07:47 /bin/sh -c #(nop) ARG SRC_DIR
991.99MB 2021-07-09 01:57:02 /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'
0.00B 2021-07-09 01:51:59 /bin/sh -c #(nop) ENV OSD_FLAVOR=default
0.00B 2021-07-09 01:51:57 /bin/sh -c #(nop) ENV CEPH_REF=pacific
0.00B 2021-07-09 01:51:56 /bin/sh -c #(nop) ENV CEPH_DEVEL=false
0.00B 2021-07-09 01:51:54 /bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-16.2.5
0.00B 2021-07-09 01:51:53 /bin/sh -c #(nop) ENV CEPH_VERSION=pacific
0.00B 2021-07-09 01:51:51 /bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-16.2.5
0.00B 2021-07-09 01:51:50 /bin/sh -c #(nop) LABEL GIT_CLEAN=True
0.00B 2021-07-09 01:51:49 /bin/sh -c #(nop) LABEL GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099
0.00B 2021-07-09 01:51:47 /bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
0.00B 2021-07-09 01:51:46 /bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
0.00B 2021-07-09 01:51:44 /bin/sh -c #(nop) LABEL RELEASE=HEAD
0.00B 2021-07-09 01:51:43 /bin/sh -c #(nop) LABEL ceph=True
0.00B 2021-07-09 01:51:42 /bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>
0.00B 2020-12-08 08:22:53 /bin/sh -c #(nop) CMD ["/bin/bash"]
0.00B 2020-12-08 08:22:52 /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
209.35MB 2020-12-08 08:22:52 /bin/sh -c #(nop) ADD file:bd7a2aed6ede423b719ceb2f723e4ecdfa662b28639c8429731c878e86fb138b in /

镜像信息

{
    "Id": "sha256:584d491cd10ddd912fe03489150c342d93ce9bd6025a302d46725a647896cfac",
    "RepoTags": [
        "quay.io/cephcsi/cephcsi:v3.4.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.4.0"
    ],
    "RepoDigests": [
        "quay.io/cephcsi/cephcsi@sha256:1a6b395ffed6e51b7b73a87694690283d91b782b56cfaafee447f263c68a55d9",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi@sha256:19634b6ef9fc6df2902cf6ff0b3dbccc56a6663d0cbfd065da44ecd2f955d848"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2021-07-29T10:07:52.844495451Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "20.10.7+azure",
    "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:284c94399b2e8fe8d2d77a566e4c72d58ec3b5593dfe380d8ca4540e7360baf4",
        "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": 1261047800,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f83a4f5a63cdca0ea40b7eb151f9dd04903ddbc7d2bafa5d942d497aa8d99e75/diff:/var/lib/docker/overlay2/ec24593870dd8686e526473e201deac538456ec33d25e3a74d7f5f7576748c22/diff",
            "MergedDir": "/var/lib/docker/overlay2/3f5876b990fba8076d7d6ea1ee953f36b27d7c8fe83b740465ba02100a9c533a/merged",
            "UpperDir": "/var/lib/docker/overlay2/3f5876b990fba8076d7d6ea1ee953f36b27d7c8fe83b740465ba02100a9c533a/diff",
            "WorkDir": "/var/lib/docker/overlay2/3f5876b990fba8076d7d6ea1ee953f36b27d7c8fe83b740465ba02100a9c533a/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:2653d992f4ef2bfd27f94db643815aa567240c37732cae1405ad1c1309ee9859",
            "sha256:472b4d2c04acdb712916388c4278f825f3ce1e0de95d60295f7ddace89c4fa81",
            "sha256:f8a7f45317e67ab5fd175d0799f9c0d2540a862d1f5e8117490af2effd84fb6e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-10-14T11:17:06.37404466+08:00"
    }
}

更多版本