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

docker.io/rook/ceph:v1.19.5 - 国内下载镜像源 浏览次数:21
ROCKSDB存储引擎
源镜像 docker.io/rook/ceph:v1.19.5
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.19.5
镜像ID sha256:d2f300c4fda6daffee8b178c37825e8126ba9aaacd5d68e5bc7c5524a520b27f
镜像TAG v1.19.5
大小 1.64GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /usr/local/bin/rook
工作目录
OS/平台 linux/amd64
浏览量 21 次
贡献者
镜像创建 2026-04-28T19:57:56.080085504Z
同步时间 2026-05-22 17:18
环境变量
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.43.0: 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:v1.19.5
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.19.5  docker.io/rook/ceph:v1.19.5

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-04-29 03:57:56  0.00B 设置默认要执行的命令
CMD [""]
                        
# 2026-04-29 03:57:56  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/rook"]
                        
# 2026-04-29 03:57:56  0.00B 指定运行容器时使用的用户
USER 2016
                        
# 2026-04-29 03:57:56  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-04-29 03:57:55  104.67KB 复制新文件或目录到容器中
COPY rook-external /etc/rook-external/ # buildkit
                        
# 2026-04-29 03:57:55  262.56KB 复制新文件或目录到容器中
COPY ceph-monitoring /etc/ceph-monitoring # buildkit
                        
# 2026-04-29 03:57:55  74.27MB 复制新文件或目录到容器中
COPY rook toolbox.sh set-ceph-debug-level /usr/local/bin/ # buildkit
                        
# 2026-04-29 03:57: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-04-29 03:57:55  33.10MB 执行命令并创建新的镜像层
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-04-29 03:57:55  0.00B 定义构建参数
ARG S5CMD_ARCH=Linux-64bit
                        
# 2026-04-29 03:57:55  0.00B 定义构建参数
ARG S5CMD_VERSION=2.3.0
                        
# 2026-04-03 04:58:46  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-04-03 04:58: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 rpm -q $(cat packages.txt) && rm -f /var/lib/rpm/__db* && rm -f *packages.txt
                        
# 2026-04-03 04:58: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 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: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     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: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 mkdir -p /var/run/ganesha
                        
# 2026-04-03 04:58: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 "=== 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: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-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: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 "attr ceph-fuse rbd-nbd"  >> 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 "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: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 if [[ "${OSD_FLAVOR}" == "crimson-debug" || "${OSD_FLAVOR}" == "crimson-release" ]]; then     echo "ceph-crimson-osd" >> packages.txt ; fi
                        
# 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 "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:42  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:41  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:40  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:40  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:25  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:25  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:25  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:25  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:24  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:24  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:24  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 FROM_IMAGE GANESHA_REPO_BASEURL
                        
# 2026-04-03 04:55:24  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 FROM_IMAGE
                        
# 2026-04-03 04:55:24  0.00B 
/bin/sh -c #(nop) ARG CEPH_REF CEPH_SHA1 FROM_IMAGE
                        
# 2026-04-03 04:55:24  0.00B 
/bin/sh -c #(nop) ARG CEPH_REF FROM_IMAGE
                        
# 2026-04-03 04:55:24  0.00B 
/bin/sh -c #(nop) ARG FROM_IMAGE
                        
# 2026-04-01 08:39:49  166.71MB 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-04-01 08:39:46  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:39:46  0.00B 
/bin/sh -c #(nop) ADD file:b27daf4a06bb33c4e69e2ff4a9319b76ff85de3f2f6d7a69c0c58fe4f198b139 in / 
                        
                    

镜像信息

{
    "Id": "sha256:d2f300c4fda6daffee8b178c37825e8126ba9aaacd5d68e5bc7c5524a520b27f",
    "RepoTags": [
        "rook/ceph:v1.19.5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.19.5"
    ],
    "RepoDigests": [
        "rook/ceph@sha256:f1d114a3edba5eb735250a1a56f4ebe6688cbb2f9c1f51fc67b1c28df88a6e7b",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph@sha256:2048e6644f7521801400a8e632bb3dcf5ae1a0fe496171f47197664b5b441d54"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-04-28T19:57:56.080085504Z",
    "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.43.0",
            "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": "amd64",
    "Os": "linux",
    "Size": 1640205703,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a343f5291bf0ab89efb0e57cfb946d2bdd2dc10af174b0b31bc05f0310f2eb2c/diff:/var/lib/docker/overlay2/f20579eddde72211f426083c6e1ee694345ebbeb09337c2b00e8d4fda7a8ade4/diff:/var/lib/docker/overlay2/e6ebe1062ffc9d5d0e8ecadde655b0ae36ad1bbd04eb139a70657d5ce6893ba5/diff:/var/lib/docker/overlay2/e9809ffb60b1fea96ee753afa99e61f22b0f321c255e8718ef5561a964d17cd6/diff:/var/lib/docker/overlay2/d65df7a3500ae8d6d6091bef2ee8cf7dd477ad4dc32322624ab8a41783c62dfe/diff:/var/lib/docker/overlay2/40ba00fbbc5246a7f14f7abf08d4c39dfb8903fb55c4ee88016526d3fb4ff081/diff:/var/lib/docker/overlay2/a2ff0f08e413d18f9eedb497e6a9672730f12f7843935cf3e9132f4897235f56/diff",
            "MergedDir": "/var/lib/docker/overlay2/d7d16b7f8ded568bba7015efa8714d7ffd7369d6db20de9699e08a8009c089df/merged",
            "UpperDir": "/var/lib/docker/overlay2/d7d16b7f8ded568bba7015efa8714d7ffd7369d6db20de9699e08a8009c089df/diff",
            "WorkDir": "/var/lib/docker/overlay2/d7d16b7f8ded568bba7015efa8714d7ffd7369d6db20de9699e08a8009c089df/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b7890f97f8f8618c1250a9cded50e4fe5613609b14f38989546bc90eed8d7fc7",
            "sha256:e76ec95eefe9f4afd84c913d633229eeced93fa349b2d99bc2578afc29982b0c",
            "sha256:3b5f9c5af70b1663c8ed88efd4f802d6d92367533e0d62a781b68967b5710ed6",
            "sha256:bb63c541d1dc4b7f73a952da47a1f4334388134b408cc7f5f922cf4e23267ca0",
            "sha256:6e890ae3ad113a3942e5e691a50b7b647a52c8cfc5f12b7d511c42f26b85cbb4",
            "sha256:891795409455785bd7f7dae27970352e58d28d90b2f2ee54e9d9e5b33b3c2af9",
            "sha256:a2e4d10082907188861a5c0858a6575bea47bed6aad34e18cdc6dc56442cfd4a",
            "sha256:09d5e11971f944c70c2305fc4c2ab8781d521329e11aedb16766502b2b687c05"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-05-22T17:16:45.869195086+08:00"
    }
}

更多版本

docker.io/rook/ceph:v1.6.5

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

docker.io/rook/ceph:v1.13.9

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

docker.io/rook/ceph:v1.14.9

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

docker.io/rook/ceph:v1.15.0

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

docker.io/rook/ceph:v1.12.8

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

docker.io/rook/ceph:v1.9.7

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

docker.io/rook/ceph:v1.15.1

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

docker.io/rook/ceph:v1.7.11

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

docker.io/rook/ceph:v1.15.3

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

docker.io/rook/ceph:v1.15.4

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

docker.io/rook/ceph:v1.15.5

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

docker.io/rook/ceph:v1.14.10

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

docker.io/rook/ceph:v1.15.6

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

docker.io/rook/ceph:v1.16.0

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

docker.io/rook/ceph:master

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

docker.io/rook/ceph:v1.16.1

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

docker.io/rook/ceph:v1.13.10

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

docker.io/rook/ceph:v1.16.2

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

docker.io/rook/ceph:v1.5.12

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

docker.io/rook/ceph:v1.16.4

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

docker.io/rook/ceph:v1.16.5

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

docker.io/rook/ceph:v1.14.5

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

docker.io/rook/ceph:v1.13.5

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

docker.io/rook/ceph:v1.17.0

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

docker.io/rook/ceph:v1.17.1

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

docker.io/rook/ceph:v1.16.7

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

docker.io/rook/ceph:v1.17.2

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

docker.io/rook/ceph:v1.17.3

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

docker.io/rook/ceph:v1.17.4

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

docker.io/rook/ceph:v1.10.13

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

docker.io/rook/ceph:v1.17.5

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

docker.io/rook/ceph:v1.13.10

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

docker.io/rook/ceph:v1.9.13

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

docker.io/rook/ceph:v1.15.9

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

docker.io/rook/ceph:v1.16.8

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

docker.io/rook/ceph:v1.17.7

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

docker.io/rook/ceph:v1.16.9

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

docker.io/rook/ceph:v1.18.1

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

docker.io/rook/ceph:v1.18.2

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

docker.io/rook/ceph:v1.17.8

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

docker.io/rook/ceph:v1.18.6

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

docker.io/rook/ceph:v1.18.7

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

docker.io/rook/ceph:v1.10.2

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

docker.io/rook/ceph:v1.17.7

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

docker.io/rook/ceph:v1.18.8

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

docker.io/rook/ceph:v1.19.0

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

docker.io/rook/ceph:v1.17.9

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

docker.io/rook/ceph:v1.19.1

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

docker.io/rook/ceph:v1.19.1

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

docker.io/rook/ceph:v1.14.9

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

docker.io/rook/ceph:v1.18.9

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

docker.io/rook/ceph:v1.7.8

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

docker.io/rook/ceph:v1.12.11

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

docker.io/rook/ceph:master

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

docker.io/rook/ceph:v1.19.5

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