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

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

quay.io/cephcsi/cephcsi

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

源镜像 quay.io/cephcsi/cephcsi:v3.9.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.9.0
镜像ID sha256:274ed137a62cc74e33adbe15f32f6ade842e10f8265901f4e197ce4587436781
镜像TAG v3.9.0
大小 1.57GB
镜像源 quay.io
CMD
启动入口 /usr/local/bin/cephcsi
工作目录
OS/平台 linux/amd64
浏览量 148 次
贡献者
镜像创建 2023-07-06T08:16:13.697972628Z
同步时间 2024-07-02 16:32
更新时间 2024-10-23 17:49
开放端口
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=quincy CEPH_POINT_RELEASE=-17.2.6 CEPH_DEVEL=false CEPH_REF=quincy OSD_FLAVOR=default
镜像标签
-17.2.6: CEPH_POINT_RELEASE HEAD: GIT_BRANCH True: GIT_CLEAN e0efdfe8a55d4257c30bd4991364ca6f2fc7e58e: GIT_COMMIT https://github.com/ceph/ceph-container.git: GIT_REPO HEAD: RELEASE : architecture True: ceph Ceph-CSI Plugin: description 1.19.8: io.buildah.version Guillaume Abrioux <gabrioux@redhat.com>: maintainer Ceph-CSI Authors: maintainers 20230622: org.label-schema.build-date GPLv2: org.label-schema.license CentOS Stream 8 Base Image: org.label-schema.name 1.0: org.label-schema.schema-version CentOS: org.label-schema.vendor : version

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

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像历史

大小 创建时间 层信息
0.00B 2023-07-06 16:16:13 /bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/cephcsi"]
0.00B 2023-07-06 16:16:12 |1 SRC_DIR=/go/src/github.com/ceph/ceph-csi/ /bin/sh -c [ $(ldd /usr/local/bin/cephcsi | grep -c '=> not found') = '0' ]
72.66MB 2023-07-06 16:16:11 /bin/sh -c #(nop) COPY file:2da7338e680e65b007c9fa426587666dd338493b3c3daa1741cd9b9eb47b89ca in /usr/local/bin/cephcsi
0.00B 2023-07-06 16:16:08 /bin/sh -c #(nop) LABEL maintainers=Ceph-CSI Authors version= architecture= description=Ceph-CSI Plugin
0.00B 2023-07-06 16:16:07 /bin/sh -c #(nop) ARG SRC_DIR
239.51MB 2023-07-06 16:10:47 /bin/sh -c dnf -y update && dnf clean all && rm -rf /var/cache/yum
1.77MB 2023-07-06 16:08:52 /bin/sh -c dnf config-manager --disable tcmu-runner,tcmu-runner-source,tcmu-runner-noarch,ceph-iscsi || true
1.04GB 2023-06-24 00:06:54 /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" ]; 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?arch=$(arch)" -o /etc/yum.repos.d/ganesha.repo ; elif [[ "${CEPH_VERSION}" == reef ]]; 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-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 "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|reef ]]; 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.6"; if [[ -n "-17.2.6" ]]; then CPR=-17.2.6 ; 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.6"; 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 --enablerepo=powertools ca-certificates e2fsprogs ceph-common-17.2.6 ceph-mon-17.2.6 ceph-osd-17.2.6 cephfs-top-17.2.6 ceph-mds-17.2.6 cephfs-mirror-17.2.6 rbd-mirror-17.2.6 ceph-mgr-17.2.6 ceph-mgr-cephadm-17.2.6 ceph-mgr-dashboard-17.2.6 ceph-mgr-diskprediction-local-17.2.6 ceph-mgr-k8sevents-17.2.6 ceph-mgr-rook-17.2.6 python3-saml ceph-grafana-dashboards-17.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev sg3_utils procps-ng hostname ceph-radosgw-17.2.6 libradosstriper1-17.2.6 gcc lua-devel luarocks nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace nfs-ganesha-rados-urls sssd-client dbus-daemon tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-17.2.6 rbd-nbd-17.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-17.2.6 python3-scikit-learn ceph-volume-17.2.6 ceph-exporter-17.2.6 && 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.6 ceph-mon-17.2.6 ceph-osd-17.2.6 cephfs-top-17.2.6 ceph-mds-17.2.6 cephfs-mirror-17.2.6 rbd-mirror-17.2.6 ceph-mgr-17.2.6 ceph-mgr-cephadm-17.2.6 ceph-mgr-dashboard-17.2.6 ceph-mgr-diskprediction-local-17.2.6 ceph-mgr-k8sevents-17.2.6 ceph-mgr-rook-17.2.6 python3-saml ceph-grafana-dashboards-17.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev sg3_utils procps-ng hostname ceph-radosgw-17.2.6 libradosstriper1-17.2.6 gcc lua-devel luarocks nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace nfs-ganesha-rados-urls sssd-client dbus-daemon tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-17.2.6 rbd-nbd-17.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-17.2.6 python3-scikit-learn ceph-volume-17.2.6 ceph-exporter-17.2.6 ) && 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.6 ceph-mon-17.2.6 ceph-osd-17.2.6 cephfs-top-17.2.6 ceph-mds-17.2.6 cephfs-mirror-17.2.6 rbd-mirror-17.2.6 ceph-mgr-17.2.6 ceph-mgr-cephadm-17.2.6 ceph-mgr-dashboard-17.2.6 ceph-mgr-diskprediction-local-17.2.6 ceph-mgr-k8sevents-17.2.6 ceph-mgr-rook-17.2.6 python3-saml ceph-grafana-dashboards-17.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev sg3_utils procps-ng hostname ceph-radosgw-17.2.6 libradosstriper1-17.2.6 gcc lua-devel luarocks nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace nfs-ganesha-rados-urls sssd-client dbus-daemon tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-17.2.6 rbd-nbd-17.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-17.2.6 python3-scikit-learn ceph-volume-17.2.6 ceph-exporter-17.2.6 && echo 'Packages verified successfully'
0.00B 2023-06-24 00:01:19 /bin/sh -c #(nop) EXPOSE 5000 6789 6800 6801 6802 6803 6804 6805 80
0.00B 2023-06-24 00:01:18 /bin/sh -c #(nop) ENV OSD_FLAVOR=default
0.00B 2023-06-24 00:01:16 /bin/sh -c #(nop) ENV CEPH_REF=quincy
0.00B 2023-06-24 00:01:15 /bin/sh -c #(nop) ENV CEPH_DEVEL=false
0.00B 2023-06-24 00:01:14 /bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-17.2.6
0.00B 2023-06-24 00:01:12 /bin/sh -c #(nop) ENV CEPH_VERSION=quincy
0.00B 2023-06-24 00:01:11 /bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-17.2.6
0.00B 2023-06-23 23:53:29 /bin/sh -c #(nop) LABEL GIT_CLEAN=True
0.00B 2023-06-23 23:53:27 /bin/sh -c #(nop) LABEL GIT_COMMIT=e0efdfe8a55d4257c30bd4991364ca6f2fc7e58e
0.00B 2023-06-23 23:53:26 /bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
0.00B 2023-06-23 23:53:25 /bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
0.00B 2023-06-23 23:53:24 /bin/sh -c #(nop) LABEL RELEASE=HEAD
0.00B 2023-06-23 23:53:22 /bin/sh -c #(nop) LABEL ceph=True
0.00B 2023-06-23 23:53:21 /bin/sh -c #(nop) LABEL maintainer=Guillaume Abrioux <gabrioux@redhat.com>
0.00B 2023-06-23 23:53:20 /bin/sh -c #(nop) ENV I_AM_IN_A_CONTAINER=1
218.09MB 2023-06-23 02:13:36 /bin/sh -c #(nop) CMD ["/bin/bash"]
0.00B 2023-06-23 02:13:32 /bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 8 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20230622"
0.00B 2023-06-23 02:13:32 /bin/sh -c #(nop) ADD file:992d389e266aeca7f657f55c8f2a989a11fd1e124b5701bd0e7049765daefe7c in /

镜像信息

{
    "Id": "sha256:274ed137a62cc74e33adbe15f32f6ade842e10f8265901f4e197ce4587436781",
    "RepoTags": [
        "quay.io/cephcsi/cephcsi:v3.9.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.9.0"
    ],
    "RepoDigests": [
        "quay.io/cephcsi/cephcsi@sha256:debb3cd1761883cf201e134de80035cfea264f8e52db4f9b8e3e44d04a975a05",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi@sha256:e334b4b76bc10bf953f2288241bef1af1be3827008772093dea08594e36f2c7a"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2023-07-06T08:16:13.697972628Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "20.10.25+azure-2",
    "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=quincy",
            "CEPH_POINT_RELEASE=-17.2.6",
            "CEPH_DEVEL=false",
            "CEPH_REF=quincy",
            "OSD_FLAVOR=default"
        ],
        "Cmd": null,
        "Image": "sha256:c2762e73acc43b952321586d5ff46aaa11ec357fcaed59c9596b49fb8f9b1c0a",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/usr/local/bin/cephcsi"
        ],
        "OnBuild": null,
        "Labels": {
            "CEPH_POINT_RELEASE": "-17.2.6",
            "GIT_BRANCH": "HEAD",
            "GIT_CLEAN": "True",
            "GIT_COMMIT": "e0efdfe8a55d4257c30bd4991364ca6f2fc7e58e",
            "GIT_REPO": "https://github.com/ceph/ceph-container.git",
            "RELEASE": "HEAD",
            "architecture": "",
            "ceph": "True",
            "description": "Ceph-CSI Plugin",
            "io.buildah.version": "1.19.8",
            "maintainer": "Guillaume Abrioux \u003cgabrioux@redhat.com\u003e",
            "maintainers": "Ceph-CSI Authors",
            "org.label-schema.build-date": "20230622",
            "org.label-schema.license": "GPLv2",
            "org.label-schema.name": "CentOS Stream 8 Base Image",
            "org.label-schema.schema-version": "1.0",
            "org.label-schema.vendor": "CentOS",
            "version": ""
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1574698515,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d1b7a2aa1ea4a865ac33e1fd70cdec0e0661d196ffba771d5333e4564467a68b/diff:/var/lib/docker/overlay2/14d91d20faded8babd45cb65c9db15090ad466c9707de6484422a1f02f456a49/diff:/var/lib/docker/overlay2/ea9cdbabffb7facb40281696f4cb3c1d7b6ed88db5e2379289138b771c9c1bc5/diff:/var/lib/docker/overlay2/9a795b6554455935d10761fb0868564d65b8902ce7044d803349198d9c57b4c6/diff",
            "MergedDir": "/var/lib/docker/overlay2/59f5faf93985b562886ad5c3ac3b6017eec0931eb094f7c006a4b07316e36f3b/merged",
            "UpperDir": "/var/lib/docker/overlay2/59f5faf93985b562886ad5c3ac3b6017eec0931eb094f7c006a4b07316e36f3b/diff",
            "WorkDir": "/var/lib/docker/overlay2/59f5faf93985b562886ad5c3ac3b6017eec0931eb094f7c006a4b07316e36f3b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:5a693a58fa854aa433a7ccf9d20f46398f92a2557f8fd330d482aaaa00be2ed2",
            "sha256:ea9c53a6dd25037502ab4f4803970477750c5422e468af63a01d3b5cd6f5fa03",
            "sha256:9b9f07f4b25258a375f8b56c5f9c6703b4e1dc36bf3556b501449d61efebe34f",
            "sha256:810564350870ca00686c14dc407e49d4a3e4a62b3b15521b89fc8c08d6638694",
            "sha256:888fa1555446ba4205ad2e2547056c896c0c4611b9eb3e9b4f9e858150db1798"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-07-02T16:30:21.008196818+08:00"
    }
}

更多版本