镜像构建历史
# 2022-09-28 03:28:54 0.00B
/bin/sh -c #(nop) CMD [""]
# 2022-09-28 03:28:53 0.00B
/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/rook"]
# 2022-09-28 03:28:51 0.00B
/bin/sh -c #(nop) USER 2016
# 2022-09-28 03:28:50 6.75KB
|2 S5CMD_ARCH=Linux-64bit S5CMD_VERSION=1.4.0 /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
# 2022-09-28 03:28:49 806.93KB
/bin/sh -c #(nop) COPY dir:d2747c78b57c6c1b6eb78d01c02922cef15a37ec412c77b7f3d27eac58478bec in /etc/ceph-csv-templates
# 2022-09-28 03:28:47 175.82KB
/bin/sh -c #(nop) COPY dir:cfdcf05893dc13dda473f9d0ae0901de7715ad5181204702065e9722f358212e in /etc/rook-external/
# 2022-09-28 03:28:46 48.46KB
/bin/sh -c #(nop) COPY dir:9ce247e1814405a4ddd8efc0e11c68e13ddb5e74217492f81f965582448514ae in /etc/ceph-monitoring
# 2022-09-28 03:28:45 51.70MB
/bin/sh -c #(nop) COPY multi:2662f34d87eadef99d6cfdd4ee72cd6952285ee682ddf5e11141e66921002500 in /usr/local/bin/
# 2022-09-28 03:28:43 12.21MB
|2 S5CMD_ARCH=Linux-64bit S5CMD_VERSION=1.4.0 /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
# 2022-09-28 03:28:41 0.00B
/bin/sh -c #(nop) ARG S5CMD_ARCH
# 2022-09-28 03:28:40 0.00B
/bin/sh -c #(nop) ARG S5CMD_VERSION
# 2022-08-05 00:09:31 942.19MB
/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 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" -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.3"; if [[ -n "-17.2.3" ]]; then CPR=-17.2.3 ; 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.3"; 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.3 ceph-mon-17.2.3 ceph-osd-17.2.3 ceph-mds-17.2.3 cephfs-mirror-17.2.3 rbd-mirror-17.2.3 ceph-mgr-17.2.3 ceph-mgr-cephadm-17.2.3 ceph-mgr-dashboard-17.2.3 ceph-mgr-diskprediction-local-17.2.3 ceph-mgr-k8sevents-17.2.3 ceph-mgr-rook-17.2.3 python3-saml ceph-grafana-dashboards-17.2.3 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev procps-ng hostname ceph-radosgw-17.2.3 libradosstriper1-17.2.3 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.3 rbd-nbd-17.2.3 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-17.2.3 python3-scikit-learn ceph-volume-17.2.3 && 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.3 ceph-mon-17.2.3 ceph-osd-17.2.3 ceph-mds-17.2.3 cephfs-mirror-17.2.3 rbd-mirror-17.2.3 ceph-mgr-17.2.3 ceph-mgr-cephadm-17.2.3 ceph-mgr-dashboard-17.2.3 ceph-mgr-diskprediction-local-17.2.3 ceph-mgr-k8sevents-17.2.3 ceph-mgr-rook-17.2.3 python3-saml ceph-grafana-dashboards-17.2.3 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev procps-ng hostname ceph-radosgw-17.2.3 libradosstriper1-17.2.3 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.3 rbd-nbd-17.2.3 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-17.2.3 python3-scikit-learn ceph-volume-17.2.3 ) && 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.3 ceph-mon-17.2.3 ceph-osd-17.2.3 ceph-mds-17.2.3 cephfs-mirror-17.2.3 rbd-mirror-17.2.3 ceph-mgr-17.2.3 ceph-mgr-cephadm-17.2.3 ceph-mgr-dashboard-17.2.3 ceph-mgr-diskprediction-local-17.2.3 ceph-mgr-k8sevents-17.2.3 ceph-mgr-rook-17.2.3 python3-saml ceph-grafana-dashboards-17.2.3 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev procps-ng hostname ceph-radosgw-17.2.3 libradosstriper1-17.2.3 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.3 rbd-nbd-17.2.3 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-17.2.3 python3-scikit-learn ceph-volume-17.2.3 && echo 'Packages verified successfully'
# 2022-08-05 00:05:26 0.00B
/bin/sh -c #(nop) ENV OSD_FLAVOR=default
# 2022-08-05 00:05:25 0.00B
/bin/sh -c #(nop) ENV CEPH_REF=quincy
# 2022-08-05 00:05:24 0.00B
/bin/sh -c #(nop) ENV CEPH_DEVEL=false
# 2022-08-05 00:05:22 0.00B
/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-17.2.3
# 2022-08-05 00:05:21 0.00B
/bin/sh -c #(nop) ENV CEPH_VERSION=quincy
# 2022-08-05 00:05:20 0.00B
/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-17.2.3
# 2022-08-04 23:52:34 0.00B
/bin/sh -c #(nop) LABEL GIT_CLEAN=True
# 2022-08-04 23:52:33 0.00B
/bin/sh -c #(nop) LABEL GIT_COMMIT=3ba0f095be759493a04a571a28c5ba53112cd5d3
# 2022-08-04 23:52:32 0.00B
/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
# 2022-08-04 23:52:30 0.00B
/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
# 2022-08-04 23:52:29 0.00B
/bin/sh -c #(nop) LABEL RELEASE=HEAD
# 2022-08-04 23:52:28 0.00B
/bin/sh -c #(nop) LABEL ceph=True
# 2022-08-04 23:52:26 0.00B
/bin/sh -c #(nop) LABEL maintainer=Guillaume Abrioux <gabrioux@redhat.com>
# 2022-08-04 23:52:25 0.00B
/bin/sh -c #(nop) ENV I_AM_IN_A_CONTAINER=1
# 2022-08-04 23:35:30 144.62MB
/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
# 2022-08-04 23:34:55 45.79MB
/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
# 2022-08-04 23:34:48 0.00B
/bin/sh -c #(nop) LABEL io.openshift.tags="base centos centos-stream"
# 2022-08-04 23:34:48 0.00B
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
# 2022-08-04 23:34:48 0.00B
/bin/sh -c #(nop) LABEL io.k8s.display-name="CentOS Stream 8"
# 2022-08-04 23:34:48 0.00B
/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"
# 2022-08-04 23:34:47 0.00B
/bin/sh -c #(nop) LABEL summary="Provides a CentOS Stream container based on the Red Hat Universal Base Image"
# 2022-08-04 23:34:47 0.00B
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://centos.org/legal/licensing-policy/"
# 2022-08-04 23:34:47 0.00B
/bin/sh -c #(nop) LABEL com.redhat.component="centos-stream-container" name="centos-stream" version="8"
# 2022-08-04 23:34:47 0.00B
/bin/sh -c #(nop) LABEL maintainer="The CentOS Project"
# 2022-07-26 20:34:36 4.72KB
# 2022-07-26 20:34:23 206.60MB
镜像信息
{
"Id": "sha256:daa33b7fe8606dc74f8c33044113992f9518551a493caeb724c891c13c52b523",
"RepoTags": [
"rook/ceph:v1.10.2",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.10.2"
],
"RepoDigests": [
"rook/ceph@sha256:5f93a1ae5f05683dab2eb3e9965c2d8c99f0bffed3bcfe7a5965ce69ebed17ac",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph@sha256:e38dad73264459493dc0282002f87ea7f194f1131ba0900ac797ac2eea0fa4eb"
],
"Parent": "",
"Comment": "",
"Created": "2022-09-27T19:28:54.234875242Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "20.10.18+azure-1",
"Author": "",
"Config": {
"Hostname": "7323ecf6dc56",
"Domainname": "",
"User": "2016",
"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.3",
"CEPH_DEVEL=false",
"CEPH_REF=quincy",
"OSD_FLAVOR=default"
],
"Cmd": [
""
],
"Image": "sha256:00131a6f1ec76e7d3f11182b6db95257f2f5a0d31093611bd2422edc984b78b9",
"Volumes": {},
"WorkingDir": "",
"Entrypoint": [
"/usr/local/bin/rook"
],
"OnBuild": [],
"Labels": {
"CEPH_POINT_RELEASE": "-17.2.3",
"GIT_BRANCH": "HEAD",
"GIT_CLEAN": "True",
"GIT_COMMIT": "3ba0f095be759493a04a571a28c5ba53112cd5d3",
"GIT_REPO": "https://github.com/ceph/ceph-container.git",
"RELEASE": "HEAD",
"architecture": "x86_64",
"build-date": "2022-07-26T12:34:08.928083",
"ceph": "True",
"com.redhat.build-host": "cpt-1008.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": "903",
"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-903",
"vcs-ref": "f1ee6e37554363ec55e0035aba1a693d3627fdeb",
"vcs-type": "git",
"vendor": "Red Hat, Inc.",
"version": "8"
}
},
"Architecture": "amd64",
"Os": "linux",
"Size": 1404155172,
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/aed02db5932091d0218f791e68bf3d8174f3f37ea5c97dac98c042ab4bbc0540/diff:/var/lib/docker/overlay2/cc9b39eda6b2e51f4be6ee12c322c902d1fae97539a94581f0ada8b6cfd7e373/diff:/var/lib/docker/overlay2/1ba08574d5eeb9a881b070ef97ed0c9bdbb549f8b794bf16083edcd6df92a85e/diff:/var/lib/docker/overlay2/541d4805cd7f11b4db363063fffe3b1c0cd0acc47c432f960eee85f1cbb2a0fe/diff:/var/lib/docker/overlay2/0e8c62953f18bbf0a6fd00ea01fb856f4141d182b4aabdca07b890b6342bb5c0/diff:/var/lib/docker/overlay2/48ac8084f9db113a62fb521a24902c08983909e8150d7cf58d138b8563067d05/diff:/var/lib/docker/overlay2/62a780559acacb91cb00a0a4f2b09e731d02eec3bfe40f7828ee5ee315769be6/diff:/var/lib/docker/overlay2/a7e4e4b102c5b8491bf7a1a32a3153f538b647d7fea01344a29f11640459eae8/diff:/var/lib/docker/overlay2/1d7acc4a5dc6fc57f2a74d9a8af1b22e15befe9fff0c5eb0450c1ad831db790c/diff:/var/lib/docker/overlay2/2293d567e77176768291ab751bb0b9515bc42c5ae436f2394262a35d1a39f588/diff",
"MergedDir": "/var/lib/docker/overlay2/a622ef95f9150ac374329259a29ef3b81c6f53f768c131c7e482fd57fc39326c/merged",
"UpperDir": "/var/lib/docker/overlay2/a622ef95f9150ac374329259a29ef3b81c6f53f768c131c7e482fd57fc39326c/diff",
"WorkDir": "/var/lib/docker/overlay2/a622ef95f9150ac374329259a29ef3b81c6f53f768c131c7e482fd57fc39326c/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:5966005eac8d0b52bf676cd20f1ffb3435fe4d8245a3afadcd27b0b9e07c096b",
"sha256:9936c6aaa811c2084fe2c1034e24cbecc3d3ac8db8fe987395723b19c678655b",
"sha256:4f77fe8574f420e02173fc030a1a686682a40f6b6a23e180bf3133bcce529293",
"sha256:dd44da1818c3d6eb7b031b0d48a4ce0ed29e00cb1c9ae1e5d6eaa8b8b8c0ba95",
"sha256:7c6e12c87d521af07c0c677a99ea6d7c9c09f2f02520c7727560c828db9867ac",
"sha256:ba505e8aa66478ad7e684b63da27d0e9bc22994c913077bfafa893e786713e91",
"sha256:6a6a4277f0cd6e3a2ca2e5ecc378abb0be5087b7d5e2836fe6bd779f31ce43b5",
"sha256:6b98f1c61dac733a41599a31d89866e96476fe6b63ea27f4b32476967ab4faa9",
"sha256:0cf6385a287e4c4b9a45bb06d8a155ae37ac9addf1ac28d6a19e841a2346b93a",
"sha256:ec732fed45b9b142913f0c29106d3796df360bad0fc08cb27c40b50c9ce492fc",
"sha256:46d28530fff045198f716bf04e7bfd8270843305c883ff600b8403d2df149638"
]
},
"Metadata": {
"LastTagTime": "2025-12-05T14:02:33.327228601+08:00"
}
}