镜像构建历史
# 2025-03-07 22:28:00 0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/cephcsi"]
# 2025-03-07 22:28:00 0.00B 执行命令并创建新的镜像层
RUN |1 SRC_DIR=/go/src/github.com/ceph/ceph-csi/ /bin/sh -c [ $(ldd /usr/local/bin/cephcsi | grep -c '=> not found') = '0' ] # buildkit
# 2025-03-07 22:27:59 85.89MB 复制新文件或目录到容器中
COPY /go/src/github.com/ceph/ceph-csi//_output/cephcsi /usr/local/bin/cephcsi # buildkit
# 2025-03-07 22:27:59 0.00B 添加元数据标签
LABEL maintainers=Ceph-CSI Authors version= architecture= description=Ceph-CSI Plugin
# 2025-03-07 22:27:59 0.00B 定义构建参数
ARG SRC_DIR
# 2025-03-07 22:06:18 394.44MB 执行命令并创建新的镜像层
RUN /bin/sh -c dnf -y update --nobest && dnf -y install nfs-utils && dnf clean all && rm -rf /var/cache/yum # buildkit
# 2025-03-07 22:04:08 0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /etc/selinux || true && touch /etc/selinux/config # buildkit
# 2025-03-07 22:04:07 167.79MB 执行命令并创建新的镜像层
RUN /bin/sh -c true && dnf -y reinstall https://download.ceph.com/rpm-${CEPH_VERSION}/el9/noarch/ceph-release-1-1.el9.noarch.rpm && ( dnf config-manager --disable tcmu-runner,tcmu-runner-source,tcmu-runner-noarch,ceph-iscsi,ganesha || true ) && true # buildkit
# 2025-02-03 10:40:33 1.10GB
/bin/sh -c #(nop) ENV CEPH_IS_DEVEL="${CI_CONTAINER}" CEPH_REF="${CEPH_REF}" CEPH_VERSION="${CEPH_REF}" CEPH_OSD_FLAVOR="${OSD_FLAVOR}" FROM_IMAGE="${FROM_IMAGE}"
# 2025-02-03 10:40:28 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c rpm -q $(cat packages.txt) && rm -f /var/lib/rpm/__db* && rm -f *packages.txt
# 2025-02-03 10:40:27 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c set -ex && dnf clean all && rm -rf /var/cache/dnf/* && rm -rf /var/lib/dnf/* && rm -f /var/lib/rpm/__db* && rm -rf /etc/selinux /usr/share/{doc,man,selinux} && find / -xdev \( -name "*.pyc" -o -name "*.pyo" \) -delete && rm -f /etc/yum.repos.d/{ceph,ganesha,tcmu-runner,ceph-iscsi}.repo
# 2025-02-03 10:40:25 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c 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
# 2025-02-03 10:40:24 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c mkdir -p /var/run/ganesha
# 2025-02-03 10:40:24 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "=== INSTALLING ===" ; dnf install -y --setopt=install_weak_deps=False --setopt=skip_missing_names_on_install=False --enablerepo=crb $(cat packages.txt)
# 2025-02-03 10:38:12 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "=== PACKAGES TO BE INSTALLED ==="; cat packages.txt
# 2025-02-03 10:38:11 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "ceph-node-proxy" >> packages.txt
# 2025-02-03 10:38:11 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "python3-scikit-learn" >> packages.txt
# 2025-02-03 10:38:10 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "gdisk hostname procps-ng sg3_utils e2fsprogs lvm2 gcc" >> packages.txt
# 2025-02-03 10:38:10 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "systemd-udev" >> packages.txt
# 2025-02-03 10:38:09 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "attr ceph-fuse rbd-nbd" >> packages.txt
# 2025-02-03 10:38:09 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "ceph-iscsi tcmu-runner python3-rtslib" >> packages.txt
# 2025-02-03 10:38:08 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "dbus-daemon nfs-ganesha-ceph nfs-ganesha-rados-grace nfs-ganesha-rados-urls nfs-ganesha-rgw nfs-ganesha rpcbind sssd-client" >> packages.txt
# 2025-02-03 10:38:08 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "nvme-cli python3-saml smartmontools" >> packages.txt
# 2025-02-03 10:38:07 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c if [ "${OSD_FLAVOR}" == "crimson" ]; then echo "ceph-crimson-osd" >> packages.txt ; fi
# 2025-02-03 10:38:07 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "ceph-common ceph-exporter ceph-grafana-dashboards ceph-immutable-object-cache ceph-mds ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-rook ceph-mgr ceph-mon ceph-osd ceph-radosgw lua-devel luarocks ceph-volume cephfs-mirror cephfs-top kmod libradosstriper1 rbd-mirror" >> packages.txt
# 2025-02-03 10:38:06 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "ca-certificates" > packages.txt
# 2025-02-03 10:38:06 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c dnf update -y --setopt=install_weak_deps=False
# 2025-02-03 10:37:57 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c dnf install -y --setopt=install_weak_deps=False dnf-plugins-core && dnf copr enable -y tchaikov/python-scikit-learn
# 2025-02-03 10:37:27 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c --mount=type=secret,id=prerelease_creds set -ex && rpm --import 'https://download.ceph.com/keys/release.asc' && ARCH=$(arch); if [ "${ARCH}" == "aarch64" ]; then ARCH="arm64"; fi ; IS_RELEASE=0 ; if [[ "${CI_CONTAINER}" == "true" ]] ; then REPO_URL=$(curl -fs "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/9/${ARCH}&flavor=${OSD_FLAVOR}&ref=${CEPH_REF}&sha1=latest" | jq -r .[0].url) ; else IS_RELEASE=1 ; source /run/secrets/prerelease_creds; REPO_URL="https://${PRERELEASE_USERNAME}:${PRERELEASE_PASSWORD}@download.ceph.com/prerelease/ceph/rpm-${CEPH_REF}/el9/" ; fi && rpm -Uvh "$REPO_URL/noarch/ceph-release-1-${IS_RELEASE}.el9.noarch.rpm" ; if [[ "$IS_RELEASE" == 1 ]] ; then sed -i "s;http://download.ceph.com/;https://${PRERELEASE_USERNAME}:${PRERELEASE_PASSWORD}@download.ceph.com/prerelease/ceph/;" /etc/yum.repos.d/ceph.repo ; dnf clean expire-cache ; fi
# 2025-02-03 10:37:25 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c set -ex && curl -s -L https://shaman.ceph.com/api/repos/tcmu-runner/main/latest/centos/9/repo?arch=$(arch) -o /etc/yum.repos.d/tcmu-runner.repo && case "${CEPH_REF}" in quincy|reef) curl -fs -L https://download.ceph.com/ceph-iscsi/3/rpm/el9/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ; ;; main|*) curl -fs -L https://shaman.ceph.com/api/repos/ceph-iscsi/main/latest/centos/9/repo -o /etc/yum.repos.d/ceph-iscsi.repo ; ;; esac
# 2025-02-03 10:37:24 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo && echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo && echo "baseurl=${GANESHA_REPO_BASEURL}" >> /etc/yum.repos.d/ganesha.repo && echo "gpgcheck=0" >> /etc/yum.repos.d/ganesha.repo && echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo
# 2025-02-03 10:37:24 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c dnf install -y --setopt=install_weak_deps=False epel-release jq
# 2025-02-03 10:37:00 0.00B
/bin/sh -c #(nop) LABEL FROM_IMAGE=${FROM_IMAGE} CEPH_REF=${CEPH_REF} CEPH_SHA1=${CEPH_SHA1} CEPH_GIT_REPO=${CEPH_GIT_REPO} GANESHA_REPO_BASEURL=${GANESHA_REPO_BASEURL} OSD_FLAVOR=${OSD_FLAVOR}
# 2025-02-03 10:37:00 0.00B
/bin/sh -c #(nop) LABEL org.opencontainers.image.authors="Ceph Release Team <ceph-maintainers@ceph.io>" org.opencontainers.image.documentation="https://docs.ceph.com/"
# 2025-02-03 10:37:00 0.00B
|7 CEPH_GIT_REPO=https://github.com/ceph/ceph.git CEPH_REF=squid CEPH_SHA1=58a7fab8be0a062d730ad7da874972fd3fba59fb CI_CONTAINER=false FROM_IMAGE=quay.io/centos/centos:stream9 GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/ OSD_FLAVOR=default /bin/sh -c /bin/echo -e "FROM_IMAGE: ${FROM_IMAGE}\nCEPH_REF: ${CEPH_REF}\nGANESHA_REPO_BASEURL: ${GANESHA_REPO_BASEURL} \nOSD_FLAVOR: ${OSD_FLAVOR} \nCI_CONTAINER: ${CI_CONTAINER}"
# 2025-02-03 10:37:00 0.00B
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 CI_CONTAINER FROM_IMAGE GANESHA_REPO_BASEURL OSD_FLAVOR
# 2025-02-03 10:37:00 0.00B
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 FROM_IMAGE GANESHA_REPO_BASEURL OSD_FLAVOR
# 2025-02-03 10:37:00 0.00B
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 FROM_IMAGE GANESHA_REPO_BASEURL
# 2025-02-03 10:37:00 0.00B
/bin/sh -c #(nop) ARG CEPH_GIT_REPO CEPH_REF CEPH_SHA1 FROM_IMAGE
# 2025-02-03 10:37:00 0.00B
/bin/sh -c #(nop) ARG CEPH_REF CEPH_SHA1 FROM_IMAGE
# 2025-02-03 10:37:00 0.00B
/bin/sh -c #(nop) ARG CEPH_REF FROM_IMAGE
# 2025-02-03 10:37:00 0.00B
/bin/sh -c #(nop) ARG FROM_IMAGE
# 2025-01-25 05:19:28 169.93MB
/bin/sh -c #(nop) CMD ["/bin/bash"]
# 2025-01-25 05:19:25 0.00B
/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 9 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20250124"
# 2025-01-25 05:19:25 0.00B
/bin/sh -c #(nop) ADD file:741a940109ad8650776012f987ce84d1b761ed015c18eccb67928fbb76d62179 in /
镜像信息
{
"Id": "sha256:e04a6d703ed196c056f68eb6dd95ca1256c7a13be710c60b56596041eeb40d01",
"RepoTags": [
"quay.io/cephcsi/cephcsi:v3.13-canary",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.13-canary-linuxarm64"
],
"RepoDigests": [
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi@sha256:1fbcecbdac1cb0bc944ea05954f049602e27a5232c65869094ac94538a1f3f6e"
],
"Parent": "",
"Comment": "buildkit.dockerfile.v0",
"Created": "2025-03-07T14:28:00.313454585Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "",
"Author": "",
"Config": {
"Hostname": "",
"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",
"CEPH_IS_DEVEL=false",
"CEPH_REF=squid",
"CEPH_VERSION=squid",
"CEPH_OSD_FLAVOR=default",
"FROM_IMAGE=quay.io/centos/centos:stream9"
],
"Cmd": null,
"Image": "",
"Volumes": null,
"WorkingDir": "",
"Entrypoint": [
"/usr/local/bin/cephcsi"
],
"OnBuild": null,
"Labels": {
"CEPH_GIT_REPO": "https://github.com/ceph/ceph.git",
"CEPH_REF": "squid",
"CEPH_SHA1": "58a7fab8be0a062d730ad7da874972fd3fba59fb",
"FROM_IMAGE": "quay.io/centos/centos:stream9",
"GANESHA_REPO_BASEURL": "https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/",
"OSD_FLAVOR": "default",
"architecture": "",
"description": "Ceph-CSI Plugin",
"io.buildah.version": "1.38.0",
"maintainers": "Ceph-CSI Authors",
"org.label-schema.build-date": "20250124",
"org.label-schema.license": "GPLv2",
"org.label-schema.name": "CentOS Stream 9 Base Image",
"org.label-schema.schema-version": "1.0",
"org.label-schema.vendor": "CentOS",
"org.opencontainers.image.authors": "Ceph Release Team \u003cceph-maintainers@ceph.io\u003e",
"org.opencontainers.image.documentation": "https://docs.ceph.com/",
"stage": "build",
"version": ""
}
},
"Architecture": "arm64",
"Variant": "v8",
"Os": "linux",
"Size": 1913352470,
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/447d60517a2f66ce518cfd5703ec1e855d024f8e34a8bfcdac4b1081f815c641/diff:/var/lib/docker/overlay2/acc465b0337ee81c864631c50d432c4a1bdb57bb2d2a914cdd4850a8b8e9dad5/diff:/var/lib/docker/overlay2/8cd56bbbdf4cba1268b1c37eef34642db9a07ffa68facc4a2f7f2b96cdecea81/diff:/var/lib/docker/overlay2/4ee9e363cc601e72a5d82d20c41a10d73f913776a8d7c00d8be015be586af9e3/diff:/var/lib/docker/overlay2/50b0016a9fbcba4d537cc65eba2f4a64f653a65f1ae05f6e5a3962c32ec1d90e/diff:/var/lib/docker/overlay2/28d07524f7827fbf3e1c5b5e3a80a09ca4bb7c31c759bf8817be0de5936ad3b9/diff",
"MergedDir": "/var/lib/docker/overlay2/72d5410fc0adc89890aa0b4d1b2a9439811612ef95ca0d65282a84e543997fe5/merged",
"UpperDir": "/var/lib/docker/overlay2/72d5410fc0adc89890aa0b4d1b2a9439811612ef95ca0d65282a84e543997fe5/diff",
"WorkDir": "/var/lib/docker/overlay2/72d5410fc0adc89890aa0b4d1b2a9439811612ef95ca0d65282a84e543997fe5/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:aee06e9a37a56510531e1afe7f503c7621db7c5e786f62bc783df85ebb91b385",
"sha256:31ab143d7b741435a093df95578c90718906cc5aa47750ab55fd20268c25021e",
"sha256:d1f06cd90589e495479ea6ecb84a0fc5c42f91210f9f7e7d8d2c176ce602d19f",
"sha256:5d4d5cc3a4a84575164131025d62ae3dec3aceca7f282d6bf56a620e0541c746",
"sha256:c1d03417ec01b684c5a0fcb55856a965d30ade504893cc8cb4c8c9013247df4a",
"sha256:5c6a4bc364bf390e089972297f9f9b26b4d47010d5c48e454af5fecf2517ca31",
"sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
]
},
"Metadata": {
"LastTagTime": "2025-05-15T14:43:29.735313957+08:00"
}
}