quay.io/ceph/ceph:v18.2.4 linux/arm64

quay.io/ceph/ceph:v18.2.4 - 国内下载镜像源 浏览次数:38 温馨提示: 这是一个 linux/arm64 系统架构镜像

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

源镜像 quay.io/ceph/ceph:v18.2.4
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph:v18.2.4-linuxarm64
镜像ID sha256:bd68cbec9f69e3ecda4cfc996c32ed882a760264b2906a9e1986886f0af29489
镜像TAG v18.2.4-linuxarm64
大小 1.19GB
镜像源 quay.io
CMD /bin/bash
启动入口
工作目录
OS/平台 linux/arm64
浏览量 38 次
贡献者
镜像创建 2024-07-24T00:42:54.647700539Z
同步时间 2025-01-02 16:30
更新时间 2025-02-05 22:45
开放端口
5000/tcp 6789/tcp 6800/tcp 6801/tcp 6802/tcp 6803/tcp 6804/tcp 6805/tcp 80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin I_AM_IN_A_CONTAINER=1 CEPH_VERSION=reef CEPH_POINT_RELEASE=-18.2.4 CEPH_DEVEL=false CEPH_REF=reef OSD_FLAVOR=default
镜像标签
-18.2.4: CEPH_POINT_RELEASE HEAD: GIT_BRANCH True: GIT_CLEAN c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7: GIT_COMMIT https://github.com/ceph/ceph-container.git: GIT_REPO HEAD: RELEASE True: ceph 1.33.8: io.buildah.version Guillaume Abrioux <gabrioux@redhat.com>: maintainer 20240716: 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
镜像安全扫描 查看Trivy扫描报告

系统OS: none 扫描引擎: Trivy 扫描时间: 2025-01-02 16:30

低危漏洞:0 中危漏洞:0 高危漏洞:0 严重漏洞:0

Docker拉取命令 无权限下载?点我修复

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph:v18.2.4-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph:v18.2.4-linuxarm64  quay.io/ceph/ceph:v18.2.4

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph:v18.2.4-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph:v18.2.4-linuxarm64  quay.io/ceph/ceph:v18.2.4

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-07-24 08:42:54  1.03GB 
/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 sssd-client dbus-daemon rpcbind" ]; then     if [[ "${CEPH_VERSION}" =~ master|main|reef|squid ]]; then       ARCH=$(arch); if [[ "${ARCH}" == "aarch64" ]]; then ARCH="arm64"; fi ;       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-stream/storage/\$basearch/nfsganesha-5/" >> /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}" == 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 "" ]; then     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 ;     if [[ "${CEPH_VERSION}" =~ master || "${CEPH_VERSION}" == main ]]; then       curl -s -L https://shaman.ceph.com/api/repos/ceph-iscsi/main/latest/centos/9/repo -o /etc/yum.repos.d/ceph-iscsi.repo ;     elif [[ "${CEPH_VERSION}" =~ nautilus|octopus|pacific|quincy|reef|squid ]]; then       curl -s -L https://download.ceph.com/ceph-iscsi/3/rpm/el9/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ;     else       curl -s -L https://download.ceph.com/ceph-iscsi/2/rpm/el9/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-18.2.4";   if [[ -n "-18.2.4" ]]; then     CPR=-18.2.4 ;     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/9/${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-18.2.4";    fi ;  else     RELEASE_VER=1 ;    REPO_URL="http://download.ceph.com/rpm-${CEPH_VERSION}/el9/";   fi &&   rpm -Uvh "$REPO_URL/noarch/ceph-release-1-${RELEASE_VER}.el9.noarch.rpm" &&   if [[ 9 -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 --enablerepo=crb         ca-certificates         e2fsprogs         ceph-common-18.2.4          ceph-mon-18.2.4          ceph-osd-18.2.4         ceph-mds-18.2.4 cephfs-mirror-18.2.4 cephfs-top-18.2.4         rbd-mirror-18.2.4          ceph-mgr-18.2.4 ceph-mgr-cephadm-18.2.4 ceph-mgr-dashboard-18.2.4 ceph-mgr-diskprediction-local-18.2.4 ceph-mgr-k8sevents-18.2.4 ceph-mgr-rook-18.2.4 python3-saml        ceph-grafana-dashboards-18.2.4         kmod         lvm2         gdisk         smartmontools         nvme-cli         libstoragemgmt         systemd-udev         sg3_utils         procps-ng         hostname         ceph-radosgw-18.2.4 libradosstriper1-18.2.4 gcc lua-devel luarocks         nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace nfs-ganesha-rados-urls sssd-client dbus-daemon rpcbind                  attr ceph-fuse-18.2.4 rbd-nbd-18.2.4         ${CRIMSON_PACKAGES}         ceph-immutable-object-cache-18.2.4                  ceph-volume-18.2.4         ceph-exporter-18.2.4                   &&     echo '@ceph - memlock 204800' >> /etc/security/limits.conf &&     echo '@root - memlock 204800' >> /etc/security/limits.conf &&     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-18.2.4          ceph-mon-18.2.4          ceph-osd-18.2.4         ceph-mds-18.2.4 cephfs-mirror-18.2.4 cephfs-top-18.2.4         rbd-mirror-18.2.4          ceph-mgr-18.2.4 ceph-mgr-cephadm-18.2.4 ceph-mgr-dashboard-18.2.4 ceph-mgr-diskprediction-local-18.2.4 ceph-mgr-k8sevents-18.2.4 ceph-mgr-rook-18.2.4 python3-saml        ceph-grafana-dashboards-18.2.4         kmod         lvm2         gdisk         smartmontools         nvme-cli         libstoragemgmt         systemd-udev         sg3_utils         procps-ng         hostname         ceph-radosgw-18.2.4 libradosstriper1-18.2.4 gcc lua-devel luarocks         nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace nfs-ganesha-rados-urls sssd-client dbus-daemon rpcbind                  attr ceph-fuse-18.2.4 rbd-nbd-18.2.4         ${CRIMSON_PACKAGES}         ceph-immutable-object-cache-18.2.4                  ceph-volume-18.2.4         ceph-exporter-18.2.4                   ) && echo "About to edit lvm.conf" && sed -i -e 's/^\([[:space:]#]*udev_rules =\) 1$/\1 0/' -e 's/^\([[:space:]#]*udev_sync =\) 1$/\1 0/' -e 's/^\([[:space:]#]*obtain_device_list_from_udev =\) 1$/\1 0/' /etc/lvm/lvm.conf && echo "About to validate lvm.conf edits" && 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 && echo "Edits validated OK" && 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-18.2.4          ceph-mon-18.2.4          ceph-osd-18.2.4         ceph-mds-18.2.4 cephfs-mirror-18.2.4 cephfs-top-18.2.4         rbd-mirror-18.2.4          ceph-mgr-18.2.4 ceph-mgr-cephadm-18.2.4 ceph-mgr-dashboard-18.2.4 ceph-mgr-diskprediction-local-18.2.4 ceph-mgr-k8sevents-18.2.4 ceph-mgr-rook-18.2.4 python3-saml        ceph-grafana-dashboards-18.2.4         kmod         lvm2         gdisk         smartmontools         nvme-cli         libstoragemgmt         systemd-udev         sg3_utils         procps-ng         hostname         ceph-radosgw-18.2.4 libradosstriper1-18.2.4 gcc lua-devel luarocks         nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace nfs-ganesha-rados-urls sssd-client dbus-daemon rpcbind                  attr ceph-fuse-18.2.4 rbd-nbd-18.2.4         ${CRIMSON_PACKAGES}         ceph-immutable-object-cache-18.2.4                  ceph-volume-18.2.4         ceph-exporter-18.2.4                   && echo 'Packages verified successfully'
                        
# 2024-07-24 08:38:42  0.00B 
/bin/sh -c #(nop)  EXPOSE 5000 6789 6800 6801 6802 6803 6804 6805 80
                        
# 2024-07-24 08:38:42  0.00B 
/bin/sh -c #(nop)  ENV OSD_FLAVOR=default
                        
# 2024-07-24 08:38:42  0.00B 
/bin/sh -c #(nop)  ENV CEPH_REF=reef
                        
# 2024-07-24 08:38:42  0.00B 
/bin/sh -c #(nop)  ENV CEPH_DEVEL=false
                        
# 2024-07-24 08:38:42  0.00B 
/bin/sh -c #(nop)  ENV CEPH_POINT_RELEASE=-18.2.4
                        
# 2024-07-24 08:38:42  0.00B 
/bin/sh -c #(nop)  ENV CEPH_VERSION=reef
                        
# 2024-07-24 08:38:42  0.00B 
/bin/sh -c #(nop)  LABEL CEPH_POINT_RELEASE=-18.2.4
                        
# 2024-07-24 08:38:42  0.00B 
/bin/sh -c #(nop)  LABEL GIT_CLEAN=True
                        
# 2024-07-24 08:38:42  0.00B 
/bin/sh -c #(nop)  LABEL GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7
                        
# 2024-07-24 08:38:42  0.00B 
/bin/sh -c #(nop)  LABEL GIT_BRANCH=HEAD
                        
# 2024-07-24 08:38:42  0.00B 
/bin/sh -c #(nop)  LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
                        
# 2024-07-24 08:38:42  0.00B 
/bin/sh -c #(nop)  LABEL RELEASE=HEAD
                        
# 2024-07-24 08:38:41  0.00B 
/bin/sh -c #(nop)  LABEL ceph=True
                        
# 2024-07-24 08:38:41  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=Guillaume Abrioux <gabrioux@redhat.com>
                        
# 2024-07-24 08:38:41  0.00B 
/bin/sh -c #(nop)  ENV I_AM_IN_A_CONTAINER=1
                        
# 2024-07-16 09:09:48  164.11MB 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2024-07-16 09:09: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="20240716"
                        
# 2024-07-16 09:09:46  0.00B 
/bin/sh -c #(nop) ADD file:6063a3c48ddec21d15a9ca505d5e34516aee0b6f8493a79b5f02d04400db546d in / 
                        
                    

镜像信息

{
    "Id": "sha256:bd68cbec9f69e3ecda4cfc996c32ed882a760264b2906a9e1986886f0af29489",
    "RepoTags": [
        "quay.io/ceph/ceph:v18.2.4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph:v18.2.4-linuxarm64"
    ],
    "RepoDigests": [
        "quay.io/ceph/ceph@sha256:6ac7f923aa1d23b43248ce0ddec7e1388855ee3d00813b52c3172b0b23b37906",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph@sha256:5c061bfca00326b721b15fabadd3a65b2b984f10f49e04e6bc2b0120ae9d3e38"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2024-07-24T00:42:54.647700539Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "24.0.7",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "5000/tcp": {},
            "6789/tcp": {},
            "6800/tcp": {},
            "6801/tcp": {},
            "6802/tcp": {},
            "6803/tcp": {},
            "6804/tcp": {},
            "6805/tcp": {},
            "80/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "I_AM_IN_A_CONTAINER=1",
            "CEPH_VERSION=reef",
            "CEPH_POINT_RELEASE=-18.2.4",
            "CEPH_DEVEL=false",
            "CEPH_REF=reef",
            "OSD_FLAVOR=default"
        ],
        "Cmd": [
            "/bin/bash"
        ],
        "Image": "sha256:658ffb770cdffd433c88e279b9df652642c418a1612e3dd70273034c8e665e21",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "CEPH_POINT_RELEASE": "-18.2.4",
            "GIT_BRANCH": "HEAD",
            "GIT_CLEAN": "True",
            "GIT_COMMIT": "c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7",
            "GIT_REPO": "https://github.com/ceph/ceph-container.git",
            "RELEASE": "HEAD",
            "ceph": "True",
            "io.buildah.version": "1.33.8",
            "maintainer": "Guillaume Abrioux \u003cgabrioux@redhat.com\u003e",
            "org.label-schema.build-date": "20240716",
            "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"
        }
    },
    "Architecture": "arm64",
    "Variant": "v8",
    "Os": "linux",
    "Size": 1192890800,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/84b20fe83da7dac27ec36ac1378f8178e0936c01a8d91cf813e93f67bb3c8991/diff",
            "MergedDir": "/var/lib/docker/overlay2/20df2916c5b9584f8b8b6610609fdb19d9b85266985d8b03d067be1e47f7aa2f/merged",
            "UpperDir": "/var/lib/docker/overlay2/20df2916c5b9584f8b8b6610609fdb19d9b85266985d8b03d067be1e47f7aa2f/diff",
            "WorkDir": "/var/lib/docker/overlay2/20df2916c5b9584f8b8b6610609fdb19d9b85266985d8b03d067be1e47f7aa2f/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ccc9bbc6b5d26cb2a71072b522c906f494f8531fd25a9a4296b966f430a00cb0",
            "sha256:3d3d723cc1295c60690632a5f9352e68676370629a07b93c709daf64d7dc2c62"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-01-02T16:29:36.916029565+08:00"
    }
}

更多版本

quay.io/ceph/ceph:v18.2.2

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

quay.io/ceph/ceph:v18.2.4

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

quay.io/ceph/ceph:v19

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

quay.io/ceph/ceph:v16.2.9

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

quay.io/ceph/ceph:v17

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

quay.io/ceph/ceph:v18.2.2

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

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

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

quay.io/ceph/ceph:v15.2.17

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

quay.io/ceph/ceph:v15

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

quay.io/ceph/ceph-grafana:6.7.4

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

quay.io/ceph/ceph:v14.2.22

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

quay.io/ceph/ceph:v19.2.0

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

quay.io/ceph/ceph:v18.2.4

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

quay.io/ceph/ceph:v19.2.0

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

quay.io/ceph/ceph:v18

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