镜像构建历史
# 2022-11-04 05:14:36 0.00B
/bin/sh -c #(nop) CMD [""]
# 2022-11-04 05:14:35 0.00B
/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/rook"]
# 2022-11-04 05:14:34 0.00B
/bin/sh -c #(nop) USER 2016
# 2022-11-04 05:14:33 6.55KB
|2 S5CMD_ARCH=Linux-64bit S5CMD_VERSION=2.0.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-11-04 05:14:32 654.52KB
/bin/sh -c #(nop) COPY dir:a4157295cc7f4a7b0523077a4a9d61fb944e342a750ef24a3d242e0e11e62744 in /etc/ceph-csv-templates
# 2022-11-04 05:14:31 174.38KB
/bin/sh -c #(nop) COPY dir:ff31352c5ad1fb09fdd15f5ed6e813792fe91d823b14d289024f8442a0998111 in /etc/rook-external/
# 2022-11-04 05:14:29 48.46KB
/bin/sh -c #(nop) COPY dir:9ce247e1814405a4ddd8efc0e11c68e13ddb5e74217492f81f965582448514ae in /etc/ceph-monitoring
# 2022-11-04 05:14:28 49.84MB
/bin/sh -c #(nop) COPY multi:04628ac60d7db60bcd89ff8f4d1d3a3304790966a1849423793726a50fd7e3a6 in /usr/local/bin/
# 2022-11-04 05:14:27 12.42MB
|2 S5CMD_ARCH=Linux-64bit S5CMD_VERSION=2.0.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-11-04 05:14:25 0.00B
/bin/sh -c #(nop) ARG S5CMD_ARCH
# 2022-11-04 05:14:24 0.00B
/bin/sh -c #(nop) ARG S5CMD_VERSION
# 2022-07-22 07:59:48 928.85MB
/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-16.2.10"; if [[ -n "-16.2.10" ]]; then CPR=-16.2.10 ; 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.10"; 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.10 ceph-mon-16.2.10 ceph-osd-16.2.10 ceph-mds-16.2.10 cephfs-mirror-16.2.10 rbd-mirror-16.2.10 ceph-mgr-16.2.10 ceph-mgr-cephadm-16.2.10 ceph-mgr-dashboard-16.2.10 ceph-mgr-diskprediction-local-16.2.10 ceph-mgr-k8sevents-16.2.10 ceph-mgr-rook-16.2.10 python3-saml ceph-grafana-dashboards-16.2.10 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev procps-ng hostname ceph-radosgw-16.2.10 libradosstriper1-16.2.10 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.10 rbd-nbd-16.2.10 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.10 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.10 ceph-mon-16.2.10 ceph-osd-16.2.10 ceph-mds-16.2.10 cephfs-mirror-16.2.10 rbd-mirror-16.2.10 ceph-mgr-16.2.10 ceph-mgr-cephadm-16.2.10 ceph-mgr-dashboard-16.2.10 ceph-mgr-diskprediction-local-16.2.10 ceph-mgr-k8sevents-16.2.10 ceph-mgr-rook-16.2.10 python3-saml ceph-grafana-dashboards-16.2.10 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev procps-ng hostname ceph-radosgw-16.2.10 libradosstriper1-16.2.10 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.10 rbd-nbd-16.2.10 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.10 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 && 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-16.2.10 ceph-mon-16.2.10 ceph-osd-16.2.10 ceph-mds-16.2.10 cephfs-mirror-16.2.10 rbd-mirror-16.2.10 ceph-mgr-16.2.10 ceph-mgr-cephadm-16.2.10 ceph-mgr-dashboard-16.2.10 ceph-mgr-diskprediction-local-16.2.10 ceph-mgr-k8sevents-16.2.10 ceph-mgr-rook-16.2.10 python3-saml ceph-grafana-dashboards-16.2.10 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev procps-ng hostname ceph-radosgw-16.2.10 libradosstriper1-16.2.10 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.10 rbd-nbd-16.2.10 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.10 python3-scikit-learn && echo 'Packages verified successfully'
# 2022-07-22 07:54:46 0.00B
/bin/sh -c #(nop) ENV OSD_FLAVOR=default
# 2022-07-22 07:54:45 0.00B
/bin/sh -c #(nop) ENV CEPH_REF=pacific
# 2022-07-22 07:54:44 0.00B
/bin/sh -c #(nop) ENV CEPH_DEVEL=false
# 2022-07-22 07:54:42 0.00B
/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-16.2.10
# 2022-07-22 07:54:41 0.00B
/bin/sh -c #(nop) ENV CEPH_VERSION=pacific
# 2022-07-22 07:54:40 0.00B
/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-16.2.10
# 2022-07-22 07:54:38 0.00B
/bin/sh -c #(nop) LABEL GIT_CLEAN=True
# 2022-07-22 07:54:37 0.00B
/bin/sh -c #(nop) LABEL GIT_COMMIT=3841d7af02bc62228e656b26b458ab5787cf25e5
# 2022-07-22 07:54:35 0.00B
/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
# 2022-07-22 07:54:34 0.00B
/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
# 2022-07-22 07:54:33 0.00B
/bin/sh -c #(nop) LABEL RELEASE=HEAD
# 2022-07-22 07:54:31 0.00B
/bin/sh -c #(nop) LABEL ceph=True
# 2022-07-22 07:54:30 0.00B
/bin/sh -c #(nop) LABEL maintainer=Guillaume Abrioux <gabrioux@redhat.com>
# 2022-07-22 07:54:29 0.00B
/bin/sh -c #(nop) ENV I_AM_IN_A_CONTAINER=1
# 2022-06-10 23:45:53 88.97MB
/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-06-10 23:45:24 42.95MB
/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-06-10 23:45:16 0.00B
/bin/sh -c #(nop) LABEL io.openshift.tags="base centos centos-stream"
# 2022-06-10 23:45:16 0.00B
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
# 2022-06-10 23:45:16 0.00B
/bin/sh -c #(nop) LABEL io.k8s.display-name="CentOS Stream 8"
# 2022-06-10 23:45:16 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-06-10 23:45:16 0.00B
/bin/sh -c #(nop) LABEL summary="Provides a CentOS Stream container based on the Red Hat Universal Base Image"
# 2022-06-10 23:45:16 0.00B
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://centos.org/legal/licensing-policy/"
# 2022-06-10 23:45:16 0.00B
/bin/sh -c #(nop) LABEL com.redhat.component="centos-stream-container" name="centos-stream" version="8"
# 2022-06-10 23:45:16 0.00B
/bin/sh -c #(nop) LABEL maintainer="The CentOS Project"
# 2022-05-03 16:39:27 4.72KB
# 2022-05-03 16:38:31 206.60MB
镜像信息
{
"Id": "sha256:f34b71cadf9d56eee2005c8b8761d3fb1916b73398b316a8dfcd0dc9f1f6ad2d",
"RepoTags": [
"rook/ceph:v1.9.13",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.9.13"
],
"RepoDigests": [
"rook/ceph@sha256:a124288dcc331b7cda56ada5a8f0a8c4d46d4ca2af224cdcd18a20b63bceeb2b",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph@sha256:3a597b8ce83158bfa6f077e9152914c44c76ce54b9ecc1030d7aa00835015699"
],
"Parent": "",
"Comment": "",
"Created": "2022-11-03T21:14:36.694484265Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "20.10.20+azure-1",
"Author": "",
"Config": {
"Hostname": "d300d7450dc1",
"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=pacific",
"CEPH_POINT_RELEASE=-16.2.10",
"CEPH_DEVEL=false",
"CEPH_REF=pacific",
"OSD_FLAVOR=default"
],
"Cmd": [
""
],
"Image": "sha256:70cc7a4b5c7c10797939779f9938145175aa4996c00f7d8f6cc566ad35a4f18e",
"Volumes": {},
"WorkingDir": "",
"Entrypoint": [
"/usr/local/bin/rook"
],
"OnBuild": [],
"Labels": {
"CEPH_POINT_RELEASE": "-16.2.10",
"GIT_BRANCH": "HEAD",
"GIT_CLEAN": "True",
"GIT_COMMIT": "3841d7af02bc62228e656b26b458ab5787cf25e5",
"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": 1330512219,
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/5275c7c34d6ced82754730e6e8a4c9f411ab01a3c83ac7428ddd25a68cb33a10/diff:/var/lib/docker/overlay2/0d7c0491a193b68591f22d2ecee683f2ac5e400ad92b13665f8aeca3ad1faf7b/diff:/var/lib/docker/overlay2/2b344e9a87ad19707ee466587bb78d899aef745066a1d0b1aefb62836502e45a/diff:/var/lib/docker/overlay2/e9ac20b5091fc8f3d2b14620ac4a6c4dcc77c67a6d3ef552a0da0d6e88a3e502/diff:/var/lib/docker/overlay2/40722d4b02a4705fb429d126de33ef6686388f888bd4d2ce47c9c7c99de002ca/diff:/var/lib/docker/overlay2/5abf48e11f1093af966485c777f658cbbb95e1201944cb67a31219846f0875c6/diff:/var/lib/docker/overlay2/2590c304c22f2fe2a39c731ea7a3944ea7355193e85f607f20f17f27c32d01d6/diff:/var/lib/docker/overlay2/ba318e14d3fe8af1a09e7314373e8085d1b63683ad4f107a8f3f65923b31578b/diff:/var/lib/docker/overlay2/feceedc9e4e72a2390e0fef65ce59bb3f18fd0c01397914cbb0bd4814a8f34da/diff:/var/lib/docker/overlay2/1500ce049aac62bec222ed25b052ea2b411392455c7ac4f608eeb9e37cf7fba1/diff",
"MergedDir": "/var/lib/docker/overlay2/2143cf9bb85bac52d826699ab22a347dee091cf22c88157b5066f0a4a4380044/merged",
"UpperDir": "/var/lib/docker/overlay2/2143cf9bb85bac52d826699ab22a347dee091cf22c88157b5066f0a4a4380044/diff",
"WorkDir": "/var/lib/docker/overlay2/2143cf9bb85bac52d826699ab22a347dee091cf22c88157b5066f0a4a4380044/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:5bf135c4a0de07e52c11282c0954e3e6b7c7ddc6c8834a7fd2803c3dc6a31a69",
"sha256:773711fd02f009e3bc5f9e2b1e859bf2103ba7318b3eb73390490afb3a3a8848",
"sha256:39f0f49cf7b6e61f58758cc17a5c945d0c72a3fc315c7dcb30cebc6da1600208",
"sha256:a18e420160cad9d812164ee67848b7c478282434edf97c79932e99ed992285b0",
"sha256:267b9ff8397bd6e2363354403e0c7f1c78c453a7598d5f8b2c09ac3a1f52c1ca",
"sha256:2371542e4d0efb057c395b4df7a2e01a9f0842016c1f0370a9157f42efc87b2d",
"sha256:f9ecec969bd5f2a58bbc1e1a4bcd1103889552260f6e1f71820396bfc15e93f0",
"sha256:498a961a6c9866a341c229096dcf6f460a7253e0f2b9fea5be8f62724aebb802",
"sha256:9055515f97fba17ecfec8ba88394db2875d08f4ce0e22d9475d821d212c27697",
"sha256:030b62b108912f6fd7c4d84a962ddfb5aaad96c1eccf1775fef347d03ccdf814",
"sha256:88de0b1cba6dfd4f9c52bdc396d157897a1b8721567a6e4b94e646f1ed0184c1"
]
},
"Metadata": {
"LastTagTime": "2025-07-27T15:47:31.834466902+08:00"
}
}