镜像构建历史
# 2021-11-19 08:01:37 0.00B
/bin/sh -c #(nop) CMD [""]
# 2021-11-19 08:01:36 0.00B
/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
# 2021-11-19 08:01:35 565.88KB
/bin/sh -c #(nop) COPY dir:0a98df27c3026126724638403ef93467541fafc714cfb8f1050a72e9ec4d4dea in /etc/ceph-csv-templates
# 2021-11-19 08:01:33 163.34KB
/bin/sh -c #(nop) COPY dir:8219635b94b63c25c4715145c2c703917636cf64ac053144fb188d3d76845ccc in /etc/rook-external/
# 2021-11-19 08:01:32 22.72KB
/bin/sh -c #(nop) COPY dir:d67df37929b62ad0bef3a7febc4c90afff98d7fe5584c4ad1630414eba371e74 in /etc/ceph-monitoring
# 2021-11-19 08:01:31 25.89KB
/bin/sh -c #(nop) COPY dir:fc48dabf95fd735588826471c65c00b875996777021014b6a7ec307820ee78de in /etc/ceph-csi
# 2021-11-19 08:01:30 85.24MB
/bin/sh -c #(nop) COPY multi:1fcc9cd24958a5d35aa3f93344b1b0a41449055cef919040219422ba2e49785b in /usr/local/bin/
# 2021-11-19 08:01:27 24.06KB
|2 ARCH=amd64 TINI_VERSION=v0.19.0 /bin/sh -c curl --fail -sSL -o /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${ARCH} && chmod +x /tini
# 2021-11-19 08:01:24 0.00B
/bin/sh -c #(nop) ARG TINI_VERSION
# 2021-11-19 08:01:23 0.00B
/bin/sh -c #(nop) ARG ARCH
# 2021-09-19 00:03:06 847.79MB
/bin/sh -c yum install -y epel-release https://apache.jfrog.io/artifactory/arrow/centos/8/apache-arrow-release-latest.rpm && 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 ]]; 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}" == 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/master/latest/centos/8/repo?arch=$(arch) -o /etc/yum.repos.d/tcmu-runner.repo ; if [[ "${CEPH_VERSION}" =~ master ]]; then curl -s -L https://shaman.ceph.com/api/repos/ceph-iscsi/master/latest/centos/8/repo -o /etc/yum.repos.d/ceph-iscsi.repo ; elif [[ "${CEPH_VERSION}" =~ nautilus|octopus|pacific ]]; 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.6"; if [[ -n "-16.2.6" ]]; then CPR=-16.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_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.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 --enablerepo=powertools ca-certificates e2fsprogs ceph-common-16.2.6 ceph-mon-16.2.6 ceph-osd-16.2.6 ceph-mds-16.2.6 cephfs-mirror-16.2.6 rbd-mirror-16.2.6 ceph-mgr-16.2.6 ceph-mgr-cephadm-16.2.6 ceph-mgr-dashboard-16.2.6 ceph-mgr-diskprediction-local-16.2.6 ceph-mgr-k8sevents-16.2.6 ceph-mgr-rook-16.2.6 python3-saml ceph-grafana-dashboards-16.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.6 libradosstriper1-16.2.6 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.6 rbd-nbd-16.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.6 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.6 ceph-mon-16.2.6 ceph-osd-16.2.6 ceph-mds-16.2.6 cephfs-mirror-16.2.6 rbd-mirror-16.2.6 ceph-mgr-16.2.6 ceph-mgr-cephadm-16.2.6 ceph-mgr-dashboard-16.2.6 ceph-mgr-diskprediction-local-16.2.6 ceph-mgr-k8sevents-16.2.6 ceph-mgr-rook-16.2.6 python3-saml ceph-grafana-dashboards-16.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.6 libradosstriper1-16.2.6 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.6 rbd-nbd-16.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.6 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 && bash -c ' function ifstrip () { if compgen -g "$1"; then strip -s "$1"; fi } && ifstrip /usr/lib{,64}/ceph/erasure-code/* && ifstrip /usr/lib{,64}/rados-classes/* && ifstrip /usr/lib{,64}/python*/{dist,site}-packages/{rados,rbd,rgw}.*.so && ifstrip /usr/bin/{crushtool,monmaptool,osdmaptool}' && 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.6 ceph-mon-16.2.6 ceph-osd-16.2.6 ceph-mds-16.2.6 cephfs-mirror-16.2.6 rbd-mirror-16.2.6 ceph-mgr-16.2.6 ceph-mgr-cephadm-16.2.6 ceph-mgr-dashboard-16.2.6 ceph-mgr-diskprediction-local-16.2.6 ceph-mgr-k8sevents-16.2.6 ceph-mgr-rook-16.2.6 python3-saml ceph-grafana-dashboards-16.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.6 libradosstriper1-16.2.6 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.6 rbd-nbd-16.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.6 python3-scikit-learn && echo 'Packages verified successfully'
# 2021-09-18 23:58:57 0.00B
/bin/sh -c #(nop) ENV OSD_FLAVOR=default
# 2021-09-18 23:58:56 0.00B
/bin/sh -c #(nop) ENV CEPH_REF=pacific
# 2021-09-18 23:58:54 0.00B
/bin/sh -c #(nop) ENV CEPH_DEVEL=false
# 2021-09-18 23:58:53 0.00B
/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-16.2.6
# 2021-09-18 23:58:51 0.00B
/bin/sh -c #(nop) ENV CEPH_VERSION=pacific
# 2021-09-18 23:58:50 0.00B
/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-16.2.6
# 2021-09-18 23:52:30 0.00B
/bin/sh -c #(nop) LABEL GIT_CLEAN=True
# 2021-09-18 23:52:28 0.00B
/bin/sh -c #(nop) LABEL GIT_COMMIT=8e00693ceace3f9bcdfaead0c72e7e3f6c691029
# 2021-09-18 23:52:27 0.00B
/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
# 2021-09-18 23:52:26 0.00B
/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
# 2021-09-18 23:52:24 0.00B
/bin/sh -c #(nop) LABEL RELEASE=HEAD
# 2021-09-18 23:52:23 0.00B
/bin/sh -c #(nop) LABEL ceph=True
# 2021-09-18 23:52:21 0.00B
/bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>
# 2021-09-16 02:20:05 0.00B
/bin/sh -c #(nop) CMD ["/bin/bash"]
# 2021-09-16 02:20:04 0.00B
/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20210915
# 2021-09-16 02:20:04 231.27MB
/bin/sh -c #(nop) ADD file:805cb5e15fb6e0bb0326ca33fd2942e068863ce2a8491bb71522c652f31fb466 in /
镜像信息
{
"Id": "sha256:00102684e627c299175e4a6ca176ab1e520618267594082007828a7ff5296d04",
"RepoTags": [
"rook/ceph:v1.7.8",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.7.8"
],
"RepoDigests": [
"rook/ceph@sha256:6a1b632f1e1e30ea33fa6289367304a07ae3cfcd4d05f09b99e61d88712337d1",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph@sha256:51ae08ee14d4e01c8f7392db1d7f99872d81bb395f24c3e03aaac5c1e940e858"
],
"Parent": "",
"Comment": "",
"Created": "2021-11-19T00:01:37.669866153Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "20.10.10+azure-1",
"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_VERSION=pacific",
"CEPH_POINT_RELEASE=-16.2.6",
"CEPH_DEVEL=false",
"CEPH_REF=pacific",
"OSD_FLAVOR=default"
],
"Cmd": [
""
],
"Image": "sha256:27edfeacbe9181dc9bcc6a79a85590ff9f5e6a72c9d96ddee8b15388cdb87727",
"Volumes": null,
"WorkingDir": "",
"Entrypoint": [
"/tini",
"--",
"/usr/local/bin/rook"
],
"OnBuild": null,
"Labels": {
"CEPH_POINT_RELEASE": "-16.2.6",
"GIT_BRANCH": "HEAD",
"GIT_CLEAN": "True",
"GIT_COMMIT": "8e00693ceace3f9bcdfaead0c72e7e3f6c691029",
"GIT_REPO": "https://github.com/ceph/ceph-container.git",
"RELEASE": "HEAD",
"ceph": "True",
"maintainer": "Dimitri Savineau \u003cdsavinea@redhat.com\u003e",
"org.label-schema.build-date": "20210915",
"org.label-schema.license": "GPLv2",
"org.label-schema.name": "CentOS Base Image",
"org.label-schema.schema-version": "1.0",
"org.label-schema.vendor": "CentOS"
}
},
"Architecture": "amd64",
"Os": "linux",
"Size": 1165098556,
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/b0b69a42b0828428a78c38cb94c98c381de76a57f92132686061dd4f55094914/diff:/var/lib/docker/overlay2/3c050b0915a08ff509f5096ac1ec59661d755a016fab23784b0038a7e0129bf4/diff:/var/lib/docker/overlay2/0729bea4d0c896ef20937de46ce1a5b4c74dff0b84f77628aa65a89cb9e1b88a/diff:/var/lib/docker/overlay2/93f11c99ffff2dcc7897d8cb7b5f0229b516db5626bbcd76b17cb28f0605b1ed/diff:/var/lib/docker/overlay2/bf9d5d63e982bbeea689a22c891b1c3cec6d72ea6e10369d8a41605039257d15/diff:/var/lib/docker/overlay2/a498050082f8372b1e4dda734abd610a511dfec9da2d4f7719d604a221a2429c/diff:/var/lib/docker/overlay2/c25d3bcab6a32a685dcb4d3a7ae9c84bd60f5e86a5f7dc71ae3aeeabfd020d6d/diff",
"MergedDir": "/var/lib/docker/overlay2/37ec65601b5aec2efcf93370831a949482a54fb1233a230de69fb52d3e0b8475/merged",
"UpperDir": "/var/lib/docker/overlay2/37ec65601b5aec2efcf93370831a949482a54fb1233a230de69fb52d3e0b8475/diff",
"WorkDir": "/var/lib/docker/overlay2/37ec65601b5aec2efcf93370831a949482a54fb1233a230de69fb52d3e0b8475/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:74ddd0ec08fa43d09f32636ba91a0a3053b02cb4627c35051aff89f853606b59",
"sha256:389fd1ca0ddba26229b5a9f2c08817e245ac1e7701ffa369e2de5e9baefcd5d8",
"sha256:6639f2a07660be0654e060cc50260a7087cfef0b8830988d8ea47c72d39c818d",
"sha256:16d3b32244b5278f6c71b66e94f1dfade85982fd5fe976db1a80019511118d63",
"sha256:e1c78ddb9794cd861efaea3d183988ff6e801a5261bfb64c29c9aba78c5f4c83",
"sha256:f885f11d581c8c06c45cafa5d828ba07dfdd0c5a165a22f4b3c68b8bc9db66cd",
"sha256:3605550c6a2bc02992ea0975e5ed40db5ac419a1566426766ed2f37a1d99dbea",
"sha256:b7ba4e1e8bfb6fc3773755afce0a25bdfb694574103af1ff346a25383f73f192"
]
},
"Metadata": {
"LastTagTime": "2026-04-01T14:15:04.631468867+08:00"
}
}