docker.io/rook/ceph:v1.12.8 linux/amd64

docker.io/rook/ceph:v1.12.8 - 国内下载镜像源 浏览次数:24
ROCKSDB存储引擎
源镜像 docker.io/rook/ceph:v1.12.8
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.12.8
镜像ID sha256:b506ecb8498a26e4caf9435d1634a042b482979e64e7ced86e5bcc4d5a002681
镜像TAG v1.12.8
大小 1.28GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /usr/local/bin/rook
工作目录
OS/平台 linux/amd64
浏览量 24 次
贡献者 da******g@sohu.com
镜像创建 2023-11-16T20:22:51.874121616Z
同步时间 2024-09-06 14:31
更新时间 2024-09-19 14:57
开放端口
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 2c79d0ad45b0cdb5c50bdea04a588732463ea742: GIT_COMMIT https://github.com/ceph/ceph-container.git: GIT_REPO HEAD: RELEASE True: ceph 1.19.8: io.buildah.version Guillaume Abrioux <gabrioux@redhat.com>: maintainer 20230315: 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

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

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.12.8
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.12.8  docker.io/rook/ceph:v1.12.8

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.12.8
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.12.8  docker.io/rook/ceph:v1.12.8

Shell快速替换命令

sed -i 's#rook/ceph:v1.12.8#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.12.8#' deployment.yaml

镜像历史

大小 创建时间 层信息
0.00B 2023-11-17 04:22:51 CMD [""]
0.00B 2023-11-17 04:22:51 ENTRYPOINT ["/usr/local/bin/rook"]
0.00B 2023-11-17 04:22:51 USER 2016
6.55KB 2023-11-17 04:22:51 RUN |2 S5CMD_VERSION=2.2.1 S5CMD_ARCH=Linux-64bit /bin/sh -c useradd rook -u 2016 # 2016 is the UID of the rook user and also the year of the first commit in the project # buildkit
620.24KB 2023-11-17 04:22:51 COPY ceph-csv-templates /etc/ceph-csv-templates # buildkit
187.08KB 2023-11-17 04:22:51 COPY rook-external /etc/rook-external/ # buildkit
47.32KB 2023-11-17 04:22:51 COPY ceph-monitoring /etc/ceph-monitoring # buildkit
60.06MB 2023-11-17 04:22:51 COPY rook toolbox.sh set-ceph-debug-level /usr/local/bin/ # buildkit
15.54MB 2023-11-17 04:22:51 RUN |2 S5CMD_VERSION=2.2.1 S5CMD_ARCH=Linux-64bit /bin/sh -c curl --fail -sSL -o /s5cmd.tar.gz https://github.com/peak/s5cmd/releases/download/v${S5CMD_VERSION}/s5cmd_${S5CMD_VERSION}_${S5CMD_ARCH}.tar.gz && mkdir /s5cmd && tar xf /s5cmd.tar.gz -C /s5cmd && install /s5cmd/s5cmd /usr/local/bin/s5cmd && rm -rf /s5cmd.tar.gz /s5cmd # buildkit
38.01MB 2023-11-17 04:22:50 RUN |2 S5CMD_VERSION=2.2.1 S5CMD_ARCH=Linux-64bit /bin/sh -c dnf install -y --setopt=install_weak_deps=False iproute && dnf clean all # buildkit
0.00B 2023-11-17 04:22:50 ARG S5CMD_ARCH
0.00B 2023-11-17 04:22:50 ARG S5CMD_VERSION
947.16MB 2023-04-10 23:03:37 /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}" == 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.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 ca-certificates e2fsprogs ceph-common-17.2.6 ceph-mon-17.2.6 ceph-osd-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 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 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 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 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 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-04-10 22:57:29 /bin/sh -c #(nop) EXPOSE 5000 6789 6800 6801 6802 6803 6804 6805 80
0.00B 2023-04-10 22:57:28 /bin/sh -c #(nop) ENV OSD_FLAVOR=default
0.00B 2023-04-10 22:57:27 /bin/sh -c #(nop) ENV CEPH_REF=quincy
0.00B 2023-04-10 22:57:25 /bin/sh -c #(nop) ENV CEPH_DEVEL=false
0.00B 2023-04-10 22:57:24 /bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-17.2.6
0.00B 2023-04-10 22:57:22 /bin/sh -c #(nop) ENV CEPH_VERSION=quincy
0.00B 2023-04-10 22:57:21 /bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-17.2.6
0.00B 2023-04-10 22:57:20 /bin/sh -c #(nop) LABEL GIT_CLEAN=True
0.00B 2023-04-10 22:57:18 /bin/sh -c #(nop) LABEL GIT_COMMIT=2c79d0ad45b0cdb5c50bdea04a588732463ea742
0.00B 2023-04-10 22:57:17 /bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
0.00B 2023-04-10 22:57:16 /bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
0.00B 2023-04-10 22:57:15 /bin/sh -c #(nop) LABEL RELEASE=HEAD
0.00B 2023-04-10 22:57:13 /bin/sh -c #(nop) LABEL ceph=True
0.00B 2023-04-10 22:57:12 /bin/sh -c #(nop) LABEL maintainer=Guillaume Abrioux <gabrioux@redhat.com>
0.00B 2023-04-10 22:57:10 /bin/sh -c #(nop) ENV I_AM_IN_A_CONTAINER=1
217.53MB 2023-03-16 00:01:37 /bin/sh -c #(nop) CMD ["/bin/bash"]
0.00B 2023-03-16 00:01:34 /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="20230315"
0.00B 2023-03-16 00:01:34 /bin/sh -c #(nop) ADD file:4fabacced5fc6f135bb66ce3d1c80fabecb6b062ae251b5bad7c27f8fc916fe6 in /

镜像信息

{
    "Id": "sha256:b506ecb8498a26e4caf9435d1634a042b482979e64e7ced86e5bcc4d5a002681",
    "RepoTags": [
        "rook/ceph:v1.12.8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.12.8"
    ],
    "RepoDigests": [
        "rook/ceph@sha256:da6a93f235b59597766224e544187189ae5a35f4a40232a625066b7a0b2da16e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph@sha256:5e3ef163c7707aaeb9e9740c58aa25d4c7ba7257f671aac821b54fc25290a797"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-11-16T20:22:51.874121616Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "2016",
        "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": [
            ""
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/usr/local/bin/rook"
        ],
        "OnBuild": null,
        "Labels": {
            "CEPH_POINT_RELEASE": "-17.2.6",
            "GIT_BRANCH": "HEAD",
            "GIT_CLEAN": "True",
            "GIT_COMMIT": "2c79d0ad45b0cdb5c50bdea04a588732463ea742",
            "GIT_REPO": "https://github.com/ceph/ceph-container.git",
            "RELEASE": "HEAD",
            "ceph": "True",
            "io.buildah.version": "1.19.8",
            "maintainer": "Guillaume Abrioux \u003cgabrioux@redhat.com\u003e",
            "org.label-schema.build-date": "20230315",
            "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"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1279156006,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/95ded432263b74753db6e06f95769f9f5b4090821b3325459b7e83478e83d33d/diff:/var/lib/docker/overlay2/58c2c4043446cc6e339b20a20f73483e5a18562e5845bfb8226d933479de0298/diff:/var/lib/docker/overlay2/2c9f21bc0532a9da0d68fb767d3a7bfe7298f263468756c854cf496d38fd1e0c/diff:/var/lib/docker/overlay2/23b101fb64f47534f3258698317702c078c4f2b27a7e719c90b89777d5c6a02c/diff:/var/lib/docker/overlay2/f26a33fb2f033d5e25a6396a1e26c69b296553f7359132c23569c09e0e548bff/diff:/var/lib/docker/overlay2/a2d91d8cf289a00bb75f196adf9e827792e63cff1a839a9eb7683cc832294978/diff:/var/lib/docker/overlay2/e7225f8ee93ec44e10ccb317140033965df304533a31f892254c1763a11ea36b/diff:/var/lib/docker/overlay2/16590ed34de1a1dafcbb35c9cb2126224b3c1adc24705ac24b7b7e087ca204f7/diff",
            "MergedDir": "/var/lib/docker/overlay2/2c8d235bdb73717877bd8bea463b7b806953144cbe12f979fea1b3fe6b2db7ba/merged",
            "UpperDir": "/var/lib/docker/overlay2/2c8d235bdb73717877bd8bea463b7b806953144cbe12f979fea1b3fe6b2db7ba/diff",
            "WorkDir": "/var/lib/docker/overlay2/2c8d235bdb73717877bd8bea463b7b806953144cbe12f979fea1b3fe6b2db7ba/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:c05aa1639f8a741e116bbf57cb98d5bf788ed3694fda178586ed32f5e6f47ee1",
            "sha256:98803a1810844cfc2711dbb49c26228f160f8e7e823a78be3d026808e28fe263",
            "sha256:a22e10fbac734267eb1ba34b0e8d5ab33b7be54a3ed8bebf1fab7802c5dd1462",
            "sha256:6d44dd22b7625a944afd97b0cd4d36dea58e43da17c3c6608d47f9f37fe1df0f",
            "sha256:7964c29e0538e579a243e133e109dd3c63e0012cabc83ebf74049d2315283fe2",
            "sha256:8dae8f0c61a1382886c3b6941c7aa0a37a8fa24872d796b531be9e4e8cbd6858",
            "sha256:fce9e1d4bcd68aade9085e1d80c972171ad7ddc36177952c6216fbaf2cb710dc",
            "sha256:cf4771320af7b73a33f45d62c400ff8db43e0d95c52d2501db96ba1d51e639fd",
            "sha256:25a0b3f30e5c913454c07d8aab746c5b5b8a3376a07bd2b03797cfe83380634f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-09-06T14:30:02.972287733+08:00"
    }
}

更多版本