logo
docker.io/rook/ceph:v1.18.11
linux/amd64 docker.io
ROCKSDB存储引擎
16
浏览次数
1.59GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.18.11
源镜像
docker.io/rook/ceph:v1.18.11
镜像ID
sha256:e42495998f5121d7d1c971aea8a61fdb5a893439607c5ed82ca5ceefeaf2027b
镜像 TAG
v1.18.11
镜像大小
1.59GB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/usr/local/bin/rook
工作目录
OS/平台
linux/amd64
镜像创建
2026-05-27T17:28:40.102582394Z
同步时间
2026-08-23 13:24
浏览量
16 次
贡献者
⚙️ 环境变量 6
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
CEPH_IS_DEVEL=false 1
CEPH_REF=squid 2
CEPH_VERSION=squid 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
squid CEPH_REF
c92aebb279828e9c3c1f5d24613efca272649e62 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.40.1 io.buildah.version
20250325 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-23 13:24 查看完整报告
4
低危 LOW
52
中危 MEDIUM
59
高危 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.18.11
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.18.11  docker.io/rook/ceph:v1.18.11

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-05-28 01:28:40  0.00B 设置默认要执行的命令
CMD [""]
                        
# 2026-05-28 01:28:40  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/rook"]
                        
# 2026-05-28 01:28:40  0.00B 指定运行容器时使用的用户
USER 2016
                        
# 2026-05-28 01:28:40  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-05-28 01:28:39  104.67KB 复制新文件或目录到容器中
COPY rook-external /etc/rook-external/ # buildkit
                        
# 2026-05-28 01:28:39  262.49KB 复制新文件或目录到容器中
COPY ceph-monitoring /etc/ceph-monitoring # buildkit
                        
# 2026-05-28 01:28:39  75.23MB 复制新文件或目录到容器中
COPY rook toolbox.sh set-ceph-debug-level /usr/local/bin/ # buildkit
                        
# 2026-05-28 01:28:39  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-05-28 01:28:39  33.76MB 执行命令并创建新的镜像层
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-05-28 01:28:39  0.00B 定义构建参数
ARG S5CMD_ARCH=Linux-64bit
                        
# 2026-05-28 01:28:39  0.00B 定义构建参数
ARG S5CMD_VERSION=2.3.0
                        
# 2025-07-18 03:53:32  1.30GB 
/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}"
                        
# 2025-07-18 03:53:27  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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
                        
# 2025-07-18 03:53:26  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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
                        
# 2025-07-18 03:53:26  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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
                        
# 2025-07-18 03:53:25  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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
                        
# 2025-07-18 03:53:25  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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)
                        
# 2025-07-18 03:52:01  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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
                        
# 2025-07-18 03:52:01  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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
                        
# 2025-07-18 03:52:00  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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
                        
# 2025-07-18 03:52:00  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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
                        
# 2025-07-18 03:52:00  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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
                        
# 2025-07-18 03:51:59  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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
                        
# 2025-07-18 03:51:59  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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
                        
# 2025-07-18 03:51:59  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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
                        
# 2025-07-18 03:51:58  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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 "nvme-cli python3-saml smartmontools" >> packages.txt
                        
# 2025-07-18 03:51:58  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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" ]; then     echo "ceph-crimson-osd" >> packages.txt ; fi
                        
# 2025-07-18 03:51:58  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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 libradosstriper1 rbd-mirror" >> packages.txt
                        
# 2025-07-18 03:51:57  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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
                        
# 2025-07-18 03:51:57  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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
                        
# 2025-07-18 03:51:49  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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 dnf-plugins-core &&     dnf copr enable -y tchaikov/python-scikit-learn
                        
# 2025-07-18 03:51:34  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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 &&     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=centos/9/${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}/el9/" ;    fi &&     rpm -Uvh "$REPO_URL/noarch/ceph-release-1-${IS_RELEASE}.el9.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
                        
# 2025-07-18 03:51:33  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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 &&     curl -s -L https://shaman.ceph.com/api/repos/tcmu-runner/main/latest/centos/9/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/el9/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/centos/9/repo -o /etc/yum.repos.d/ceph-iscsi.repo ;            ;;    esac
                        
# 2025-07-18 03:51:32  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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 "[ganesha]" > /etc/yum.repos.d/ganesha.repo &&     echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo &&     echo "baseurl=${GANESHA_REPO_BASEURL}" >> /etc/yum.repos.d/ganesha.repo &&     echo "gpgcheck=0" >> /etc/yum.repos.d/ganesha.repo &&     echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo
                        
# 2025-07-18 03:51:32  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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
                        
# 2025-07-18 03:51:20  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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
                        
# 2025-07-18 03:51:20  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}
                        
# 2025-07-18 03:51:20  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/"
                        
# 2025-07-18 03:51:20  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=c92aebb279828e9c3c1f5d24613efca272649e62 CI_CONTAINER=false 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}"
                        
# 2025-07-18 03:51:20  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 CI_CONTAINER FROM_IMAGE GANESHA_REPO_BASEURL OSD_FLAVOR
                        
# 2025-07-18 03:51:20  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 FROM_IMAGE GANESHA_REPO_BASEURL OSD_FLAVOR
                        
# 2025-07-18 03:51:20  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 FROM_IMAGE GANESHA_REPO_BASEURL
                        
# 2025-07-18 03:51:20  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 FROM_IMAGE
                        
# 2025-07-18 03:51:20  0.00B 
/bin/sh -c #(nop) ARG CEPH_REF CEPH_SHA1 FROM_IMAGE
                        
# 2025-07-18 03:51:20  0.00B 
/bin/sh -c #(nop) ARG CEPH_REF FROM_IMAGE
                        
# 2025-07-18 03:51:20  0.00B 
/bin/sh -c #(nop) ARG FROM_IMAGE
                        
# 2025-03-25 11:16:33  163.97MB 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-03-25 11:16:30  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="20250325"
                        
# 2025-03-25 11:16:30  0.00B 
/bin/sh -c #(nop) ADD file:b377b8415d8b78b2b002d6e437b71d8d4706849d6ffc359bb9f646f28adf28d6 in / 
                        
                    

镜像信息

{
    "Id": "sha256:e42495998f5121d7d1c971aea8a61fdb5a893439607c5ed82ca5ceefeaf2027b",
    "RepoTags": [
        "rook/ceph:v1.18.11",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.18.11"
    ],
    "RepoDigests": [
        "rook/ceph@sha256:dbebe789b02b4a2fbd5c6bfe8d4b0ce85d766ceac34ed9a3993ce25d39dbb848",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph@sha256:0eea9de4715744982c0a707574d503c959c024295609018e43d5f871795984cb"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-05-27T17:28:40.102582394Z",
    "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=squid",
            "CEPH_VERSION=squid",
            "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": "squid",
            "CEPH_SHA1": "c92aebb279828e9c3c1f5d24613efca272649e62",
            "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.40.1",
            "org.label-schema.build-date": "20250325",
            "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": 1587428668,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/ec7959462c7361eaead26f957c0be556c5023be1ba108d4089310eb7906ae5c2/diff:/var/lib/docker/overlay2/f0bdfff8daa7d8edb830913cb24ef194c58ac12d6340c3405e216add7ade0d59/diff:/var/lib/docker/overlay2/a044384289e2619b8fcfa5d9b6494ad57bc2c0f67ccc568d2e2aed8eecd217ce/diff:/var/lib/docker/overlay2/2b6d53edefaddcb8d0b3a0500f1facd33d7b368305a58159ca6ee308e21d7524/diff:/var/lib/docker/overlay2/01433250d86d57e88d202326b6783f6d09bbba760de6ac8c556566f61f3631d4/diff:/var/lib/docker/overlay2/aca48fb4f4325f2184d85440949d2d6d37b833c4a5b4d1faac1cca8b9fa107e1/diff:/var/lib/docker/overlay2/621e290fa17895475d5692f487ec95148571958507428dc9947a5e7ac6e5f454/diff",
            "MergedDir": "/var/lib/docker/overlay2/f4737e063e9f473f89551d97c30b71a1e14df964b2a09a44810808138de6b803/merged",
            "UpperDir": "/var/lib/docker/overlay2/f4737e063e9f473f89551d97c30b71a1e14df964b2a09a44810808138de6b803/diff",
            "WorkDir": "/var/lib/docker/overlay2/f4737e063e9f473f89551d97c30b71a1e14df964b2a09a44810808138de6b803/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ca2cbc7d00862ca2f06934bd41ab151a6315704b74a542c24125d49e218aeca8",
            "sha256:f07b49793f1502c18efc3f840a222c868d8495dc588d551eb02faf42bef3d310",
            "sha256:c34be740969efbf32075b39e5f4900ef4f7cae52cf94f5b78db67cc39688ecb2",
            "sha256:d4a9d8f73d1226af248fc524f23df77d74b5b333d873612642dcef9c7c36a714",
            "sha256:204ebef55399f5bf3d8187d59389b94b9e687b4c9e6f924a20d539941c37f150",
            "sha256:bfc1da4fb2519ae4651a70366b643c9fb3b94ba32edcaf963990fa39c6218cbb",
            "sha256:793d8e204ff542ebaa7a6957fd352016e57c6588566bae4319ec614b94c52dae",
            "sha256:a55e7d9837ce177973422f71b717c27b21ab8f395c460a4a7a91d2591e7edc86"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-23T13:24:08.680256258+08:00"
    }
}

更多版本

docker.io/rook/ceph:v1.6.5

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

docker.io/rook/ceph:v1.13.9

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

docker.io/rook/ceph:v1.14.9

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

docker.io/rook/ceph:v1.15.0

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

docker.io/rook/ceph:v1.12.8

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

docker.io/rook/ceph:v1.9.7

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

docker.io/rook/ceph:v1.15.1

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

docker.io/rook/ceph:v1.7.11

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

docker.io/rook/ceph:v1.15.3

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

docker.io/rook/ceph:v1.15.4

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

docker.io/rook/ceph:v1.15.5

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

docker.io/rook/ceph:v1.14.10

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

docker.io/rook/ceph:v1.15.6

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

docker.io/rook/ceph:v1.16.0

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

docker.io/rook/ceph:master

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

docker.io/rook/ceph:v1.16.1

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

docker.io/rook/ceph:v1.13.10

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

docker.io/rook/ceph:v1.16.2

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

docker.io/rook/ceph:v1.5.12

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

docker.io/rook/ceph:v1.16.4

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

docker.io/rook/ceph:v1.16.5

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

docker.io/rook/ceph:v1.14.5

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

docker.io/rook/ceph:v1.13.5

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

docker.io/rook/ceph:v1.17.0

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

docker.io/rook/ceph:v1.17.1

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

docker.io/rook/ceph:v1.16.7

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

docker.io/rook/ceph:v1.17.2

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

docker.io/rook/ceph:v1.17.3

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

docker.io/rook/ceph:v1.17.4

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

docker.io/rook/ceph:v1.10.13

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

docker.io/rook/ceph:v1.17.5

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

docker.io/rook/ceph:v1.13.10

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

docker.io/rook/ceph:v1.9.13

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

docker.io/rook/ceph:v1.15.9

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

docker.io/rook/ceph:v1.16.8

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

docker.io/rook/ceph:v1.17.7

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

docker.io/rook/ceph:v1.16.9

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

docker.io/rook/ceph:v1.18.1

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

docker.io/rook/ceph:v1.18.2

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

docker.io/rook/ceph:v1.17.8

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

docker.io/rook/ceph:v1.18.6

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

docker.io/rook/ceph:v1.18.7

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

docker.io/rook/ceph:v1.10.2

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

docker.io/rook/ceph:v1.17.7

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

docker.io/rook/ceph:v1.18.8

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

docker.io/rook/ceph:v1.19.0

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

docker.io/rook/ceph:v1.17.9

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

docker.io/rook/ceph:v1.19.1

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

docker.io/rook/ceph:v1.19.1

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

docker.io/rook/ceph:v1.14.9

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

docker.io/rook/ceph:v1.18.9

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

docker.io/rook/ceph:v1.7.8

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

docker.io/rook/ceph:v1.12.11

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

docker.io/rook/ceph:master

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

docker.io/rook/ceph:v1.19.5

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

docker.io/rook/ceph:v1.20.3

linux/amd64 docker.io1.65GB2026-08-13 16:49
54

docker.io/rook/ceph:v1.20.4

linux/amd64 docker.io1.65GB2026-08-17 13:40
44

docker.io/rook/ceph:v1.18.11

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