quay.io/cephcsi/cephcsi:v3.6.2 linux/amd64

quay.io/cephcsi/cephcsi:v3.6.2 - 国内下载镜像源 浏览次数:66
🚀

quay.io/cephcsi/cephcsi

Ceph CSI (Container Storage Interface) 是一个为 Ceph Storage Cluster 提供CSI驱动程序的 Docker 镜像。

源镜像 quay.io/cephcsi/cephcsi:v3.6.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.6.2
镜像ID sha256:f14e6ab48b3e832e043a95d32cec1fc8123e4f360ec6bef66295aa4234cae1bb
镜像TAG v3.6.2
大小 1.39GB
镜像源 quay.io
CMD
启动入口 /usr/local/bin/cephcsi
工作目录
OS/平台 linux/amd64
浏览量 66 次
贡献者
镜像创建 2022-06-09T09:17:47.217353536Z
同步时间 2024-08-22 16:46
更新时间 2024-10-22 19:26
环境变量
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.0 CEPH_DEVEL=false CEPH_REF=quincy OSD_FLAVOR=default
镜像标签
-17.2.0: CEPH_POINT_RELEASE HEAD: GIT_BRANCH True: GIT_CLEAN c7639748589442d7aeaac988ada4549145ccaa4d: GIT_COMMIT https://github.com/ceph/ceph-container.git: GIT_REPO HEAD: RELEASE : architecture 2022-04-29T11:48:11.055897: build-date True: ceph cpt-1007.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 Ceph-CSI Plugin: 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 Ceph-CSI Authors: maintainers centos-stream: name 239.1651231664: 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.5-239.1651231664: url 3aadd00326f3dd6cfe65ee31017ab98915fddb56: vcs-ref git: vcs-type Red Hat, Inc.: vendor : version

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

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.6.2
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.6.2  quay.io/cephcsi/cephcsi:v3.6.2

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.6.2
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.6.2  quay.io/cephcsi/cephcsi:v3.6.2

Shell快速替换命令

sed -i 's#quay.io/cephcsi/cephcsi:v3.6.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.6.2#' deployment.yaml

镜像历史

大小 创建时间 层信息
0.00B 2022-06-09 17:17:47 /bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/cephcsi"]
0.00B 2022-06-09 17:17:46 |1 SRC_DIR=/go/src/github.com/ceph/ceph-csi/ /bin/sh -c [ $(ldd /usr/local/bin/cephcsi | grep -c '=> not found') = '0' ]
64.57MB 2022-06-09 17:17:44 /bin/sh -c #(nop) COPY file:4ec5b1b46a356b8121e7ac5829dfeb9c7225a876746d5c18a058d1fef0efb1f7 in /usr/local/bin/cephcsi
0.00B 2022-06-09 17:17:42 /bin/sh -c #(nop) LABEL maintainers=Ceph-CSI Authors version= architecture= description=Ceph-CSI Plugin
0.00B 2022-06-09 17:17:41 /bin/sh -c #(nop) ARG SRC_DIR
943.71MB 2022-05-10 21:18:50 /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 echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; if [[ "${CEPH_VERSION}" == master ]]; then echo "baseurl=https://buildlogs.centos.org/centos/\$releasever/storage/\$basearch/nfsganesha-3/" >> /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 "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 "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 "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 "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 "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/master/latest/centos/8/repo?arch=$(arch) -o /etc/yum.repos.d/tcmu-runner.repo ; if [[ "${CEPH_VERSION}" =~ master ]]; then curl -s -L https://shaman.ceph.com/api/repos/ceph-iscsi/master/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.0"; if [[ -n "-17.2.0" ]]; then CPR=-17.2.0 ; 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_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.0"; fi ; if [[ "${CEPH_REF}" == "octopus" ]]; then RELEASE_VER=1 ; 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.0 ceph-mon-17.2.0 ceph-osd-17.2.0 ceph-mds-17.2.0 cephfs-mirror-17.2.0 rbd-mirror-17.2.0 ceph-mgr-17.2.0 ceph-mgr-cephadm-17.2.0 ceph-mgr-dashboard-17.2.0 ceph-mgr-diskprediction-local-17.2.0 ceph-mgr-k8sevents-17.2.0 ceph-mgr-rook-17.2.0 python3-saml ceph-grafana-dashboards-17.2.0 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev procps-ng hostname ceph-radosgw-17.2.0 libradosstriper1-17.2.0 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.0 rbd-nbd-17.2.0 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-17.2.0 python3-scikit-learn ceph-volume-17.2.0 && 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.0 ceph-mon-17.2.0 ceph-osd-17.2.0 ceph-mds-17.2.0 cephfs-mirror-17.2.0 rbd-mirror-17.2.0 ceph-mgr-17.2.0 ceph-mgr-cephadm-17.2.0 ceph-mgr-dashboard-17.2.0 ceph-mgr-diskprediction-local-17.2.0 ceph-mgr-k8sevents-17.2.0 ceph-mgr-rook-17.2.0 python3-saml ceph-grafana-dashboards-17.2.0 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev procps-ng hostname ceph-radosgw-17.2.0 libradosstriper1-17.2.0 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.0 rbd-nbd-17.2.0 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-17.2.0 python3-scikit-learn ceph-volume-17.2.0 ) && 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 && 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.0 ceph-mon-17.2.0 ceph-osd-17.2.0 ceph-mds-17.2.0 cephfs-mirror-17.2.0 rbd-mirror-17.2.0 ceph-mgr-17.2.0 ceph-mgr-cephadm-17.2.0 ceph-mgr-dashboard-17.2.0 ceph-mgr-diskprediction-local-17.2.0 ceph-mgr-k8sevents-17.2.0 ceph-mgr-rook-17.2.0 python3-saml ceph-grafana-dashboards-17.2.0 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev procps-ng hostname ceph-radosgw-17.2.0 libradosstriper1-17.2.0 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.0 rbd-nbd-17.2.0 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-17.2.0 python3-scikit-learn ceph-volume-17.2.0 && echo 'Packages verified successfully'
0.00B 2022-05-10 21:14:49 /bin/sh -c #(nop) ENV OSD_FLAVOR=default
0.00B 2022-05-10 21:14:48 /bin/sh -c #(nop) ENV CEPH_REF=quincy
0.00B 2022-05-10 21:14:47 /bin/sh -c #(nop) ENV CEPH_DEVEL=false
0.00B 2022-05-10 21:14:45 /bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-17.2.0
0.00B 2022-05-10 21:14:44 /bin/sh -c #(nop) ENV CEPH_VERSION=quincy
0.00B 2022-05-10 21:14:43 /bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-17.2.0
0.00B 2022-05-10 21:01:57 /bin/sh -c #(nop) LABEL GIT_CLEAN=True
0.00B 2022-05-10 21:01:56 /bin/sh -c #(nop) LABEL GIT_COMMIT=c7639748589442d7aeaac988ada4549145ccaa4d
0.00B 2022-05-10 21:01:54 /bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
0.00B 2022-05-10 21:01:53 /bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
0.00B 2022-05-10 21:01:52 /bin/sh -c #(nop) LABEL RELEASE=HEAD
0.00B 2022-05-10 21:01:51 /bin/sh -c #(nop) LABEL ceph=True
0.00B 2022-05-10 21:01:50 /bin/sh -c #(nop) LABEL maintainer=Guillaume Abrioux <gabrioux@redhat.com>
0.00B 2022-05-10 21:01:48 /bin/sh -c #(nop) ENV I_AM_IN_A_CONTAINER=1
128.81MB 2022-05-05 21:59:02 /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
40.80MB 2022-05-05 21:58:27 /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
0.00B 2022-05-05 21:58:20 /bin/sh -c #(nop) LABEL io.openshift.tags="base centos centos-stream"
0.00B 2022-05-05 21:58:20 /bin/sh -c #(nop) LABEL io.openshift.expose-services=""
0.00B 2022-05-05 21:58:20 /bin/sh -c #(nop) LABEL io.k8s.display-name="CentOS Stream 8"
0.00B 2022-05-05 21:58:20 /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"
0.00B 2022-05-05 21:58:20 /bin/sh -c #(nop) LABEL summary="Provides a CentOS Stream container based on the Red Hat Universal Base Image"
0.00B 2022-05-05 21:58:20 /bin/sh -c #(nop) LABEL com.redhat.license_terms="https://centos.org/legal/licensing-policy/"
0.00B 2022-05-05 21:58:20 /bin/sh -c #(nop) LABEL com.redhat.component="centos-stream-container" name="centos-stream" version="8"
0.00B 2022-05-05 21:58:20 /bin/sh -c #(nop) LABEL maintainer="The CentOS Project"
4.76KB 2022-04-29 19:48:36
215.84MB 2022-04-29 19:48:25

镜像信息

{
    "Id": "sha256:f14e6ab48b3e832e043a95d32cec1fc8123e4f360ec6bef66295aa4234cae1bb",
    "RepoTags": [
        "quay.io/cephcsi/cephcsi:v3.6.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.6.2"
    ],
    "RepoDigests": [
        "quay.io/cephcsi/cephcsi@sha256:28cf09273afe88570758393c30b9d4cffcd6e7428cfb9e96ee5b69510ec8d1df",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi@sha256:f1b4b2b9789111cb5b2214a0653fe1dd360a01a4a493f3b030186a9ec4d46639"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2022-06-09T09:17:47.217353536Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "20.10.16+azure-2",
    "Author": "",
    "Config": {
        "Hostname": "303559504bcc",
        "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.0",
            "CEPH_DEVEL=false",
            "CEPH_REF=quincy",
            "OSD_FLAVOR=default"
        ],
        "Cmd": null,
        "Image": "sha256:4d5bb3b4f5042b46a6cdb58d27deeff6a05859547efa8d203a168f507f691385",
        "Volumes": {},
        "WorkingDir": "",
        "Entrypoint": [
            "/usr/local/bin/cephcsi"
        ],
        "OnBuild": [],
        "Labels": {
            "CEPH_POINT_RELEASE": "-17.2.0",
            "GIT_BRANCH": "HEAD",
            "GIT_CLEAN": "True",
            "GIT_COMMIT": "c7639748589442d7aeaac988ada4549145ccaa4d",
            "GIT_REPO": "https://github.com/ceph/ceph-container.git",
            "RELEASE": "HEAD",
            "architecture": "",
            "build-date": "2022-04-29T11:48:11.055897",
            "ceph": "True",
            "com.redhat.build-host": "cpt-1007.osbs.prod.upshift.rdu2.redhat.com",
            "com.redhat.component": "centos-stream-container",
            "com.redhat.license_terms": "https://centos.org/legal/licensing-policy/",
            "description": "Ceph-CSI Plugin",
            "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",
            "maintainers": "Ceph-CSI Authors",
            "name": "centos-stream",
            "release": "239.1651231664",
            "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.5-239.1651231664",
            "vcs-ref": "3aadd00326f3dd6cfe65ee31017ab98915fddb56",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": ""
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1393733016,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/c9de0285877b7a6e7470c9febe8d6f0b60993baad0dac7b472d03a60d199b66c/diff:/var/lib/docker/overlay2/b8fe0cfcc3898a0bdf40909cc260e0dc4d1a4674ef371be5ba411ef002d548ef/diff:/var/lib/docker/overlay2/a2ab68f9ac49992022114ef5e0b9c98255bc802db532a4a80d9b2b03a7341b6c/diff:/var/lib/docker/overlay2/913c8ddedabbb5f90e7bfb5071d665003d6ef4c2812de7ab87a6b5a8e4959847/diff:/var/lib/docker/overlay2/98df0bf8ad749b78ee643817c0fa14c50c1693e5a9ed673830300cf14ee9f787/diff",
            "MergedDir": "/var/lib/docker/overlay2/f15a6618be634466a53df7b826fa6693b178c168c8d0e7247d9b29d47bf3edaa/merged",
            "UpperDir": "/var/lib/docker/overlay2/f15a6618be634466a53df7b826fa6693b178c168c8d0e7247d9b29d47bf3edaa/diff",
            "WorkDir": "/var/lib/docker/overlay2/f15a6618be634466a53df7b826fa6693b178c168c8d0e7247d9b29d47bf3edaa/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:3813924f3fa4d6d1223ec6c5e8bb2f5f9acd1e49d87a9251364ff99ab52b3296",
            "sha256:c86122b5e4d3e8a0d438442340c75c8e35c343945b1c750b15e53b5efdcbc27d",
            "sha256:e9b312bba1abbd4bd396d9d543063338470cfcc884ba98ce56bbb7a40a981882",
            "sha256:5d9ef8a0564d47b299fb4c6f92181d876cf985d392f9426d116366b0bafd603a",
            "sha256:2554e0459db2680b76037bf80091a81f409e5671820dca2e359903521c66213d",
            "sha256:6c6baf8ea5aec4e8c4b45057486b712db1749b9214569bab3a6318b457ab16c7"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-08-22T16:44:54.349682813+08:00"
    }
}

更多版本