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

docker.io/rook/ceph:v1.17.1 - 国内下载镜像源 浏览次数:45
ROCKSDB存储引擎
源镜像 docker.io/rook/ceph:v1.17.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.17.1
镜像ID sha256:6c887403ff504b3c09c333ea030cf4e24a4353d712f7c0834deae49eb4836916
镜像TAG v1.17.1
大小 1.44GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /usr/local/bin/rook
工作目录
OS/平台 linux/amd64
浏览量 45 次
贡献者 yu*****i@outlook.com
镜像创建 2025-04-23T18:59:32.889408944Z
同步时间 2025-04-27 11:49
更新时间 2025-05-17 10:28
环境变量
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
镜像标签
https://github.com/ceph/ceph.git: CEPH_GIT_REPO squid: CEPH_REF 0eceb0defba60152a8182f7bd87d164b639885b8: 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 1.39.3: io.buildah.version 20250303: 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.17.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.17.1  docker.io/rook/ceph:v1.17.1

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-04-24 02:59:32  0.00B 设置默认要执行的命令
CMD [""]
                        
# 2025-04-24 02:59:32  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/rook"]
                        
# 2025-04-24 02:59:32  0.00B 指定运行容器时使用的用户
USER 2016
                        
# 2025-04-24 02:59:32  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
                        
# 2025-04-24 02:59:32  96.35KB 复制新文件或目录到容器中
COPY rook-external /etc/rook-external/ # buildkit
                        
# 2025-04-24 02:59:32  262.49KB 复制新文件或目录到容器中
COPY ceph-monitoring /etc/ceph-monitoring # buildkit
                        
# 2025-04-24 02:59:32  72.32MB 复制新文件或目录到容器中
COPY rook toolbox.sh set-ceph-debug-level /usr/local/bin/ # buildkit
                        
# 2025-04-24 02:59:32  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
                        
# 2025-04-24 02:59:32  36.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
                        
# 2025-04-24 02:59:32  0.00B 定义构建参数
ARG S5CMD_ARCH
                        
# 2025-04-24 02:59:32  0.00B 定义构建参数
ARG S5CMD_VERSION
                        
# 2025-04-09 09:35:15  1.15GB 
/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-04-09 09:35:08  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:35:08  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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/{doc,man,selinux} &&     find / -xdev \( -name "*.pyc" -o -name "*.pyo" \) -delete &&     rm -f /etc/yum.repos.d/{ceph,ganesha,tcmu-runner,ceph-iscsi}.repo
                        
# 2025-04-09 09:35:07  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:35:07  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:35:07  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:54  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:53  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:53  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:53  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:53  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:52  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:52  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:52  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:51  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:51  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:51  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:51  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:50  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:45  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:30  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:29  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:28  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:28  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:16  0.00B 
/bin/sh -c #(nop) LABEL 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-04-09 09:33:16  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-04-09 09:33:16  0.00B 
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=0eceb0defba60152a8182f7bd87d164b639885b8 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-04-09 09:33:15  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 CI_CONTAINER FROM_IMAGE GANESHA_REPO_BASEURL OSD_FLAVOR
                        
# 2025-04-09 09:33:15  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 FROM_IMAGE GANESHA_REPO_BASEURL OSD_FLAVOR
                        
# 2025-04-09 09:33:15  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 FROM_IMAGE GANESHA_REPO_BASEURL
                        
# 2025-04-09 09:33:15  0.00B 
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 FROM_IMAGE
                        
# 2025-04-09 09:33:15  0.00B 
/bin/sh -c #(nop) ARG CEPH_REF CEPH_SHA1 FROM_IMAGE
                        
# 2025-04-09 09:33:15  0.00B 
/bin/sh -c #(nop) ARG CEPH_REF FROM_IMAGE
                        
# 2025-04-09 09:33:15  0.00B 
/bin/sh -c #(nop) ARG FROM_IMAGE
                        
# 2025-03-04 07:18:17  163.93MB 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-03-04 07:18:14  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="20250303"
                        
# 2025-03-04 07:18:14  0.00B 
/bin/sh -c #(nop) ADD file:2e79f610400d0b235585f724be99001a82836da4f820fb9bb89cb5e67146b448 in / 
                        
                    

镜像信息

{
    "Id": "sha256:6c887403ff504b3c09c333ea030cf4e24a4353d712f7c0834deae49eb4836916",
    "RepoTags": [
        "rook/ceph:v1.17.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.17.1"
    ],
    "RepoDigests": [
        "rook/ceph@sha256:8e028fa92fd18f08a5bcb49eb89877aa02776eb138a7c5bd0117a08710493bb7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph@sha256:9376a98f1231016566ab79cf1bef5e274d5898ce0735fcc78eaf81ffdb761f54"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-04-23T18:59:32.889408944Z",
    "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": "0eceb0defba60152a8182f7bd87d164b639885b8",
            "FROM_IMAGE": "quay.io/centos/centos:stream9",
            "GANESHA_REPO_BASEURL": "https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/",
            "OSD_FLAVOR": "default",
            "io.buildah.version": "1.39.3",
            "org.label-schema.build-date": "20250303",
            "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": 1439725583,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/83d4ed8de17a86e49b110d27af57f09fce5b7f7ad8746e11e013adebd11e1ff1/diff:/var/lib/docker/overlay2/236f5b5725f39a6e728b643419a6b0373820b04aadf5724bddbaca0aaa7b88ba/diff:/var/lib/docker/overlay2/93ec73659a0b48019d67a2febc459886e5c62fafcb3a17a789fa5ab0723a7e0f/diff:/var/lib/docker/overlay2/332a5cd4339ae9f417e99cb16a92e65f4a71d04001958ea8e4b1597cea1c8ac0/diff:/var/lib/docker/overlay2/c0af414fe8a24ad2ae08884b78a17648e4a14d520d89d6cc75687706bfb261c9/diff:/var/lib/docker/overlay2/d33ec100fd5f5b5a57f10054a10055fa5c34c1ec3f3cceaea1ac8eed9080e6ed/diff:/var/lib/docker/overlay2/268533e2de283621852e6dbb803dce94120182e9ef4dbec98fe7cca2914529af/diff",
            "MergedDir": "/var/lib/docker/overlay2/1b62e86e14bf7708d1d04d94fe62cccb57193b142405770e8fda8612c5e73a39/merged",
            "UpperDir": "/var/lib/docker/overlay2/1b62e86e14bf7708d1d04d94fe62cccb57193b142405770e8fda8612c5e73a39/diff",
            "WorkDir": "/var/lib/docker/overlay2/1b62e86e14bf7708d1d04d94fe62cccb57193b142405770e8fda8612c5e73a39/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:515203ef726d4c321f3612ab5359005613f4f55e0c3acd47763c593b68d4d439",
            "sha256:e8a76cfbc1b3504adb273054a5732424420063e846db436cdfc620b8cc022a36",
            "sha256:7a58640f8a99f63e35cc5ef4d58c50242d0d7638f1c03b294c1a26fe3f45392c",
            "sha256:1b10558ce8a677d981c6e8a069a614303c4e2703aff7c19af15f43e64b373740",
            "sha256:24f630e8f2c735b3d92dacd75df7f90069c7e36ed5ae9f6a3d621a366fd740ca",
            "sha256:5869504c888ec644bc53386bc45ffbef1cf1967aab94179a48aba1bcd7cc066e",
            "sha256:2e712524fa5f25e5afb75c3650ace5c8e049591d90cc52a8f26766afc8a0508d",
            "sha256:d5ed731dea6b18dbec0ed17ae506a4dec1552e3edc693312643549d75fc8d124"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-04-27T11:48:57.445222514+08:00"
    }
}

更多版本

docker.io/rook/ceph:v1.6.5

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

docker.io/rook/ceph:v1.13.9

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

docker.io/rook/ceph:v1.14.9

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

docker.io/rook/ceph:v1.15.0

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

docker.io/rook/ceph:v1.12.8

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

docker.io/rook/ceph:v1.9.7

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

docker.io/rook/ceph:v1.15.1

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

docker.io/rook/ceph:v1.7.11

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

docker.io/rook/ceph:v1.15.3

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

docker.io/rook/ceph:v1.15.4

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

docker.io/rook/ceph:v1.15.5

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

docker.io/rook/ceph:v1.14.10

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

docker.io/rook/ceph:v1.15.6

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

docker.io/rook/ceph:v1.16.0

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

docker.io/rook/ceph:master

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

docker.io/rook/ceph:v1.16.1

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

docker.io/rook/ceph:v1.13.10

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

docker.io/rook/ceph:v1.16.2

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

docker.io/rook/ceph:v1.5.12

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

docker.io/rook/ceph:v1.16.4

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

docker.io/rook/ceph:v1.16.5

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

docker.io/rook/ceph:v1.14.5

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

docker.io/rook/ceph:v1.13.5

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

docker.io/rook/ceph:v1.17.0

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

docker.io/rook/ceph:v1.17.1

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

docker.io/rook/ceph:v1.16.7

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

docker.io/rook/ceph:v1.17.2

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