quay.io/ceph/ceph:v16.2.9 linux/amd64

quay.io/ceph/ceph:v16.2.9 - 国内下载镜像源 浏览次数:55

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

源镜像 quay.io/ceph/ceph:v16.2.9
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph:v16.2.9
镜像ID sha256:ddf53c254a5ddc37f74d44680f6ddf3b515604a488c6e1ea6efcd57f87c3dfa0
镜像TAG v16.2.9
大小 1.17GB
镜像源 quay.io
CMD /bin/bash
启动入口
工作目录
OS/平台 linux/amd64
浏览量 55 次
贡献者
镜像创建 2022-06-10T16:02:04.490918048Z
同步时间 2024-09-08 23:40
更新时间 2024-10-23 13:15
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci I_AM_IN_A_CONTAINER=1 CEPH_VERSION=pacific CEPH_POINT_RELEASE=-16.2.9 CEPH_DEVEL=false CEPH_REF=pacific OSD_FLAVOR=default
镜像标签
-16.2.9: CEPH_POINT_RELEASE HEAD: GIT_BRANCH True: GIT_CLEAN b613db0f44179c0940781c1c7fe04e1acb7093ac: GIT_COMMIT https://github.com/ceph/ceph-container.git: GIT_REPO HEAD: RELEASE x86_64: architecture 2022-05-03T08:36:31.336870: build-date True: ceph cpt-1002.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 754: 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-754: 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:v16.2.9
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph:v16.2.9  quay.io/ceph/ceph:v16.2.9

Containerd拉取命令

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

Shell快速替换命令

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

镜像历史

大小 创建时间 层信息
829.68MB 2022-06-11 00:02:04 /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 || "${CEPH_VERSION}" == main ]]; 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/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-16.2.9"; if [[ -n "-16.2.9" ]]; then CPR=-16.2.9 ; 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-16.2.9"; 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-16.2.9 ceph-mon-16.2.9 ceph-osd-16.2.9 ceph-mds-16.2.9 cephfs-mirror-16.2.9 rbd-mirror-16.2.9 ceph-mgr-16.2.9 ceph-mgr-cephadm-16.2.9 ceph-mgr-dashboard-16.2.9 ceph-mgr-diskprediction-local-16.2.9 ceph-mgr-k8sevents-16.2.9 ceph-mgr-rook-16.2.9 python3-saml ceph-grafana-dashboards-16.2.9 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev procps-ng hostname ceph-radosgw-16.2.9 libradosstriper1-16.2.9 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-16.2.9 rbd-nbd-16.2.9 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.9 python3-scikit-learn && 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-16.2.9 ceph-mon-16.2.9 ceph-osd-16.2.9 ceph-mds-16.2.9 cephfs-mirror-16.2.9 rbd-mirror-16.2.9 ceph-mgr-16.2.9 ceph-mgr-cephadm-16.2.9 ceph-mgr-dashboard-16.2.9 ceph-mgr-diskprediction-local-16.2.9 ceph-mgr-k8sevents-16.2.9 ceph-mgr-rook-16.2.9 python3-saml ceph-grafana-dashboards-16.2.9 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev procps-ng hostname ceph-radosgw-16.2.9 libradosstriper1-16.2.9 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-16.2.9 rbd-nbd-16.2.9 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.9 python3-scikit-learn ) && 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-16.2.9 ceph-mon-16.2.9 ceph-osd-16.2.9 ceph-mds-16.2.9 cephfs-mirror-16.2.9 rbd-mirror-16.2.9 ceph-mgr-16.2.9 ceph-mgr-cephadm-16.2.9 ceph-mgr-dashboard-16.2.9 ceph-mgr-diskprediction-local-16.2.9 ceph-mgr-k8sevents-16.2.9 ceph-mgr-rook-16.2.9 python3-saml ceph-grafana-dashboards-16.2.9 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev procps-ng hostname ceph-radosgw-16.2.9 libradosstriper1-16.2.9 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-16.2.9 rbd-nbd-16.2.9 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.9 python3-scikit-learn && echo 'Packages verified successfully'
0.00B 2022-06-10 23:58:07 /bin/sh -c #(nop) ENV OSD_FLAVOR=default
0.00B 2022-06-10 23:58:06 /bin/sh -c #(nop) ENV CEPH_REF=pacific
0.00B 2022-06-10 23:58:04 /bin/sh -c #(nop) ENV CEPH_DEVEL=false
0.00B 2022-06-10 23:58:03 /bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-16.2.9
0.00B 2022-06-10 23:58:01 /bin/sh -c #(nop) ENV CEPH_VERSION=pacific
0.00B 2022-06-10 23:58:00 /bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-16.2.9
0.00B 2022-06-10 23:52:17 /bin/sh -c #(nop) LABEL GIT_CLEAN=True
0.00B 2022-06-10 23:52:15 /bin/sh -c #(nop) LABEL GIT_COMMIT=b613db0f44179c0940781c1c7fe04e1acb7093ac
0.00B 2022-06-10 23:52:14 /bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
0.00B 2022-06-10 23:52:13 /bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
0.00B 2022-06-10 23:52:12 /bin/sh -c #(nop) LABEL RELEASE=HEAD
0.00B 2022-06-10 23:52:10 /bin/sh -c #(nop) LABEL ceph=True
0.00B 2022-06-10 23:52:09 /bin/sh -c #(nop) LABEL maintainer=Guillaume Abrioux <gabrioux@redhat.com>
0.00B 2022-06-10 23:52:08 /bin/sh -c #(nop) ENV I_AM_IN_A_CONTAINER=1
88.97MB 2022-06-10 23:45:53 /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
42.95MB 2022-06-10 23:45:24 /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-06-10 23:45:16 /bin/sh -c #(nop) LABEL io.openshift.tags="base centos centos-stream"
0.00B 2022-06-10 23:45:16 /bin/sh -c #(nop) LABEL io.openshift.expose-services=""
0.00B 2022-06-10 23:45:16 /bin/sh -c #(nop) LABEL io.k8s.display-name="CentOS Stream 8"
0.00B 2022-06-10 23:45:16 /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-06-10 23:45:16 /bin/sh -c #(nop) LABEL summary="Provides a CentOS Stream container based on the Red Hat Universal Base Image"
0.00B 2022-06-10 23:45:16 /bin/sh -c #(nop) LABEL com.redhat.license_terms="https://centos.org/legal/licensing-policy/"
0.00B 2022-06-10 23:45:16 /bin/sh -c #(nop) LABEL com.redhat.component="centos-stream-container" name="centos-stream" version="8"
0.00B 2022-06-10 23:45:16 /bin/sh -c #(nop) LABEL maintainer="The CentOS Project"
4.72KB 2022-05-03 16:39:27
206.60MB 2022-05-03 16:38:31

镜像信息

{
    "Id": "sha256:ddf53c254a5ddc37f74d44680f6ddf3b515604a488c6e1ea6efcd57f87c3dfa0",
    "RepoTags": [
        "quay.io/ceph/ceph:v16.2.9",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph:v16.2.9"
    ],
    "RepoDigests": [
        "quay.io/ceph/ceph@sha256:5d3c9f239598e20a4ed9e08b8232ef653f5c3f32710007b4cabe4bd416bebe54",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/ceph/ceph@sha256:7755b8331bbe09ab31cbc7c02c096efdcd43377dcb041901990bd818db77aadf"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2022-06-10T16:02:04.490918048Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "20.10.7",
    "Author": "",
    "Config": {
        "Hostname": "d300d7450dc1",
        "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=pacific",
            "CEPH_POINT_RELEASE=-16.2.9",
            "CEPH_DEVEL=false",
            "CEPH_REF=pacific",
            "OSD_FLAVOR=default"
        ],
        "Cmd": [
            "/bin/bash"
        ],
        "ArgsEscaped": true,
        "Image": "sha256:79403f2bb78c21ffb2b6e8c392c2e58a0b2bda0977e4fc4d097b1385efacc5a1",
        "Volumes": {},
        "WorkingDir": "",
        "Entrypoint": [],
        "OnBuild": [],
        "Labels": {
            "CEPH_POINT_RELEASE": "-16.2.9",
            "GIT_BRANCH": "HEAD",
            "GIT_CLEAN": "True",
            "GIT_COMMIT": "b613db0f44179c0940781c1c7fe04e1acb7093ac",
            "GIT_REPO": "https://github.com/ceph/ceph-container.git",
            "RELEASE": "HEAD",
            "architecture": "x86_64",
            "build-date": "2022-05-03T08:36:31.336870",
            "ceph": "True",
            "com.redhat.build-host": "cpt-1002.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": "754",
            "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-754",
            "vcs-ref": "f1ee6e37554363ec55e0035aba1a693d3627fdeb",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1168210705,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f9b845a11d09981c927a3c4e23ecdfb9ca49b9fb892a2c64841a33f2486522b8/diff:/var/lib/docker/overlay2/23b1be5d51b317975a1836bb07bbaabf1f7d74dc7196def877b0f12ea0485264/diff:/var/lib/docker/overlay2/da2444155e0ef00c13eb6c1e4ea354a6620d439b17615b7b366d03c96678a115/diff:/var/lib/docker/overlay2/0de5d2d06224891a4dd0c36dd2de1aa07862b44a58759c8ae557abe0d14b8e10/diff",
            "MergedDir": "/var/lib/docker/overlay2/12c54f3e3de9ced977deaf0b608876d163af34b8bec4e5b0529033db06d3c6b3/merged",
            "UpperDir": "/var/lib/docker/overlay2/12c54f3e3de9ced977deaf0b608876d163af34b8bec4e5b0529033db06d3c6b3/diff",
            "WorkDir": "/var/lib/docker/overlay2/12c54f3e3de9ced977deaf0b608876d163af34b8bec4e5b0529033db06d3c6b3/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:5bf135c4a0de07e52c11282c0954e3e6b7c7ddc6c8834a7fd2803c3dc6a31a69",
            "sha256:773711fd02f009e3bc5f9e2b1e859bf2103ba7318b3eb73390490afb3a3a8848",
            "sha256:39f0f49cf7b6e61f58758cc17a5c945d0c72a3fc315c7dcb30cebc6da1600208",
            "sha256:a18e420160cad9d812164ee67848b7c478282434edf97c79932e99ed992285b0",
            "sha256:ac0c30d7c711014f0ffa7f67f6d5ae82d95679b304cf7de9b5b413936165d624"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-09-08T23:39:26.167043654+08:00"
    }
}

更多版本