docker.io/rook/ceph:v1.7.11 linux/amd64

docker.io/rook/ceph:v1.7.11 - 国内下载镜像源 浏览次数:39
ROCKSDB存储引擎
源镜像 docker.io/rook/ceph:v1.7.11
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.7.11
镜像ID sha256:7c635f1641b0a79f159169c08b0ac4f281924c5c04950f733e28d97213e2bb35
镜像TAG v1.7.11
大小 1.20GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /tini -- /usr/local/bin/rook
工作目录
OS/平台 linux/amd64
浏览量 39 次
贡献者
镜像创建 2022-01-21T19:40:40.87201563Z
同步时间 2024-10-14 11:26
更新时间 2024-10-23 15:28
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CEPH_VERSION=pacific CEPH_POINT_RELEASE=-16.2.6 CEPH_DEVEL=false CEPH_REF=pacific OSD_FLAVOR=default
镜像标签
-16.2.6: CEPH_POINT_RELEASE HEAD: GIT_BRANCH True: GIT_CLEAN 8e00693ceace3f9bcdfaead0c72e7e3f6c691029: GIT_COMMIT https://github.com/ceph/ceph-container.git: GIT_REPO HEAD: RELEASE True: ceph Dimitri Savineau <dsavinea@redhat.com>: maintainer 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

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

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.7.11
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.7.11  docker.io/rook/ceph:v1.7.11

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.7.11
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.7.11  docker.io/rook/ceph:v1.7.11

Shell快速替换命令

sed -i 's#rook/ceph:v1.7.11#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.7.11#' deployment.yaml

镜像历史

大小 创建时间 层信息
0.00B 2022-01-22 03:40:40 /bin/sh -c #(nop) CMD [""]
0.00B 2022-01-22 03:40:39 /bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
565.88KB 2022-01-22 03:40:38 /bin/sh -c #(nop) COPY dir:8a25e913a6b80cf208f9d5629af969d799ab8a2fd823062c41c6e8fb14507567 in /etc/ceph-csv-templates
163.34KB 2022-01-22 03:40:37 /bin/sh -c #(nop) COPY dir:8219635b94b63c25c4715145c2c703917636cf64ac053144fb188d3d76845ccc in /etc/rook-external/
23.18KB 2022-01-22 03:40:36 /bin/sh -c #(nop) COPY dir:5713588bcd4af7163b1cbb5067af33001c7312d8a1849fdf842f1f151362c572 in /etc/ceph-monitoring
25.89KB 2022-01-22 03:40:35 /bin/sh -c #(nop) COPY dir:fc48dabf95fd735588826471c65c00b875996777021014b6a7ec307820ee78de in /etc/ceph-csi
85.28MB 2022-01-22 03:40:34 /bin/sh -c #(nop) COPY multi:b315d699393ac63f2233fc18b1fc024d77bc58b8f7215ac58ebf58c60ebeb7cc in /usr/local/bin/
38.18MB 2022-01-22 03:40:31 |2 ARCH=amd64 TINI_VERSION=v0.19.0 /bin/sh -c curl --fail -sSL -o /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${ARCH} && chmod +x /tini && curl -LJO https://github.com/ceph/persistent-volume-migrator/releases/download/v0.1.0-alpha/pv-migrator && install pv-migrator /usr/local/bin/pv-migrator && rm -f pv-migrator
0.00B 2022-01-22 03:40:28 /bin/sh -c #(nop) ARG TINI_VERSION
0.00B 2022-01-22 03:40:27 /bin/sh -c #(nop) ARG ARCH
847.79MB 2021-09-19 00:03:06 /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.6"; if [[ -n "-16.2.6" ]]; then CPR=-16.2.6 ; 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.6"; 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.6 ceph-mon-16.2.6 ceph-osd-16.2.6 ceph-mds-16.2.6 cephfs-mirror-16.2.6 rbd-mirror-16.2.6 ceph-mgr-16.2.6 ceph-mgr-cephadm-16.2.6 ceph-mgr-dashboard-16.2.6 ceph-mgr-diskprediction-local-16.2.6 ceph-mgr-k8sevents-16.2.6 ceph-mgr-rook-16.2.6 python3-saml ceph-grafana-dashboards-16.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.6 libradosstriper1-16.2.6 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.6 rbd-nbd-16.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.6 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.6 ceph-mon-16.2.6 ceph-osd-16.2.6 ceph-mds-16.2.6 cephfs-mirror-16.2.6 rbd-mirror-16.2.6 ceph-mgr-16.2.6 ceph-mgr-cephadm-16.2.6 ceph-mgr-dashboard-16.2.6 ceph-mgr-diskprediction-local-16.2.6 ceph-mgr-k8sevents-16.2.6 ceph-mgr-rook-16.2.6 python3-saml ceph-grafana-dashboards-16.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.6 libradosstriper1-16.2.6 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.6 rbd-nbd-16.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.6 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.6 ceph-mon-16.2.6 ceph-osd-16.2.6 ceph-mds-16.2.6 cephfs-mirror-16.2.6 rbd-mirror-16.2.6 ceph-mgr-16.2.6 ceph-mgr-cephadm-16.2.6 ceph-mgr-dashboard-16.2.6 ceph-mgr-diskprediction-local-16.2.6 ceph-mgr-k8sevents-16.2.6 ceph-mgr-rook-16.2.6 python3-saml ceph-grafana-dashboards-16.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.6 libradosstriper1-16.2.6 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.6 rbd-nbd-16.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.6 python3-scikit-learn && echo 'Packages verified successfully'
0.00B 2021-09-18 23:58:57 /bin/sh -c #(nop) ENV OSD_FLAVOR=default
0.00B 2021-09-18 23:58:56 /bin/sh -c #(nop) ENV CEPH_REF=pacific
0.00B 2021-09-18 23:58:54 /bin/sh -c #(nop) ENV CEPH_DEVEL=false
0.00B 2021-09-18 23:58:53 /bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-16.2.6
0.00B 2021-09-18 23:58:51 /bin/sh -c #(nop) ENV CEPH_VERSION=pacific
0.00B 2021-09-18 23:58:50 /bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-16.2.6
0.00B 2021-09-18 23:52:30 /bin/sh -c #(nop) LABEL GIT_CLEAN=True
0.00B 2021-09-18 23:52:28 /bin/sh -c #(nop) LABEL GIT_COMMIT=8e00693ceace3f9bcdfaead0c72e7e3f6c691029
0.00B 2021-09-18 23:52:27 /bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
0.00B 2021-09-18 23:52:26 /bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
0.00B 2021-09-18 23:52:24 /bin/sh -c #(nop) LABEL RELEASE=HEAD
0.00B 2021-09-18 23:52:23 /bin/sh -c #(nop) LABEL ceph=True
0.00B 2021-09-18 23:52:21 /bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>
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:7c635f1641b0a79f159169c08b0ac4f281924c5c04950f733e28d97213e2bb35",
    "RepoTags": [
        "rook/ceph:v1.7.11",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.7.11"
    ],
    "RepoDigests": [
        "rook/ceph@sha256:02fc27a840e423fda2d395ed816a0aab839d45f5677f6323b1592a5056307db0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph@sha256:a49863e748d879115adb895e34aaac92a1573c736707591852fd349e5c7c09b1"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2022-01-21T19:40:40.87201563Z",
    "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.6",
            "CEPH_DEVEL=false",
            "CEPH_REF=pacific",
            "OSD_FLAVOR=default"
        ],
        "Cmd": [
            ""
        ],
        "Image": "sha256:321afe0291f0b7d1e7dadcb76cdb6beef6624d01cea22ac2b83949f5d1d889d4",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/tini",
            "--",
            "/usr/local/bin/rook"
        ],
        "OnBuild": null,
        "Labels": {
            "CEPH_POINT_RELEASE": "-16.2.6",
            "GIT_BRANCH": "HEAD",
            "GIT_CLEAN": "True",
            "GIT_COMMIT": "8e00693ceace3f9bcdfaead0c72e7e3f6c691029",
            "GIT_REPO": "https://github.com/ceph/ceph-container.git",
            "RELEASE": "HEAD",
            "ceph": "True",
            "maintainer": "Dimitri Savineau \u003cdsavinea@redhat.com\u003e",
            "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"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1203299493,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3a23736113518bbff9313321e9f892ea17acbb9ca5f8b6d45968be74c31d3320/diff:/var/lib/docker/overlay2/930b50dab2073d9020e7b185a1ec8cdafa58fe9647ca364b76692ad45a569528/diff:/var/lib/docker/overlay2/ba3fa6cbef89bf6ce5ec55c54802cf12fa6fa41f78ddff4eaa37b27e2122002b/diff:/var/lib/docker/overlay2/bad7b19fc1383e10bf521198cab2d1fdb85b7d967744f58ab8e68ccfa1c33212/diff:/var/lib/docker/overlay2/ef9d8e56be29f289dec094b1590ca3e84b7053b37663b786394b078a92dcdf0d/diff:/var/lib/docker/overlay2/07b83f28c2364884e6491bb3fad9b2c1b905bee67cd79e56f8d5572efe611ab6/diff:/var/lib/docker/overlay2/32ebd9810cab3da53b7488e5f75d7c1a45da43b834da52842be7f0a173a3a95d/diff",
            "MergedDir": "/var/lib/docker/overlay2/bf679041d33bdc583b9928d58ba5cb2e8cb5ed2e6d8292405d74fe756c0a49f1/merged",
            "UpperDir": "/var/lib/docker/overlay2/bf679041d33bdc583b9928d58ba5cb2e8cb5ed2e6d8292405d74fe756c0a49f1/diff",
            "WorkDir": "/var/lib/docker/overlay2/bf679041d33bdc583b9928d58ba5cb2e8cb5ed2e6d8292405d74fe756c0a49f1/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:74ddd0ec08fa43d09f32636ba91a0a3053b02cb4627c35051aff89f853606b59",
            "sha256:389fd1ca0ddba26229b5a9f2c08817e245ac1e7701ffa369e2de5e9baefcd5d8",
            "sha256:c4ac091cc326076b8d5bdc32321f677c007866c2d92b5e551eba06be8bcb2253",
            "sha256:bd685d7020d90146b878210a7eb14acade5243ae511aad880c9990b1a6ed8302",
            "sha256:63f3e390f720fd67b0f8f505429eb1f9aae983203ef5f713d9de9155d2f3625b",
            "sha256:7cceb6b1e0ccef74a05beba89f434fbdaf6298bacd2129c065dfaead2db2ea07",
            "sha256:d978951d1282b29d375ad459569871e60d98c351f372e30580cea5ef8909a7a7",
            "sha256:b02e771794db35e35187dc50b395e23fc2f4b7ec1d7a452647af8131c916c3fc"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-10-14T11:25:33.250199317+08:00"
    }
}

更多版本