镜像构建历史
# 2021-06-04 01:56:04 0.00B
/bin/sh -c #(nop) CMD [""]
# 2021-06-04 01:56:04 0.00B
/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
# 2021-06-04 01:56:03 262.33KB
/bin/sh -c #(nop) COPY dir:905b101a5a11f0fda8fb28329f6f6b492a76d89e6f6f1b53987f13783bf6995e in /etc/ceph-csv-templates
# 2021-06-04 01:56:03 155.97KB
/bin/sh -c #(nop) COPY dir:866ab061cd6595fe38aed0259493a57e73444eb972ed7fdaf7c0c91c3b3e6472 in /etc/rook-external/
# 2021-06-04 01:56:03 20.36KB
/bin/sh -c #(nop) COPY dir:16f732f4bf711df40b3e725fa0adc3951348e726c57ec662168aa75cbcbf175a in /etc/ceph-monitoring
# 2021-06-04 01:56:03 25.25KB
/bin/sh -c #(nop) COPY dir:9c9892b593061c6221b2af458b53c65a5869a9f51e864b60d6d5419a5fc42bc0 in /etc/ceph-csi
# 2021-06-04 01:56:02 88.47MB
/bin/sh -c #(nop) COPY multi:b27a22c7b2d4a7eff84969667e259655175dea9ed0bfd0eea6dfa48117543cfc in /usr/local/bin/
# 2021-06-04 01:56:00 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-06-04 01:55:59 0.00B
/bin/sh -c #(nop) ARG TINI_VERSION
# 2021-06-04 01:55:59 0.00B
/bin/sh -c #(nop) ARG ARCH
# 2021-04-20 07:23:54 881.25MB
/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 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 && rpm --import 'https://download.ceph.com/keys/release.asc' && if [[ "${CEPH_VERSION}" == nautilus ]]; then CEPH_MGR_K8SEVENTS="ceph-mgr-k8sevents-15.2.11"; if [[ -n "-15.2.11" ]]; then CPR=-15.2.11 ; 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-15.2.11"; 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 ; fi ' && yum install -y ca-certificates e2fsprogs ceph-common-15.2.11 ceph-mon-15.2.11 ceph-osd-15.2.11 ceph-mds-15.2.11 rbd-mirror-15.2.11 ceph-mgr-15.2.11 ceph-mgr-cephadm-15.2.11 ceph-mgr-dashboard-15.2.11 ceph-mgr-diskprediction-local-15.2.11 ceph-mgr-k8sevents-15.2.11 ceph-mgr-rook-15.2.11 python3-saml ceph-grafana-dashboards-15.2.11 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.11 libradosstriper1-15.2.11 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-15.2.11 rbd-nbd-15.2.11 ${CRIMSON_PACKAGES} 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-15.2.11 ceph-mon-15.2.11 ceph-osd-15.2.11 ceph-mds-15.2.11 rbd-mirror-15.2.11 ceph-mgr-15.2.11 ceph-mgr-cephadm-15.2.11 ceph-mgr-dashboard-15.2.11 ceph-mgr-diskprediction-local-15.2.11 ceph-mgr-k8sevents-15.2.11 ceph-mgr-rook-15.2.11 python3-saml ceph-grafana-dashboards-15.2.11 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.11 libradosstriper1-15.2.11 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-15.2.11 rbd-nbd-15.2.11 ${CRIMSON_PACKAGES} 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-15.2.11 ceph-mon-15.2.11 ceph-osd-15.2.11 ceph-mds-15.2.11 rbd-mirror-15.2.11 ceph-mgr-15.2.11 ceph-mgr-cephadm-15.2.11 ceph-mgr-dashboard-15.2.11 ceph-mgr-diskprediction-local-15.2.11 ceph-mgr-k8sevents-15.2.11 ceph-mgr-rook-15.2.11 python3-saml ceph-grafana-dashboards-15.2.11 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.11 libradosstriper1-15.2.11 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-15.2.11 rbd-nbd-15.2.11 ${CRIMSON_PACKAGES} python3-scikit-learn && echo 'Packages verified successfully'
# 2021-04-20 07:20:01 0.00B
/bin/sh -c #(nop) ENV OSD_FLAVOR=default
# 2021-04-20 07:20:00 0.00B
/bin/sh -c #(nop) ENV CEPH_REF=octopus
# 2021-04-20 07:19:59 0.00B
/bin/sh -c #(nop) ENV CEPH_DEVEL=false
# 2021-04-20 07:19:58 0.00B
/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-15.2.11
# 2021-04-20 07:19:57 0.00B
/bin/sh -c #(nop) ENV CEPH_VERSION=octopus
# 2021-04-20 07:19:55 0.00B
/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-15.2.11
# 2021-04-20 07:19:54 0.00B
/bin/sh -c #(nop) LABEL GIT_CLEAN=True
# 2021-04-20 07:19:53 0.00B
/bin/sh -c #(nop) LABEL GIT_COMMIT=55d844cebc8e66179125a0cddeb922cff3b0a48c
# 2021-04-20 07:19:52 0.00B
/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
# 2021-04-20 07:19:51 0.00B
/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
# 2021-04-20 07:19:50 0.00B
/bin/sh -c #(nop) LABEL RELEASE=HEAD
# 2021-04-20 07:19:48 0.00B
/bin/sh -c #(nop) LABEL ceph=True
# 2021-04-20 07:19:47 0.00B
/bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>
# 2020-12-08 08:22:53 0.00B
/bin/sh -c #(nop) CMD ["/bin/bash"]
# 2020-12-08 08:22:52 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=20201204
# 2020-12-08 08:22:52 209.35MB
/bin/sh -c #(nop) ADD file:bd7a2aed6ede423b719ceb2f723e4ecdfa662b28639c8429731c878e86fb138b in /
镜像信息
{
"Id": "sha256:cac142160f7c11c9bfe8abc65dc2af56aa257e6da985ee9479068a982714cbec",
"RepoTags": [
"rook/ceph:v1.5.12",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph:v1.5.12"
],
"RepoDigests": [
"rook/ceph@sha256:bca0a7aeb20f288858bc486be33e66d32e30c732e6fd788f6df2aa4c8c779e0d",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rook/ceph@sha256:160f9ccc81ccf054c1e379a023a94894ada70f0e5873e19e40bcb6b2fececd0f"
],
"Parent": "",
"Comment": "",
"Created": "2021-06-03T17:56:04.221717712Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "19.03.8",
"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=octopus",
"CEPH_POINT_RELEASE=-15.2.11",
"CEPH_DEVEL=false",
"CEPH_REF=octopus",
"OSD_FLAVOR=default"
],
"Cmd": [
""
],
"Image": "sha256:0b711bd0dd5ce89b2cbf1a1cd6f974df5248c1a32d701e79458b3e23163dbb61",
"Volumes": null,
"WorkingDir": "",
"Entrypoint": [
"/tini",
"--",
"/usr/local/bin/rook"
],
"OnBuild": null,
"Labels": {
"CEPH_POINT_RELEASE": "-15.2.11",
"GIT_BRANCH": "HEAD",
"GIT_CLEAN": "True",
"GIT_COMMIT": "55d844cebc8e66179125a0cddeb922cff3b0a48c",
"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": "20201204",
"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": 1179558236,
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/21b0334a7709aac633c82e39273a9fd427f731d44889a14e4432e45e6fa8282e/diff:/var/lib/docker/overlay2/26c8c4b7c1d43e62c507ff73dab1de80d8a6f6b4cc30b66011a87116eccbd29b/diff:/var/lib/docker/overlay2/a1eca6e72e4932894826b85163ca4f6fd9ac251baf8b28580ac2dbc11a9c1afd/diff:/var/lib/docker/overlay2/54188585c52cea660a8e1085a601f3e37ece06b1169ab31f15d3cf4a9604c13a/diff:/var/lib/docker/overlay2/f6a41af85e0e5d0f1b36cdb649770f422f482f8406239744e1cb22a25d6b9dc0/diff:/var/lib/docker/overlay2/0e94f1d4968f29c3b9d3bde766c6658128ff2dc16a7e76cc03eb5395b499ca2a/diff:/var/lib/docker/overlay2/b7891b345f4e8fc4e1015ad63cb11bd2f354675069bcbeaddb9cb05bef8378cb/diff",
"MergedDir": "/var/lib/docker/overlay2/9831e6b26dee852263ba63eaa87c46cbf8c4fa4ae9e24d734f8a5b2f0ded1393/merged",
"UpperDir": "/var/lib/docker/overlay2/9831e6b26dee852263ba63eaa87c46cbf8c4fa4ae9e24d734f8a5b2f0ded1393/diff",
"WorkDir": "/var/lib/docker/overlay2/9831e6b26dee852263ba63eaa87c46cbf8c4fa4ae9e24d734f8a5b2f0ded1393/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:2653d992f4ef2bfd27f94db643815aa567240c37732cae1405ad1c1309ee9859",
"sha256:dd345a3560296ccc531663d1c06578d091736c7f29ce89843635473dbdf1ccdc",
"sha256:993d6a3189d7488cc95750c4f2fffd6e818a5c560d9ccfaa08c4e17a89ccb46a",
"sha256:aea23de634def942a819b2129e23e555c07c640f7c7bd66056ba95d1ce669ff8",
"sha256:2a7498f64a90b40d786bf0780c86aa92cb1de451605c158734139ff6c33ade0c",
"sha256:304b181792cf796e39b346e0289cb729d87f82cab662b24ca4463fafad2b2e9a",
"sha256:b8d7835b9345e577951221cdc35b509e1be79a200abfe715553c153ffd5bb864",
"sha256:4317d74ef80c3e8004f0aea5118bbf613b0f7fa31b4e71085ec4ef5759997c38"
]
},
"Metadata": {
"LastTagTime": "2025-02-19T10:13:19.494712983+08:00"
}
}