quay.io/ceph/ceph:v17.2.3 linux/amd64

quay.io/ceph/ceph:v17.2.3 - 国内下载镜像源 浏览次数:23

quay.io/ceph/ceph是Ceph分布式存储系统的容器镜像

源镜像 quay.io/ceph/ceph:v17.2.3
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph:v17.2.3
镜像ID sha256:0912465dcea5159f56c7d4ccdf1d15a28abfe1be8a56c94eb86cab129c069726
镜像TAG v17.2.3
大小 1.34GB
镜像源 quay.io
CMD /bin/bash
启动入口
工作目录
OS/平台 linux/amd64
浏览量 23 次
贡献者 83******5@qq.com
镜像创建 2022-08-04T16:09:31.407213857Z
同步时间 2025-05-11 15:42
更新时间 2025-05-17 23:20
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci I_AM_IN_A_CONTAINER=1 CEPH_VERSION=quincy CEPH_POINT_RELEASE=-17.2.3 CEPH_DEVEL=false CEPH_REF=quincy OSD_FLAVOR=default
镜像标签
-17.2.3: CEPH_POINT_RELEASE HEAD: GIT_BRANCH True: GIT_CLEAN 3ba0f095be759493a04a571a28c5ba53112cd5d3: GIT_COMMIT https://github.com/ceph/ceph-container.git: GIT_REPO HEAD: RELEASE x86_64: architecture 2022-07-26T12:34:08.928083: build-date True: ceph cpt-1008.osbs.prod.upshift.rdu2.redhat.com: com.redhat.build-host centos-stream-container: com.redhat.component https://centos.org/legal/licensing-policy/: com.redhat.license_terms CentOS Stream is a continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux development. This image takes the Red Hat UBI and layers on content from CentOS Stream: description public: distribution-scope 1.19.8: io.buildah.version The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: io.k8s.description CentOS Stream 8: io.k8s.display-name : io.openshift.expose-services base centos centos-stream: io.openshift.tags Guillaume Abrioux <gabrioux@redhat.com>: maintainer centos-stream: name 903: release Provides a CentOS Stream container based on the Red Hat Universal Base Image: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.6-903: url f1ee6e37554363ec55e0035aba1a693d3627fdeb: vcs-ref git: vcs-type Red Hat, Inc.: vendor 8: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph:v17.2.3
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph:v17.2.3  quay.io/ceph/ceph:v17.2.3

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph:v17.2.3
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph:v17.2.3  quay.io/ceph/ceph:v17.2.3

Shell快速替换命令

sed -i 's#quay.io/ceph/ceph:v17.2.3#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph:v17.2.3#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph:v17.2.3 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph:v17.2.3  quay.io/ceph/ceph:v17.2.3'

镜像构建历史


# 2022-08-05 00:09:31  942.19MB 
/bin/sh -c yum install -y epel-release && yum install -y jq && bash -c '   if [ -n "nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace nfs-ganesha-rados-urls" ]; then     if [[ "${CEPH_VERSION}" == master || "${CEPH_VERSION}" == main ]]; then       curl -s -L "https://shaman.ceph.com/api/repos/nfs-ganesha/next/latest/centos/8/flavors/ceph_main/repo" -o /etc/yum.repos.d/ganesha.repo ;     elif  [[ "${CEPH_VERSION}" == quincy ]]; then       echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ;       echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ;       echo "baseurl=https://buildlogs.centos.org/centos/\$releasever/storage/\$basearch/nfsganesha-4/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=0" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;     elif [[ "${CEPH_VERSION}" == pacific ]]; then       echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ;       echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ;       echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V3.5-stable/$CEPH_VERSION/el\$releasever/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;       echo "[ganesha-noarch]" >> /etc/yum.repos.d/ganesha.repo ;       echo "name=ganesha-noarch" >> /etc/yum.repos.d/ganesha.repo ;       echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V3.5-stable/$CEPH_VERSION/el\$releasever/noarch/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;     elif [[ "${CEPH_VERSION}" == octopus ]]; then       echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ;       echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ;       echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V3.3-stable/$CEPH_VERSION/el\$releasever/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;       echo "[ganesha-noarch]" >> /etc/yum.repos.d/ganesha.repo ;       echo "name=ganesha-noarch" >> /etc/yum.repos.d/ganesha.repo ;       echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V3.3-stable/$CEPH_VERSION/el\$releasever/noarch/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;     elif [[ "${CEPH_VERSION}" == nautilus ]]; then       echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ;       echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ;       echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V2.8-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;     else       echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ;       echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ;       echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V2.7-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;     fi ;   fi ;   if [ -n "tcmu-runner ceph-iscsi python3-rtslib" ]; then     curl -s -L https://shaman.ceph.com/api/repos/tcmu-runner/main/latest/centos/8/repo?arch=$(arch) -o /etc/yum.repos.d/tcmu-runner.repo ;     if [[ "${CEPH_VERSION}" =~ master || "${CEPH_VERSION}" == main ]]; then       curl -s -L https://shaman.ceph.com/api/repos/ceph-iscsi/main/latest/centos/8/repo -o /etc/yum.repos.d/ceph-iscsi.repo ;     elif [[ "${CEPH_VERSION}" =~ nautilus|octopus|pacific|quincy ]]; then       curl -s -L https://download.ceph.com/ceph-iscsi/3/rpm/el8/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ;     else       curl -s -L https://download.ceph.com/ceph-iscsi/2/rpm/el8/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ;     fi ;   fi' && yum update -y --setopt=install_weak_deps=False && rpm --import 'https://download.ceph.com/keys/release.asc' && if [[ "${CEPH_VERSION}" == nautilus ]]; then   CEPH_MGR_K8SEVENTS="ceph-mgr-k8sevents-17.2.3";   if [[ -n "-17.2.3" ]]; then     CPR=-17.2.3 ;     if [[ ${CPR:1:2} -eq 14 ]] && [[ ${CPR:4:1} -eq 2 ]] && [[ ${CPR:6} -lt 5 ]]; then       CEPH_MGR_K8SEVENTS="" ;     fi ;   fi ; fi && bash -c '   if [[ "${CEPH_VERSION}" =~ master  || "${CEPH_VERSION}" == main ]] || ${CEPH_DEVEL}; then     ARCH=$(arch);     if [[ "${ARCH}" == "aarch64" ]]; then       ARCH="arm64";     fi ;     REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/8/${ARCH}&flavor=${OSD_FLAVOR}&ref=${CEPH_REF}&sha1=latest" | jq -r .[0].url);     RELEASE_VER=0 ;    if [[ "${OSD_FLAVOR}" == "crimson" ]]; then      CRIMSON_PACKAGES="ceph-crimson-osd-17.2.3";    fi ;  else     RELEASE_VER=1 ;    REPO_URL="http://download.ceph.com/rpm-${CEPH_VERSION}/el8/";   fi &&   rpm -Uvh "$REPO_URL/noarch/ceph-release-1-${RELEASE_VER}.el8.noarch.rpm" &&   if [[ 8 -eq 8 ]]; then     yum install -y dnf-plugins-core ;     yum copr enable -y tchaikov/python-scikit-learn ;     yum copr enable -y tchaikov/python3-asyncssh ;   fi ' && yum install -y --setopt=install_weak_deps=False         ca-certificates         e2fsprogs         ceph-common-17.2.3          ceph-mon-17.2.3          ceph-osd-17.2.3         ceph-mds-17.2.3 cephfs-mirror-17.2.3         rbd-mirror-17.2.3          ceph-mgr-17.2.3 ceph-mgr-cephadm-17.2.3 ceph-mgr-dashboard-17.2.3 ceph-mgr-diskprediction-local-17.2.3 ceph-mgr-k8sevents-17.2.3 ceph-mgr-rook-17.2.3 python3-saml        ceph-grafana-dashboards-17.2.3         kmod         lvm2         gdisk         smartmontools         nvme-cli         libstoragemgmt         systemd-udev         procps-ng         hostname         ceph-radosgw-17.2.3 libradosstriper1-17.2.3         nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace nfs-ganesha-rados-urls         tcmu-runner ceph-iscsi python3-rtslib         attr ceph-fuse-17.2.3 rbd-nbd-17.2.3         ${CRIMSON_PACKAGES}         ceph-immutable-object-cache-17.2.3         python3-scikit-learn         ceph-volume-17.2.3 &&     INITIAL_SIZE="$(bash -c 'sz="$(du -sm --exclude=/proc /)" ; echo "${sz%*/}"')" &&     echo 'Postinstall cleanup' &&  (rm -rf "/usr/bin/hyperkube /usr/bin/etcd /usr/bin/systemd-analyze /usr/share/hwdata/{iab.txt,oui.txt} /etc/profile.d/lang.sh" &&    yum clean all &&    rpm -q         ca-certificates         e2fsprogs         ceph-common-17.2.3          ceph-mon-17.2.3          ceph-osd-17.2.3         ceph-mds-17.2.3 cephfs-mirror-17.2.3         rbd-mirror-17.2.3          ceph-mgr-17.2.3 ceph-mgr-cephadm-17.2.3 ceph-mgr-dashboard-17.2.3 ceph-mgr-diskprediction-local-17.2.3 ceph-mgr-k8sevents-17.2.3 ceph-mgr-rook-17.2.3 python3-saml        ceph-grafana-dashboards-17.2.3         kmod         lvm2         gdisk         smartmontools         nvme-cli         libstoragemgmt         systemd-udev         procps-ng         hostname         ceph-radosgw-17.2.3 libradosstriper1-17.2.3         nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace nfs-ganesha-rados-urls         tcmu-runner ceph-iscsi python3-rtslib         attr ceph-fuse-17.2.3 rbd-nbd-17.2.3         ${CRIMSON_PACKAGES}         ceph-immutable-object-cache-17.2.3         python3-scikit-learn         ceph-volume-17.2.3 ) && 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 && mkdir -p /var/run/ganesha &&     rm -rf         /etc/{selinux,systemd,udev}         /lib/{lsb,udev}         /tmp/*         /usr/lib{,64}/{locale,udev,dracut}         /usr/share/{doc,info,locale,man}         /usr/share/{bash-completion,pkgconfig/bash-completion.pc}         /var/log/*         /var/tmp/* &&     find  / -xdev -name "*.pyc" -o -name "*.pyo" -exec rm -f {} \; &&     if [ -f /usr/bin/ceph-dencoder ]; then gzip -9 /usr/bin/ceph-dencoder; fi &&     rm -f /usr/lib/ceph/mgr/dashboard/static/AdminLTE-*/plugins/datatables/extensions/TableTools/images/psd/* &&     find /var/log/ -type f -exec truncate -s 0 {} \; &&     FINAL_SIZE="$(bash -c 'sz="$(du -sm --exclude=/proc /)" ; echo "${sz%*/}"')" &&     REMOVED_SIZE=$((INITIAL_SIZE - FINAL_SIZE)) &&     echo "Cleaning process removed ${REMOVED_SIZE}MB" &&     echo "Dropped container size from ${INITIAL_SIZE}MB to ${FINAL_SIZE}MB" &&     rpm -q         ca-certificates         e2fsprogs         ceph-common-17.2.3          ceph-mon-17.2.3          ceph-osd-17.2.3         ceph-mds-17.2.3 cephfs-mirror-17.2.3         rbd-mirror-17.2.3          ceph-mgr-17.2.3 ceph-mgr-cephadm-17.2.3 ceph-mgr-dashboard-17.2.3 ceph-mgr-diskprediction-local-17.2.3 ceph-mgr-k8sevents-17.2.3 ceph-mgr-rook-17.2.3 python3-saml        ceph-grafana-dashboards-17.2.3         kmod         lvm2         gdisk         smartmontools         nvme-cli         libstoragemgmt         systemd-udev         procps-ng         hostname         ceph-radosgw-17.2.3 libradosstriper1-17.2.3         nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace nfs-ganesha-rados-urls         tcmu-runner ceph-iscsi python3-rtslib         attr ceph-fuse-17.2.3 rbd-nbd-17.2.3         ${CRIMSON_PACKAGES}         ceph-immutable-object-cache-17.2.3         python3-scikit-learn         ceph-volume-17.2.3 && echo 'Packages verified successfully'
                        
# 2022-08-05 00:05:26  0.00B 
/bin/sh -c #(nop)  ENV OSD_FLAVOR=default
                        
# 2022-08-05 00:05:25  0.00B 
/bin/sh -c #(nop)  ENV CEPH_REF=quincy
                        
# 2022-08-05 00:05:24  0.00B 
/bin/sh -c #(nop)  ENV CEPH_DEVEL=false
                        
# 2022-08-05 00:05:22  0.00B 
/bin/sh -c #(nop)  ENV CEPH_POINT_RELEASE=-17.2.3
                        
# 2022-08-05 00:05:21  0.00B 
/bin/sh -c #(nop)  ENV CEPH_VERSION=quincy
                        
# 2022-08-05 00:05:20  0.00B 
/bin/sh -c #(nop)  LABEL CEPH_POINT_RELEASE=-17.2.3
                        
# 2022-08-04 23:52:34  0.00B 
/bin/sh -c #(nop)  LABEL GIT_CLEAN=True
                        
# 2022-08-04 23:52:33  0.00B 
/bin/sh -c #(nop)  LABEL GIT_COMMIT=3ba0f095be759493a04a571a28c5ba53112cd5d3
                        
# 2022-08-04 23:52:32  0.00B 
/bin/sh -c #(nop)  LABEL GIT_BRANCH=HEAD
                        
# 2022-08-04 23:52:30  0.00B 
/bin/sh -c #(nop)  LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
                        
# 2022-08-04 23:52:29  0.00B 
/bin/sh -c #(nop)  LABEL RELEASE=HEAD
                        
# 2022-08-04 23:52:28  0.00B 
/bin/sh -c #(nop)  LABEL ceph=True
                        
# 2022-08-04 23:52:26  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=Guillaume Abrioux <gabrioux@redhat.com>
                        
# 2022-08-04 23:52:25  0.00B 
/bin/sh -c #(nop)  ENV I_AM_IN_A_CONTAINER=1
                        
# 2022-08-04 23:35:30  144.62MB 
/bin/sh -c rpm -ivh --nodeps --replacefiles *.rpm && rm *.rpm     && rpm -e redhat-release     && dnf --setopt=tsflags=nodocs --setopt=install_weak_deps=false -y distro-sync     && dnf remove -y subscription-manager dnf-plugin-subscription-manager    && dnf clean all     && rm -f /etc/yum.repos.d/ubi.repo
                        
# 2022-08-04 23:34:55  45.79MB 
/bin/sh -c dnf download --repofrompath=centos,http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/ --disablerepo=* --enablerepo=centos centos-stream-release centos-stream-repos centos-gpg-keys
                        
# 2022-08-04 23:34:48  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base centos centos-stream"
                        
# 2022-08-04 23:34:48  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2022-08-04 23:34:48  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="CentOS Stream 8"
                        
# 2022-08-04 23:34:48  0.00B 
/bin/sh -c #(nop) LABEL description="CentOS Stream is a continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux development. This image takes the Red Hat UBI and layers on content from CentOS Stream"
                        
# 2022-08-04 23:34:47  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides a CentOS Stream container based on the Red Hat Universal Base Image"
                        
# 2022-08-04 23:34:47  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://centos.org/legal/licensing-policy/"
                        
# 2022-08-04 23:34:47  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="centos-stream-container"       name="centos-stream"       version="8"
                        
# 2022-08-04 23:34:47  0.00B 
/bin/sh -c #(nop) LABEL maintainer="The CentOS Project"
                        
# 2022-07-26 20:34:36  4.72KB 

                        
# 2022-07-26 20:34:23  206.60MB 

                        
                    

镜像信息

{
    "Id": "sha256:0912465dcea5159f56c7d4ccdf1d15a28abfe1be8a56c94eb86cab129c069726",
    "RepoTags": [
        "quay.io/ceph/ceph:v17.2.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph:v17.2.3"
    ],
    "RepoDigests": [
        "quay.io/ceph/ceph@sha256:43f6e905f3e34abe4adbc9042b9d6f6b625dee8fa8d93c2bae53fa9b61c3df1a",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph@sha256:3ae68015b3947a9c71adcebf13209edbd8a9b6e69e7f3c25cb1fe9bcdd8f5d26"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2022-08-04T16:09:31.407213857Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "20.10.7",
    "Author": "",
    "Config": {
        "Hostname": "7323ecf6dc56",
        "Domainname": "",
        "User": "",
        "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",
            "container=oci",
            "I_AM_IN_A_CONTAINER=1",
            "CEPH_VERSION=quincy",
            "CEPH_POINT_RELEASE=-17.2.3",
            "CEPH_DEVEL=false",
            "CEPH_REF=quincy",
            "OSD_FLAVOR=default"
        ],
        "Cmd": [
            "/bin/bash"
        ],
        "ArgsEscaped": true,
        "Image": "sha256:6d618c492b35a5c129b3dfa7c502eb6c6f17c843a466903caf405ea84176d69b",
        "Volumes": {},
        "WorkingDir": "",
        "Entrypoint": [],
        "OnBuild": [],
        "Labels": {
            "CEPH_POINT_RELEASE": "-17.2.3",
            "GIT_BRANCH": "HEAD",
            "GIT_CLEAN": "True",
            "GIT_COMMIT": "3ba0f095be759493a04a571a28c5ba53112cd5d3",
            "GIT_REPO": "https://github.com/ceph/ceph-container.git",
            "RELEASE": "HEAD",
            "architecture": "x86_64",
            "build-date": "2022-07-26T12:34:08.928083",
            "ceph": "True",
            "com.redhat.build-host": "cpt-1008.osbs.prod.upshift.rdu2.redhat.com",
            "com.redhat.component": "centos-stream-container",
            "com.redhat.license_terms": "https://centos.org/legal/licensing-policy/",
            "description": "CentOS Stream is a continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux development. This image takes the Red Hat UBI and layers on content from CentOS Stream",
            "distribution-scope": "public",
            "io.buildah.version": "1.19.8",
            "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "CentOS Stream 8",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "base centos centos-stream",
            "maintainer": "Guillaume Abrioux \u003cgabrioux@redhat.com\u003e",
            "name": "centos-stream",
            "release": "903",
            "summary": "Provides a CentOS Stream container based on the Red Hat Universal Base Image",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.6-903",
            "vcs-ref": "f1ee6e37554363ec55e0035aba1a693d3627fdeb",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1339206894,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/723716a00210a65bee9dec8b853a9ba2ea2d1b2556671923a803dfd3b64f329b/diff:/var/lib/docker/overlay2/97c4b48a90d0dc1140d27bddf12cb1c7cd9b2d117e840acd69c25c8cdcfdf4c7/diff:/var/lib/docker/overlay2/6dd723166abc1c115f0b6480e195ed2be1c8993257d780cb2d581173c1cc3187/diff:/var/lib/docker/overlay2/771240de89b2fecc6a3ec3e0ab9fb97b246530d8f9cf47f82c2c4dc4e1de7294/diff",
            "MergedDir": "/var/lib/docker/overlay2/bbb8aacdacee08ae73ac9b0f2b687c3972c38d43d8859f469f12b81bfba92713/merged",
            "UpperDir": "/var/lib/docker/overlay2/bbb8aacdacee08ae73ac9b0f2b687c3972c38d43d8859f469f12b81bfba92713/diff",
            "WorkDir": "/var/lib/docker/overlay2/bbb8aacdacee08ae73ac9b0f2b687c3972c38d43d8859f469f12b81bfba92713/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:5966005eac8d0b52bf676cd20f1ffb3435fe4d8245a3afadcd27b0b9e07c096b",
            "sha256:9936c6aaa811c2084fe2c1034e24cbecc3d3ac8db8fe987395723b19c678655b",
            "sha256:4f77fe8574f420e02173fc030a1a686682a40f6b6a23e180bf3133bcce529293",
            "sha256:dd44da1818c3d6eb7b031b0d48a4ce0ed29e00cb1c9ae1e5d6eaa8b8b8c0ba95",
            "sha256:7c6e12c87d521af07c0c677a99ea6d7c9c09f2f02520c7727560c828db9867ac"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-11T15:41:41.180890418+08:00"
    }
}

更多版本

quay.io/ceph/ceph:v18.2.2

linux/amd64 quay.io1.25GB2024-06-25 12:40
385

quay.io/ceph/ceph:v18.2.4

linux/amd64 quay.io1.22GB2024-08-08 15:54
548

quay.io/ceph/ceph:v19

linux/amd64 quay.io1.28GB2024-09-05 16:45
373

quay.io/ceph/ceph:v16.2.9

linux/amd64 quay.io1.17GB2024-09-08 23:40
237

quay.io/ceph/ceph:v17

linux/amd64 quay.io1.26GB2024-09-11 11:13
318

quay.io/ceph/ceph:v18.2.2

linux/arm64 quay.io1.22GB2024-09-19 01:58
235

quay.io/ceph/ceph:v15.2.13-20210526

linux/amd64 quay.io1.03GB2024-09-19 21:08
163

quay.io/ceph/ceph:v15.2.17

linux/amd64 quay.io1.20GB2024-09-20 07:36
288

quay.io/ceph/ceph:v15

linux/amd64 quay.io1.20GB2024-10-08 09:34
174

quay.io/ceph/ceph-grafana:6.7.4

linux/amd64 quay.io486.18MB2024-10-08 09:35
248

quay.io/ceph/ceph:v14.2.22

linux/amd64 quay.io885.28MB2024-10-14 11:05
221

quay.io/ceph/ceph:v19.2.0

linux/amd64 quay.io1.28GB2024-12-19 11:36
216

quay.io/ceph/ceph:v18.2.4

linux/arm64 quay.io1.19GB2025-01-02 16:30
100

quay.io/ceph/ceph:v19.2.0

linux/arm64 quay.io1.24GB2025-01-02 16:32
101

quay.io/ceph/ceph:v18

linux/amd64 quay.io1.22GB2025-01-10 20:23
111

quay.io/ceph/ceph:v19.2.1

linux/amd64 quay.io1.30GB2025-02-11 14:28
151

quay.io/ceph/ceph:v19.2.1

linux/arm64 quay.io1.27GB2025-02-11 14:36
90

quay.io/ceph/ceph:v18.2.1

linux/amd64 quay.io1.26GB2025-03-16 13:59
102

quay.io/ceph/ceph:v19.2.2

linux/amd64 quay.io1.31GB2025-04-22 15:40
74

quay.io/ceph/ceph:v17.2.6

linux/amd64 quay.io1.26GB2025-05-09 20:24
23

quay.io/ceph/ceph:v17.2.3

linux/amd64 quay.io1.34GB2025-05-11 15:42
22