logo
docker.io/rook/ceph:v1.20.3
linux/amd64 docker.io 维伦 贡献
ROCKSDB存储引擎
22
浏览次数
1.65GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.20.3
源镜像
docker.io/rook/ceph:v1.20.3
镜像ID
sha256:de513f798237688ec7ebd5b61c221991fa7ae3c51682303589f8868361e34fd9
镜像 TAG
v1.20.3
镜像大小
1.65GB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/usr/local/bin/rook
工作目录
OS/平台
linux/amd64
镜像创建
2026-07-28T19:39:55.316321875Z
同步时间
2026-08-13 16:49
浏览量
22 次
贡献者
avatar 维伦
⚙️ 环境变量 6
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
CEPH_IS_DEVEL=false 1
CEPH_REF=tentacle 2
CEPH_VERSION=tentacle 3
CEPH_OSD_FLAVOR=default 4
FROM_IMAGE=quay.io/centos/centos:stream9 5
🏷️ 镜像标签 15
KeyValue
https://github.com/ceph/ceph.git CEPH_GIT_REPO
tentacle CEPH_REF
0fcffee29411e3a38036764817b6e1afc59741cc CEPH_SHA1
quay.io/centos/centos:stream9 FROM_IMAGE
https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ GANESHA_REPO_BASEURL
default OSD_FLAVOR
True ceph
1.43.1 io.buildah.version
20260615 org.label-schema.build-date
GPLv2 org.label-schema.license
CentOS Stream 9 Base Image org.label-schema.name
1.0 org.label-schema.schema-version
CentOS org.label-schema.vendor
Ceph Release Team <ceph-maintainers@ceph.io> org.opencontainers.image.authors
https://docs.ceph.com/ org.opencontainers.image.documentation
🛡️ 镜像安全扫描
centos-stream 9 Trivy 2026-08-13 16:50 查看完整报告
3
低危 LOW
32
中危 MEDIUM
17
高危 HIGH
1
严重 CRITICAL
受影响目标 (4)
Node.js node-pkg Python python-pkg usr/local/bin/rook gobinary usr/local/bin/s5cmd gobinary

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.20.3 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.20.3  docker.io/rook/ceph:v1.20.3'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.20.3 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.20.3  docker.io/rook/ceph:v1.20.3'

镜像构建历史


# 2026-07-29 03:39:55  0.00B 设置默认要执行的命令
CMD [""]
                        
# 2026-07-29 03:39:55  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/rook"]
                        
# 2026-07-29 03:39:55  0.00B 指定运行容器时使用的用户
USER 2016
                        
# 2026-07-29 03:39:55  595.22KB 执行命令并创建新的镜像层
RUN |2 S5CMD_VERSION=2.3.0 S5CMD_ARCH=Linux-64bit /bin/sh -c useradd rook -u 2016 # 2016 is the UID of the rook user and also the year of the first commit in the project # buildkit
                        
# 2026-07-29 03:39:55  104.95KB 复制新文件或目录到容器中
COPY rook-external /etc/rook-external/ # buildkit
                        
# 2026-07-29 03:39:55  271.85KB 复制新文件或目录到容器中
COPY ceph-monitoring /etc/ceph-monitoring # buildkit
                        
# 2026-07-29 03:39:55  74.82MB 复制新文件或目录到容器中
COPY rook toolbox.sh set-ceph-debug-level /usr/local/bin/ # buildkit
                        
# 2026-07-29 03:39:55  17.66MB 执行命令并创建新的镜像层
RUN |2 S5CMD_VERSION=2.3.0 S5CMD_ARCH=Linux-64bit /bin/sh -c curl --fail -sSL -o /s5cmd.tar.gz https://github.com/peak/s5cmd/releases/download/v${S5CMD_VERSION}/s5cmd_${S5CMD_VERSION}_${S5CMD_ARCH}.tar.gz &&     mkdir /s5cmd &&     tar xf /s5cmd.tar.gz -C /s5cmd &&     install /s5cmd/s5cmd /usr/local/bin/s5cmd &&     rm -rf /s5cmd.tar.gz /s5cmd # buildkit
                        
# 2026-07-29 03:39:54  33.30MB 执行命令并创建新的镜像层
RUN |2 S5CMD_VERSION=2.3.0 S5CMD_ARCH=Linux-64bit /bin/sh -c dnf install -y --repo baseos --setopt=install_weak_deps=False iproute && dnf clean all # buildkit
                        
# 2026-07-29 03:39:54  0.00B 定义构建参数
ARG S5CMD_ARCH=Linux-64bit
                        
# 2026-07-29 03:39:54  0.00B 定义构建参数
ARG S5CMD_VERSION=2.3.0
                        
# 2026-06-16 23:36:32  1.35GB 
/bin/sh -c #(nop) ENV CEPH_IS_DEVEL="${CI_CONTAINER}"     CEPH_REF="${CEPH_REF}"     CEPH_VERSION="${CEPH_REF}"     CEPH_OSD_FLAVOR="${OSD_FLAVOR}"     FROM_IMAGE="${FROM_IMAGE}"
                        
# 2026-06-16 23:36:19  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c rpm -q $(cat packages.txt) && rm -f /var/lib/rpm/__db* && rm -f *packages.txt
                        
# 2026-06-16 23:36:19  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c set -ex &&     dnf clean all &&     rm -rf /var/cache/dnf/* &&     rm -rf /var/lib/dnf/* &&     rm -f /var/lib/rpm/__db* &&     rm -rf /etc/selinux /usr/share/selinux &&     rm -f /etc/yum.repos.d/{ceph,ganesha,tcmu-runner,ceph-iscsi}.repo
                        
# 2026-06-16 23:36:18  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c     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
                        
# 2026-06-16 23:36:18  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c mkdir -p /var/run/ganesha
                        
# 2026-06-16 23:36:18  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "=== INSTALLING ===" ; dnf install -y --setopt=install_weak_deps=False --setopt=skip_missing_names_on_install=False --enablerepo=crb $(cat packages.txt)
                        
# 2026-06-16 23:34:36  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "=== PACKAGES TO BE INSTALLED ==="; cat packages.txt
                        
# 2026-06-16 23:34:36  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "ceph-node-proxy" >> packages.txt
                        
# 2026-06-16 23:34:36  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "python3-scikit-learn" >> packages.txt
                        
# 2026-06-16 23:34:36  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "gdisk hostname procps-ng sg3_utils e2fsprogs lvm2 gcc" >> packages.txt
                        
# 2026-06-16 23:34:35  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "systemd-udev" >> packages.txt
                        
# 2026-06-16 23:34:35  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "attr ceph-fuse rbd-nbd"  >> packages.txt
                        
# 2026-06-16 23:34:35  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "ceph-iscsi tcmu-runner python3-rtslib" >> packages.txt
                        
# 2026-06-16 23:34:34  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "dbus-daemon nfs-ganesha-ceph nfs-ganesha-rados-grace nfs-ganesha-rados-urls nfs-ganesha-rgw nfs-ganesha rpcbind sssd-client" >> packages.txt
                        
# 2026-06-16 23:34:34  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c set -euo pipefail;     echo "nvme-cli smartmontools" >> packages.txt;     source /etc/ceph-distro.env;     if [ "$MAJOR" -le 9 ]; then         echo "python3-saml" >> packages.txt;     fi
                        
# 2026-06-16 23:34:34  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c if [[ "${OSD_FLAVOR}" == "crimson-debug" || "${OSD_FLAVOR}" == "crimson-release" ]]; then     echo "ceph-osd-crimson" >> packages.txt ; fi
                        
# 2026-06-16 23:34:34  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "ceph-common ceph-exporter ceph-grafana-dashboards ceph-immutable-object-cache ceph-mds ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-rook ceph-mgr ceph-mon ceph-osd ceph-radosgw lua-devel luarocks ceph-volume cephfs-mirror cephfs-top kmod libcephfs-daemon libradosstriper1 rbd-mirror" >> packages.txt
                        
# 2026-06-16 23:34:33  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "ca-certificates" > packages.txt
                        
# 2026-06-16 23:34:33  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c dnf update -y --setopt=install_weak_deps=False
                        
# 2026-06-16 23:34:29  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c set -euo pipefail;     source /etc/ceph-distro.env;     if [ "$MAJOR" -le 9 ]; then         dnf install -y --setopt=install_weak_deps=False dnf-plugins-core &&         dnf copr enable -y tchaikov/python-scikit-learn;     fi
                        
# 2026-06-16 23:34:12  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c --mount=type=secret,id=prerelease_creds set -ex &&     source /etc/ceph-distro.env &&     if [ "$CUSTOM_CEPH_REPO_URL" ]; then         curl -L -o /tmp/custom-ceph.repo "$CUSTOM_CEPH_REPO_URL" &&         mv /tmp/custom-ceph.repo  /etc/yum.repos.d/custom-ceph.repo &&         exit 0 ;     fi &&     rpm --import 'https://download.ceph.com/keys/release.asc' &&     ARCH=$(arch); if [ "${ARCH}" == "aarch64" ]; then ARCH="arm64"; fi ;    IS_RELEASE=0 ;    if [[ "${CI_CONTAINER}" == "true" ]] ; then         REPO_URL=$(curl -fs "https://shaman.ceph.com/api/search/?project=ceph&distros=${DIST_PATH}/${ARCH}&flavor=${OSD_FLAVOR}&ref=${CEPH_REF}&sha1=latest" | jq -r .[0].url) ;    else         IS_RELEASE=1 ;        source /run/secrets/prerelease_creds;         REPO_URL="https://${PRERELEASE_USERNAME}:${PRERELEASE_PASSWORD}@download.ceph.com/prerelease/ceph/rpm-${CEPH_REF}/${EL_VER}/" ;    fi &&     rpm -Uvh "$REPO_URL/noarch/ceph-release-1-${IS_RELEASE}.${EL_VER}.noarch.rpm" ;     if [[ "$IS_RELEASE" == 1 ]] ; then         sed -i "s;http://download.ceph.com/;https://${PRERELEASE_USERNAME}:${PRERELEASE_PASSWORD}@download.ceph.com/prerelease/ceph/;" /etc/yum.repos.d/ceph.repo ;         dnf clean expire-cache ;     fi
                        
# 2026-06-16 23:34:11  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c set -eux &&     source /etc/ceph-distro.env &&     curl -s -L https://shaman.ceph.com/api/repos/tcmu-runner/main/latest/${DIST_PATH}/repo?arch=$(arch) -o /etc/yum.repos.d/tcmu-runner.repo &&     case "${CEPH_REF}" in         quincy|reef)             curl -fs -L https://download.ceph.com/ceph-iscsi/3/rpm/${EL_VER}/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ;            ;;        main|*)             curl -fs -L https://shaman.ceph.com/api/repos/ceph-iscsi/main/latest/${DIST_PATH}/repo -o /etc/yum.repos.d/ceph-iscsi.repo ;            ;;    esac
                        
# 2026-06-16 23:34:10  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c set -eux;     source /etc/ceph-distro.env;     if [[ "${DIST_PATH}" == rocky/* ]]; then         curl -fs -L "https://shaman.ceph.com/api/repos/nfs-ganesha/main/latest/${DIST_PATH}/repo?arch=$(arch)" -o /etc/yum.repos.d/ganesha.repo;     else       {         printf '%s\n' '[ganesha]';         printf '%s\n' 'name=ganesha';         printf '%s\n' "baseurl=${GANESHA_REPO_BASEURL}";         printf '%s\n' 'gpgcheck=0';         printf '%s\n' 'enabled=1';       } > /etc/yum.repos.d/ganesha.repo;     fi
                        
# 2026-06-16 23:34:10  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c dnf install -y --setopt=install_weak_deps=False epel-release jq
                        
# 2026-06-16 23:33:55  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c     if grep -q 'tsflags' /etc/dnf/dnf.conf ; then         sed -i 's/tsflags=.*/tsflags=nodocs/g' /etc/dnf/dnf.conf ;     else         echo "tsflags=nodocs" >> /etc/dnf/dnf.conf ;     fi
                        
# 2026-06-16 23:33:55  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c set -euo pipefail;     source /etc/os-release;     MAJOR="${VERSION_ID%%.*}";     case "${ID}" in       centos)    DIST_PATH="centos/${MAJOR}" ;;       rocky)     DIST_PATH="rocky/${MAJOR}" ;;       almalinux) DIST_PATH="almalinux/${MAJOR}" ;;       *) echo "Unsupported base: ID=${ID} VERSION_ID=${VERSION_ID}" >&2; exit 1 ;;     esac;     EL_VER="el${MAJOR}";     printf 'EL_VER=%s\nDIST_PATH=%s\nID=%s\nVERSION_ID=%s\nMAJOR=%s\n'            "$EL_VER" "$DIST_PATH" "$ID" "$VERSION_ID" "$MAJOR" > /etc/ceph-distro.env
                        
# 2026-06-16 23:33:55  0.00B 
/bin/sh -c #(nop) SHELL ["/bin/bash", "-c"]
                        
# 2026-06-16 23:33:55  0.00B 
/bin/sh -c #(nop) LABEL ceph=True FROM_IMAGE=${FROM_IMAGE} CEPH_REF=${CEPH_REF} CEPH_SHA1=${CEPH_SHA1} CEPH_GIT_REPO=${CEPH_GIT_REPO} GANESHA_REPO_BASEURL=${GANESHA_REPO_BASEURL} OSD_FLAVOR=${OSD_FLAVOR}
                        
# 2026-06-16 23:33:55  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.authors="Ceph Release Team <ceph-maintainers@ceph.io>"       org.opencontainers.image.documentation="https://docs.ceph.com/"
                        
# 2026-06-16 23:33:55  0.00B 
|8 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=0fcffee29411e3a38036764817b6e1afc59741cc CI_CONTAINER=false CUSTOM_CEPH_REPO_URL= FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c /bin/echo -e "FROM_IMAGE: ${FROM_IMAGE}\nCEPH_REF: ${CEPH_REF}\nGANESHA_REPO_BASEURL: ${GANESHA_REPO_BASEURL} \nOSD_FLAVOR: ${OSD_FLAVOR} \nCI_CONTAINER: ${CI_CONTAINER}"
                        
# 2026-06-16 23:33:54  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 CI_CONTAINER CUSTOM_CEPH_REPO_URL FROM_IMAGE GANESHA_REPO_BASEURL OSD_FLAVOR
                        
# 2026-06-16 23:33:54  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 CI_CONTAINER FROM_IMAGE GANESHA_REPO_BASEURL OSD_FLAVOR
                        
# 2026-06-16 23:33:54  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 FROM_IMAGE GANESHA_REPO_BASEURL OSD_FLAVOR
                        
# 2026-06-16 23:33:54  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 FROM_IMAGE GANESHA_REPO_BASEURL
                        
# 2026-06-16 23:33:54  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 FROM_IMAGE
                        
# 2026-06-16 23:33:54  0.00B 
/bin/sh -c #(nop) ARG CEPH_REF CEPH_SHA1 FROM_IMAGE
                        
# 2026-06-16 23:33:54  0.00B 
/bin/sh -c #(nop) ARG CEPH_REF FROM_IMAGE
                        
# 2026-06-16 23:33:54  0.00B 
/bin/sh -c #(nop) ARG FROM_IMAGE
                        
# 2026-06-16 09:44:08  166.83MB 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-06-16 09:44:02  0.00B 
/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0"     org.label-schema.name="CentOS Stream 9 Base Image"     org.label-schema.vendor="CentOS"     org.label-schema.license="GPLv2"     org.label-schema.build-date="20260615"
                        
# 2026-06-16 09:44:02  0.00B 
/bin/sh -c #(nop) ADD file:a32dd5395eebd9a8faa19009772d000eafe6050ee9af29c7f57fc8524f663d25 in / 
                        
                    

镜像信息

{
    "Id": "sha256:de513f798237688ec7ebd5b61c221991fa7ae3c51682303589f8868361e34fd9",
    "RepoTags": [
        "rook/ceph:v1.20.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.20.3"
    ],
    "RepoDigests": [
        "rook/ceph@sha256:da3c5046074ddc01bd2d162f7da3c3098e2f117fa5093df827e55f7e35899add",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph@sha256:2b29991147025a857fb28e7835fea23b153f543ac5ab12364efe4a3257f5b51e"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-07-28T19:39:55.316321875Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "2016",
        "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_IS_DEVEL=false",
            "CEPH_REF=tentacle",
            "CEPH_VERSION=tentacle",
            "CEPH_OSD_FLAVOR=default",
            "FROM_IMAGE=quay.io/centos/centos:stream9"
        ],
        "Cmd": [
            ""
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/usr/local/bin/rook"
        ],
        "OnBuild": null,
        "Labels": {
            "CEPH_GIT_REPO": "https://github.com/ceph/ceph.git",
            "CEPH_REF": "tentacle",
            "CEPH_SHA1": "0fcffee29411e3a38036764817b6e1afc59741cc",
            "FROM_IMAGE": "quay.io/centos/centos:stream9",
            "GANESHA_REPO_BASEURL": "https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/",
            "OSD_FLAVOR": "default",
            "ceph": "True",
            "io.buildah.version": "1.43.1",
            "org.label-schema.build-date": "20260615",
            "org.label-schema.license": "GPLv2",
            "org.label-schema.name": "CentOS Stream 9 Base Image",
            "org.label-schema.schema-version": "1.0",
            "org.label-schema.vendor": "CentOS",
            "org.opencontainers.image.authors": "Ceph Release Team \u003cceph-maintainers@ceph.io\u003e",
            "org.opencontainers.image.documentation": "https://docs.ceph.com/"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1648426584,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8fb335ffb4e1e27668576062b96aca4ca730130f2b6d2171512d8c6ad90866da/diff:/var/lib/docker/overlay2/effcf0a486963ed6dbdc8496756e433043a1b1ae3ba42658b6b52259e2ad92b0/diff:/var/lib/docker/overlay2/9f8d9ee8b9dd5781bb9e7165d38d719aa83a9a4308fb628d6c6859765827ff5a/diff:/var/lib/docker/overlay2/4e75c306f7772dfcf5c5bdb5bb08776c4833417654df3fe4fb8dd780cbf9df51/diff:/var/lib/docker/overlay2/7d1d123663f40c0ec883016c9b4a9802d45d896923500c3a3d6933345603b289/diff:/var/lib/docker/overlay2/de23c494c65be22d2abdd9b66667d137fadb4121d47b6b0ed48d9e3f5aabf75f/diff:/var/lib/docker/overlay2/8f273561fdeea64236593d14888f662ee63154c330142212a0571a79d8838639/diff",
            "MergedDir": "/var/lib/docker/overlay2/f46a306071fa4318a859eb28c307004fc337a06da4b486056b24f8746cb648b3/merged",
            "UpperDir": "/var/lib/docker/overlay2/f46a306071fa4318a859eb28c307004fc337a06da4b486056b24f8746cb648b3/diff",
            "WorkDir": "/var/lib/docker/overlay2/f46a306071fa4318a859eb28c307004fc337a06da4b486056b24f8746cb648b3/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:d52c5c3e731a6ebc97fcb5dbe70057f6ac1c434253617aec275d05ee8dd519b1",
            "sha256:273651de263fa7654a4238e692533ed49efae34782cd8a1de29259748558a596",
            "sha256:cee5ac5fc0291d69ce0ea66b0770929839a5a0340c5de7694b9c41aa9f0e963b",
            "sha256:572b8ce1170e2251184b9e18c9d2e7a59bcf9af91b11781def5163150c25c416",
            "sha256:2c1046bc46b41ea9bcb87bb5a8afb28cef5ce0061880353d8b3e21d1ea8fdb32",
            "sha256:584c0d24e281e9000fcf16eaf27b7da522247f09809d06a81b696184dcfb8e15",
            "sha256:02e746715cdead2d9fb74bd8c22cc8ad284118e112c170b2ecb25621e1070bdb",
            "sha256:a0a2f851f383215b0a9aac763a738f6888f6dc708d89a47d30918be026b40a9a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-13T16:48:47.717848016+08:00"
    }
}

更多版本

docker.io/rook/ceph:v1.6.5

linux/amd64 docker.io1.19GB2024-06-25 11:00
792

docker.io/rook/ceph:v1.13.9

linux/amd64 docker.io1.34GB2024-06-25 12:46
562

docker.io/rook/ceph:v1.14.9

linux/amd64 docker.io1.34GB2024-07-31 18:08
745

docker.io/rook/ceph:v1.15.0

linux/amd64 docker.io1.35GB2024-09-04 15:16
566

docker.io/rook/ceph:v1.12.8

linux/amd64 docker.io1.28GB2024-09-06 14:31
555

docker.io/rook/ceph:v1.9.7

linux/amd64 docker.io1.29GB2024-09-09 00:23
785

docker.io/rook/ceph:v1.15.1

linux/amd64 docker.io1.35GB2024-09-19 16:12
524

docker.io/rook/ceph:v1.7.11

linux/amd64 docker.io1.20GB2024-10-14 11:26
537

docker.io/rook/ceph:v1.15.3

linux/amd64 docker.io1.35GB2024-10-14 23:57
454

docker.io/rook/ceph:v1.15.4

linux/amd64 docker.io1.35GB2024-11-01 08:19
454

docker.io/rook/ceph:v1.15.5

linux/amd64 docker.io1.35GB2024-11-19 15:23
454

docker.io/rook/ceph:v1.14.10

linux/amd64 docker.io1.34GB2024-11-22 16:45
395

docker.io/rook/ceph:v1.15.6

linux/amd64 docker.io1.35GB2024-12-11 09:58
511

docker.io/rook/ceph:v1.16.0

linux/amd64 docker.io1.35GB2024-12-19 11:38
469

docker.io/rook/ceph:master

linux/amd64 docker.io1.35GB2024-12-26 11:15
524

docker.io/rook/ceph:v1.16.1

linux/amd64 docker.io1.35GB2025-01-05 17:12
399

docker.io/rook/ceph:v1.13.10

linux/arm64 docker.io1.29GB2025-01-13 14:17
377

docker.io/rook/ceph:v1.16.2

linux/amd64 docker.io1.35GB2025-02-06 16:04
517

docker.io/rook/ceph:v1.5.12

linux/amd64 docker.io1.18GB2025-02-19 10:13
434

docker.io/rook/ceph:v1.16.4

linux/amd64 docker.io1.36GB2025-02-24 10:44
456

docker.io/rook/ceph:v1.16.5

linux/amd64 docker.io1.36GB2025-03-11 00:48
473

docker.io/rook/ceph:v1.14.5

linux/amd64 docker.io1.34GB2025-03-19 21:27
451

docker.io/rook/ceph:v1.13.5

linux/amd64 docker.io1.34GB2025-04-09 10:58
388

docker.io/rook/ceph:v1.17.0

linux/amd64 docker.io1.44GB2025-04-22 15:47
546

docker.io/rook/ceph:v1.17.1

linux/amd64 docker.io1.44GB2025-04-27 11:49
466

docker.io/rook/ceph:v1.16.7

linux/amd64 docker.io1.36GB2025-05-09 19:48
427

docker.io/rook/ceph:v1.17.2

linux/amd64 docker.io1.44GB2025-05-11 15:36
478

docker.io/rook/ceph:v1.17.3

linux/amd64 docker.io1.44GB2025-06-04 18:01
332

docker.io/rook/ceph:v1.17.4

linux/amd64 docker.io1.44GB2025-06-10 15:06
390

docker.io/rook/ceph:v1.10.13

linux/amd64 docker.io1.43GB2025-06-20 09:40
359

docker.io/rook/ceph:v1.17.5

linux/amd64 docker.io1.44GB2025-06-20 16:28
397

docker.io/rook/ceph:v1.13.10

linux/amd64 docker.io1.33GB2025-07-14 23:30
320

docker.io/rook/ceph:v1.9.13

linux/amd64 docker.io1.33GB2025-07-27 15:48
420

docker.io/rook/ceph:v1.15.9

linux/amd64 docker.io1.35GB2025-08-01 14:20
296

docker.io/rook/ceph:v1.16.8

linux/amd64 docker.io1.36GB2025-08-01 15:36
442

docker.io/rook/ceph:v1.17.7

linux/amd64 docker.io1.58GB2025-08-01 16:44
367

docker.io/rook/ceph:v1.16.9

linux/amd64 docker.io1.36GB2025-08-22 10:54
301

docker.io/rook/ceph:v1.18.1

linux/amd64 docker.io1.59GB2025-09-08 17:01
267

docker.io/rook/ceph:v1.18.2

linux/amd64 docker.io1.59GB2025-09-12 11:45
333

docker.io/rook/ceph:v1.17.8

linux/amd64 docker.io1.58GB2025-09-20 21:26
288

docker.io/rook/ceph:v1.18.6

linux/amd64 docker.io1.59GB2025-10-30 13:16
292

docker.io/rook/ceph:v1.18.7

linux/amd64 docker.io1.59GB2025-11-16 09:40
295

docker.io/rook/ceph:v1.10.2

linux/amd64 docker.io1.40GB2025-12-05 14:02
242

docker.io/rook/ceph:v1.17.7

linux/arm64 docker.io1.53GB2025-12-19 16:25
246

docker.io/rook/ceph:v1.18.8

linux/amd64 docker.io1.59GB2025-12-26 16:30
360

docker.io/rook/ceph:v1.19.0

linux/amd64 docker.io1.66GB2026-01-21 11:15
338

docker.io/rook/ceph:v1.17.9

linux/amd64 docker.io1.58GB2026-02-01 00:09
303

docker.io/rook/ceph:v1.19.1

linux/amd64 docker.io1.66GB2026-02-09 14:51
281

docker.io/rook/ceph:v1.19.1

linux/arm64 docker.io1.63GB2026-02-14 10:13
205

docker.io/rook/ceph:v1.14.9

linux/arm64 docker.io1.31GB2026-02-14 12:32
188

docker.io/rook/ceph:v1.18.9

linux/amd64 docker.io1.59GB2026-03-12 17:24
244

docker.io/rook/ceph:v1.7.8

linux/amd64 docker.io1.17GB2026-04-01 14:15
255

docker.io/rook/ceph:v1.12.11

linux/amd64 docker.io1.28GB2026-04-23 21:39
194

docker.io/rook/ceph:master

linux/arm64 docker.io1.61GB2026-04-29 15:42
122

docker.io/rook/ceph:v1.19.5

linux/amd64 docker.io1.64GB2026-05-22 17:18
147

docker.io/rook/ceph:v1.20.3

linux/amd64 docker.io1.65GB2026-08-13 16:49
21
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×