广告图片

docker.io/rook/ceph:master linux/arm64

docker.io/rook/ceph:master - 国内下载镜像源 浏览次数:19 如知 贡献同步 温馨提示: 这是一个 linux/arm64 系统架构镜像
ROCKSDB存储引擎
源镜像 docker.io/rook/ceph:master
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:master-linuxarm64
镜像ID sha256:21e3dde8a6d110f7a90007dd162204d5bcf71bef8d9c5d49c846cdc0ee9fcf77
镜像TAG master-linuxarm64
大小 1.61GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /usr/local/bin/rook
工作目录
OS/平台 linux/arm64
浏览量 19 次
贡献者
avatar
如知
镜像创建 2026-04-28T22:32:34.466466941Z
同步时间 2026-04-29 15:42
环境变量
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
镜像标签
https://github.com/ceph/ceph.git: CEPH_GIT_REPO tentacle: CEPH_REF 6a49aff47758778a5f5951e731d437c317f72fb2: 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.41.3: io.buildah.version 20260331: 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

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-04-29 06:32:34  0.00B 设置默认要执行的命令
CMD [""]
                        
# 2026-04-29 06:32:34  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/rook"]
                        
# 2026-04-29 06:32:34  0.00B 指定运行容器时使用的用户
USER 2016
                        
# 2026-04-29 06:32:34  603.25KB 执行命令并创建新的镜像层
RUN |2 S5CMD_VERSION=2.3.0 S5CMD_ARCH=Linux-arm64 /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-04-29 06:32:34  104.83KB 复制新文件或目录到容器中
COPY rook-external /etc/rook-external/ # buildkit
                        
# 2026-04-29 06:32:34  262.56KB 复制新文件或目录到容器中
COPY ceph-monitoring /etc/ceph-monitoring # buildkit
                        
# 2026-04-29 06:32:34  75.57MB 复制新文件或目录到容器中
COPY rook toolbox.sh set-ceph-debug-level /usr/local/bin/ # buildkit
                        
# 2026-04-29 06:32:33  17.37MB 执行命令并创建新的镜像层
RUN |2 S5CMD_VERSION=2.3.0 S5CMD_ARCH=Linux-arm64 /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-04-29 06:32:32  33.10MB 执行命令并创建新的镜像层
RUN |2 S5CMD_VERSION=2.3.0 S5CMD_ARCH=Linux-arm64 /bin/sh -c dnf install -y --repo baseos --setopt=install_weak_deps=False iproute && dnf clean all # buildkit
                        
# 2026-04-29 06:32:32  0.00B 定义构建参数
ARG S5CMD_ARCH=Linux-arm64
                        
# 2026-04-29 06:32:32  0.00B 定义构建参数
ARG S5CMD_VERSION=2.3.0
                        
# 2026-04-03 04:58:29  1.31GB 
/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-04-03 04:58:21  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:58:20  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:58:20  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:58:19  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:58:19  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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)
                        
# 2026-04-03 04:56:07  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:56:07  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:56:06  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:56:06  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:56:06  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:56:06  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:56:06  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:56:05  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:56:05  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:56:05  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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-debug" || "${OSD_FLAVOR}" == "crimson-release" ]]; then     echo "ceph-crimson-osd" >> packages.txt ; fi
                        
# 2026-04-03 04:56:05  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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 libcephfs-daemon libradosstriper1 rbd-mirror" >> packages.txt
                        
# 2026-04-03 04:56:04  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:56:04  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:55:59  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:55:34  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:55:33  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:55:33  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:55:32  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:55:13  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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
                        
# 2026-04-03 04:55:12  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-04-03 04:55:12  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-04-03 04:55:12  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=tentacle CEPH_SHA1=6a49aff47758778a5f5951e731d437c317f72fb2 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}"
                        
# 2026-04-03 04:55:12  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 CI_CONTAINER FROM_IMAGE GANESHA_REPO_BASEURL OSD_FLAVOR
                        
# 2026-04-03 04:55:12  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 FROM_IMAGE GANESHA_REPO_BASEURL OSD_FLAVOR
                        
# 2026-04-03 04:55:12  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 FROM_IMAGE GANESHA_REPO_BASEURL
                        
# 2026-04-03 04:55:12  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 FROM_IMAGE
                        
# 2026-04-03 04:55:12  0.00B 
/bin/sh -c #(nop) ARG CEPH_REF CEPH_SHA1 FROM_IMAGE
                        
# 2026-04-03 04:55:12  0.00B 
/bin/sh -c #(nop) ARG CEPH_REF FROM_IMAGE
                        
# 2026-04-03 04:55:12  0.00B 
/bin/sh -c #(nop) ARG FROM_IMAGE
                        
# 2026-04-01 08:38:41  172.29MB 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-04-01 08:38:35  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="20260331"
                        
# 2026-04-01 08:38:35  0.00B 
/bin/sh -c #(nop) ADD file:4078965d9287917289aca31fe51ba7975e5766b72e6e5f62ecb204381c91341b in / 
                        
                    

镜像信息

{
    "Id": "sha256:21e3dde8a6d110f7a90007dd162204d5bcf71bef8d9c5d49c846cdc0ee9fcf77",
    "RepoTags": [
        "rook/ceph:master",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:master-linuxarm64"
    ],
    "RepoDigests": [
        "rook/ceph@sha256:05ed2e2303d0d8f4dc8a3551711a27a1ccdbe1cfc0eafc3faae451f7e200b300",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph@sha256:0340a745cabe2368c4cec302f5b69359799da06c29efed01d2ff2b0d389806aa"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-04-28T22:32:34.466466941Z",
    "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": "6a49aff47758778a5f5951e731d437c317f72fb2",
            "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.41.3",
            "org.label-schema.build-date": "20260331",
            "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": "arm64",
    "Os": "linux",
    "Size": 1606750929,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/0bc889588fe6e19162ace5e39e47fb80870511e993afae6ac5e2caecd350b2bf/diff:/var/lib/docker/overlay2/d7c395a3b528d80143194bcc5e5f801316d7287589e0ebe1d04108bc577b48e0/diff:/var/lib/docker/overlay2/1a44e0601a7ca6005df35087d3f2e53948d1d7e2317b3bdb9cd7f0a1c4641d89/diff:/var/lib/docker/overlay2/ec007501a384fb4c4eaca64defb8e58fe100e47abdfa3d407638af9c45b0a82e/diff:/var/lib/docker/overlay2/49991269a0525a08a466dc60edecceb2837d08bf758a56261aa7620767b861f6/diff:/var/lib/docker/overlay2/28b087359bb8e6b2206787b5c4ebbd4c24a4214ecff4ecb7fd526dc0c32286f7/diff:/var/lib/docker/overlay2/73331c6c66ac7d5cb163d14851cbc72dd47f9f3eace1b0abe98b266dd7f71c62/diff",
            "MergedDir": "/var/lib/docker/overlay2/3bfd3ea5aed0af90a2b667a1090b8102a5ae5908e8b697c58a90bc973d6e9db9/merged",
            "UpperDir": "/var/lib/docker/overlay2/3bfd3ea5aed0af90a2b667a1090b8102a5ae5908e8b697c58a90bc973d6e9db9/diff",
            "WorkDir": "/var/lib/docker/overlay2/3bfd3ea5aed0af90a2b667a1090b8102a5ae5908e8b697c58a90bc973d6e9db9/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:dd632213b181e523f5c3301fa0fcbe6bb7ac5bcc6651c7d88a9d3627faaddd30",
            "sha256:8e1b83d3de4b56991574f928f59cb9f1560067fea4d5503e209abc50f42b4954",
            "sha256:2dd3d952a95f828c8db4350b3272f6159b5fea19d306983c3d8f64d30a80a996",
            "sha256:727f4614cd5bb927d34072e8ead11d943e4798b1c6caf0837f6428ab071c309b",
            "sha256:9dc3b8b926e445f51bd38b1edc96d026474736ea1336d72b0da6d5ce7236542a",
            "sha256:5acf6bc9db8e9b70977e399908d3f16c0316a4db01c375debcd6bc39536a8e81",
            "sha256:9da61143e7a35e06417ce9e9e29a82f1037b0fc1685123dd9a3d60b1e4dd8a61",
            "sha256:f4622d70dc2014904ec5ad77233a58359faad6b7db0dd29412c42b684b4fdd6f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-29T15:40:45.348081138+08:00"
    }
}

更多版本

docker.io/rook/ceph:v1.6.5

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

docker.io/rook/ceph:v1.13.9

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

docker.io/rook/ceph:v1.14.9

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

docker.io/rook/ceph:v1.15.0

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

docker.io/rook/ceph:v1.12.8

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

docker.io/rook/ceph:v1.9.7

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

docker.io/rook/ceph:v1.15.1

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

docker.io/rook/ceph:v1.7.11

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

docker.io/rook/ceph:v1.15.3

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

docker.io/rook/ceph:v1.15.4

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

docker.io/rook/ceph:v1.15.5

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

docker.io/rook/ceph:v1.14.10

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

docker.io/rook/ceph:v1.15.6

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

docker.io/rook/ceph:v1.16.0

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

docker.io/rook/ceph:master

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

docker.io/rook/ceph:v1.16.1

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

docker.io/rook/ceph:v1.13.10

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

docker.io/rook/ceph:v1.16.2

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

docker.io/rook/ceph:v1.5.12

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

docker.io/rook/ceph:v1.16.4

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

docker.io/rook/ceph:v1.16.5

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

docker.io/rook/ceph:v1.14.5

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

docker.io/rook/ceph:v1.13.5

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

docker.io/rook/ceph:v1.17.0

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

docker.io/rook/ceph:v1.17.1

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

docker.io/rook/ceph:v1.16.7

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

docker.io/rook/ceph:v1.17.2

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

docker.io/rook/ceph:v1.17.3

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

docker.io/rook/ceph:v1.17.4

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

docker.io/rook/ceph:v1.10.13

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

docker.io/rook/ceph:v1.17.5

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

docker.io/rook/ceph:v1.13.10

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

docker.io/rook/ceph:v1.9.13

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

docker.io/rook/ceph:v1.15.9

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

docker.io/rook/ceph:v1.16.8

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

docker.io/rook/ceph:v1.17.7

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

docker.io/rook/ceph:v1.16.9

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

docker.io/rook/ceph:v1.18.1

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

docker.io/rook/ceph:v1.18.2

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

docker.io/rook/ceph:v1.17.8

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

docker.io/rook/ceph:v1.18.6

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

docker.io/rook/ceph:v1.18.7

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

docker.io/rook/ceph:v1.10.2

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

docker.io/rook/ceph:v1.17.7

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

docker.io/rook/ceph:v1.18.8

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

docker.io/rook/ceph:v1.19.0

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

docker.io/rook/ceph:v1.17.9

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

docker.io/rook/ceph:v1.19.1

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

docker.io/rook/ceph:v1.19.1

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

docker.io/rook/ceph:v1.14.9

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

docker.io/rook/ceph:v1.18.9

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

docker.io/rook/ceph:v1.7.8

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

docker.io/rook/ceph:v1.12.11

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

docker.io/rook/ceph:master

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