2020-11-19 21:45:22 UTC
335 MB
false
CEPH_POINT_RELEASE-15.2.5
CEPH_VERSIONoctopus
OSD_FLAVORdefault
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:3c72a8ed68140139e483fe7368ae4d9651422749e91483557cbd5ecf99a96110 - 21.3% (71.4 MB)
[#001] sha256:07edaac6d8192b883a4fe181969f870679845c7513a177502cc736ac4568a05c - 70.58% (237 MB)
[#002] sha256:1b3ea9e81b696e25a792d07e0583a9719c4fd5e75bc3e7cfee63cfb41ae238c8 - 0.0% (9.25 KB)
[#003] sha256:ce2acbdee9f697678749f3793494b5ac5d60fc4b9e5cba275d52c87133718d93 - 8.1% (27.1 MB)
[#004] sha256:2c543386ce27815809e5741f071defaf82b5662c3aef2dba897db151d918709f - 0.0% (2.58 KB)
[#005] sha256:ddd2b54455ff993cd690c82ab76efaac4d2559ce2c932b6a12ac7795cbe5f0a0 - 0.0% (3.57 KB)
[#006] sha256:4e0548eef317da2effd1c1c59518bf0a5240f127c22a60866354d443acfb6087 - 0.0% (10.9 KB)
[#007] sha256:28249ac9ad85a883a1cef0f0df7ff9b4440ee465cb39330383a7028cdd47032d - 0.02% (56.1 KB)
/bin/sh -c #(nop) ADD file:538afc0c5c964ce0dde0141953a4dcf03c2d993c5989c92e7fee418e9305e2a3 in /
2020-08-10 18:19:49 UTC/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=20200809
2020-08-10 18:19:49 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-16 14:13:35 UTC/bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>
2020-09-16 14:13:35 UTC/bin/sh -c #(nop) LABEL ceph=True
2020-09-16 14:13:36 UTC/bin/sh -c #(nop) LABEL RELEASE=HEAD
2020-09-16 14:13:36 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2020-09-16 14:13:36 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2020-09-16 14:13:36 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=97db9ff4e8004d31e9db249e29917faff0c6e4aa
2020-09-16 14:13:36 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=True
2020-09-16 14:13:36 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-15.2.5
2020-09-16 14:13:36 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=octopus
2020-09-16 14:13:37 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-15.2.5
2020-09-16 14:13:37 UTC/bin/sh -c #(nop) ENV CEPH_DEVEL=false
2020-09-16 14:13:37 UTC/bin/sh -c #(nop) ENV OSD_FLAVOR=default
2020-09-16 14:15:15 UTC/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|^wip* ]]; then echo "baseurl=https://buildlogs.centos.org/centos/\$releasever/storage/\$basearch/nfsganesha-3/" >> /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=0" >> /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 ; 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 ; else echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V2.7-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; fi ; echo "gpgcheck=0" >> /etc/yum.repos.d/ganesha.repo ; echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo ; 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 > /etc/yum.repos.d/tcmu-runner.repo ; if [[ "${CEPH_VERSION}" =~ master|^wip* ]]; then curl -s -L https://shaman.ceph.com/api/repos/ceph-iscsi/master/latest/centos/8/repo > /etc/yum.repos.d/ceph-iscsi.repo ; elif [[ "${CEPH_VERSION}" =~ nautilus|octopus ]]; 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.5"; if [[ -n "-15.2.5" ]]; then CPR=-15.2.5 ; 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|^wip* ]] || ${CEPH_DEVEL}; then REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/8&flavor=${OSD_FLAVOR}&ref=${CEPH_VERSION}&sha1=latest" | jq -a ".[0] | .url"); RELEASE_VER=0 ; if [[ "${OSD_FLAVOR}" == "crimson" ]]; then CRIMSON_PACKAGES="ceph-crimson-osd-15.2.5"; 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" ' && yum install -y ca-certificates e2fsprogs ceph-common-15.2.5 ceph-mon-15.2.5 ceph-osd-15.2.5 ceph-mds-15.2.5 rbd-mirror-15.2.5 ceph-mgr-15.2.5 ceph-mgr-cephadm-15.2.5 ceph-mgr-dashboard-15.2.5 ceph-mgr-diskprediction-local-15.2.5 ceph-mgr-k8sevents-15.2.5 ceph-mgr-rook-15.2.5 ceph-grafana-dashboards-15.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.5 libradosstriper1-15.2.5 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.5 rbd-nbd-15.2.5 ${CRIMSON_PACKAGES} && 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.5 ceph-mon-15.2.5 ceph-osd-15.2.5 ceph-mds-15.2.5 rbd-mirror-15.2.5 ceph-mgr-15.2.5 ceph-mgr-cephadm-15.2.5 ceph-mgr-dashboard-15.2.5 ceph-mgr-diskprediction-local-15.2.5 ceph-mgr-k8sevents-15.2.5 ceph-mgr-rook-15.2.5 ceph-grafana-dashboards-15.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.5 libradosstriper1-15.2.5 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.5 rbd-nbd-15.2.5 ${CRIMSON_PACKAGES} ) && 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.5 ceph-mon-15.2.5 ceph-osd-15.2.5 ceph-mds-15.2.5 rbd-mirror-15.2.5 ceph-mgr-15.2.5 ceph-mgr-cephadm-15.2.5 ceph-mgr-dashboard-15.2.5 ceph-mgr-diskprediction-local-15.2.5 ceph-mgr-k8sevents-15.2.5 ceph-mgr-rook-15.2.5 ceph-grafana-dashboards-15.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.5 libradosstriper1-15.2.5 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.5 rbd-nbd-15.2.5 ${CRIMSON_PACKAGES} && echo 'Packages verified successfully'
2020-11-19 21:45:13 UTC/bin/sh -c #(nop) ARG ARCH
2020-11-19 21:45:13 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2020-11-19 21:45:15 UTC|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
2020-11-19 21:45:16 UTC/bin/sh -c #(nop) COPY multi:2e2e4f2b440c67fff58015f60530c43b4f1c2792473f40f3465af28c969c1f7c in /usr/local/bin/
2020-11-19 21:45:20 UTC/bin/sh -c #(nop) COPY dir:0e9722313ba4260b0312bc6cef414a00dd0516b601578e27cdfd44f532422b01 in /etc/ceph-csi
2020-11-19 21:45:21 UTC/bin/sh -c #(nop) COPY dir:c0127ff846708622cf95d97eb742777937724b911579b29d1f8dc05a1656cd17 in /etc/ceph-monitoring
2020-11-19 21:45:21 UTC/bin/sh -c #(nop) COPY dir:5ce18c39a91881316ce29f44f415dd8023502e09d3337387879267fb7c2eb658 in /etc/rook-external/
2020-11-19 21:45:21 UTC/bin/sh -c #(nop) COPY dir:ce0a9e1bc7e71bd3528fab6350652a0d7d9741f9c1e628f96bf4927cdfa6ae3c in /etc/ceph-csv-templates
2020-11-19 21:45:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2020-11-19 21:45:22 UTC/bin/sh -c #(nop) CMD [""]
2020-11-19 21:47:23 UTC
301 MB
false
CEPH_POINT_RELEASE-15.2.5
CEPH_VERSIONoctopus
OSD_FLAVORdefault
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:deeb10e3e252e0ed6520bbaa2570413f3c1517305f8f397c3d59ae791ac23678 - 23.91% (71.9 MB)
[#001] sha256:b90aba96c5c231da1766524f565d3c108b4aa56c04b35f6818664feb99c807f9 - 67.87% (204 MB)
[#002] sha256:b619120e2304b439d98bbc249d1d152617356150111c0aa2f744656f35d43348 - 0.0% (8.83 KB)
[#003] sha256:d75ab7dfc9b46f07cb1d037cf4df577ba0a71238c7246c349476ab7dea5d9f92 - 8.19% (24.7 MB)
[#004] sha256:67ff1c052fba8b79eb7b5e680fb4be16704da3df1d877b2891eff4e21ba299ed - 0.0% (2.58 KB)
[#005] sha256:cb99c62c55f877c551a729a29bba487925d65d374455932a45d0191209724fff - 0.0% (3.57 KB)
[#006] sha256:c10ac37c8be3198d94014ba4b21545140ccb9c5222265fbab0e8de2ce8ae9dae - 0.0% (10.9 KB)
[#007] sha256:24068a45ae1aa92249880f418fa4986c11b56165f0f4e6aa44948604905dda27 - 0.02% (56.1 KB)
/bin/sh -c #(nop) ADD file:9aef459f0ff88a7706ee982d7bfa724ae81676e2bf94ebc8fcd9043c73e72499 in /
2020-08-10 18:39:50 UTC/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=20200809
2020-08-10 18:39:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-16 14:10:40 UTC/bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>
2020-09-16 14:10:40 UTC/bin/sh -c #(nop) LABEL ceph=True
2020-09-16 14:10:41 UTC/bin/sh -c #(nop) LABEL RELEASE=HEAD
2020-09-16 14:10:41 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2020-09-16 14:10:41 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2020-09-16 14:10:42 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=97db9ff4e8004d31e9db249e29917faff0c6e4aa
2020-09-16 14:10:42 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=True
2020-09-16 14:10:42 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-15.2.5
2020-09-16 14:10:42 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=octopus
2020-09-16 14:10:43 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-15.2.5
2020-09-16 14:10:43 UTC/bin/sh -c #(nop) ENV CEPH_DEVEL=false
2020-09-16 14:10:43 UTC/bin/sh -c #(nop) ENV OSD_FLAVOR=default
2020-09-16 14:13:49 UTC/bin/sh -c yum install -y epel-release && yum install -y jq && bash -c ' if [ -n "" ]; then echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; if [[ "${CEPH_VERSION}" =~ master|^wip* ]]; then echo "baseurl=https://buildlogs.centos.org/centos/\$releasever/storage/\$basearch/nfsganesha-3/" >> /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=0" >> /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 ; 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 ; else echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V2.7-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; fi ; echo "gpgcheck=0" >> /etc/yum.repos.d/ganesha.repo ; echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo ; fi ; if [ -n "" ]; then curl -s -L https://shaman.ceph.com/api/repos/tcmu-runner/master/latest/centos/8/repo > /etc/yum.repos.d/tcmu-runner.repo ; if [[ "${CEPH_VERSION}" =~ master|^wip* ]]; then curl -s -L https://shaman.ceph.com/api/repos/ceph-iscsi/master/latest/centos/8/repo > /etc/yum.repos.d/ceph-iscsi.repo ; elif [[ "${CEPH_VERSION}" =~ nautilus|octopus ]]; 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.5"; if [[ -n "-15.2.5" ]]; then CPR=-15.2.5 ; 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|^wip* ]] || ${CEPH_DEVEL}; then REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/8&flavor=${OSD_FLAVOR}&ref=${CEPH_VERSION}&sha1=latest" | jq -a ".[0] | .url"); RELEASE_VER=0 ; if [[ "${OSD_FLAVOR}" == "crimson" ]]; then CRIMSON_PACKAGES="ceph-crimson-osd-15.2.5"; 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" ' && yum install -y ca-certificates e2fsprogs ceph-common-15.2.5 ceph-mon-15.2.5 ceph-osd-15.2.5 ceph-mds-15.2.5 rbd-mirror-15.2.5 ceph-mgr-15.2.5 ceph-mgr-cephadm-15.2.5 ceph-mgr-dashboard-15.2.5 ceph-mgr-diskprediction-local-15.2.5 ceph-mgr-k8sevents-15.2.5 ceph-mgr-rook-15.2.5 ceph-grafana-dashboards-15.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.5 libradosstriper1-15.2.5 attr ceph-fuse-15.2.5 rbd-nbd-15.2.5 ${CRIMSON_PACKAGES} && 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.5 ceph-mon-15.2.5 ceph-osd-15.2.5 ceph-mds-15.2.5 rbd-mirror-15.2.5 ceph-mgr-15.2.5 ceph-mgr-cephadm-15.2.5 ceph-mgr-dashboard-15.2.5 ceph-mgr-diskprediction-local-15.2.5 ceph-mgr-k8sevents-15.2.5 ceph-mgr-rook-15.2.5 ceph-grafana-dashboards-15.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.5 libradosstriper1-15.2.5 attr ceph-fuse-15.2.5 rbd-nbd-15.2.5 ${CRIMSON_PACKAGES} ) && 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.5 ceph-mon-15.2.5 ceph-osd-15.2.5 ceph-mds-15.2.5 rbd-mirror-15.2.5 ceph-mgr-15.2.5 ceph-mgr-cephadm-15.2.5 ceph-mgr-dashboard-15.2.5 ceph-mgr-diskprediction-local-15.2.5 ceph-mgr-k8sevents-15.2.5 ceph-mgr-rook-15.2.5 ceph-grafana-dashboards-15.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.5 libradosstriper1-15.2.5 attr ceph-fuse-15.2.5 rbd-nbd-15.2.5 ${CRIMSON_PACKAGES} && echo 'Packages verified successfully'
2020-11-19 21:47:13 UTC/bin/sh -c #(nop) ARG ARCH
2020-11-19 21:47:13 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2020-11-19 21:47:18 UTC|2 ARCH=arm64 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
2020-11-19 21:47:20 UTC/bin/sh -c #(nop) COPY multi:e28056738a81a22b14650ed7e9ebc0f6aa98d71a3c3cc25fc753dcd3d5cb5fed in /usr/local/bin/
2020-11-19 21:47:21 UTC/bin/sh -c #(nop) COPY dir:0e9722313ba4260b0312bc6cef414a00dd0516b601578e27cdfd44f532422b01 in /etc/ceph-csi
2020-11-19 21:47:21 UTC/bin/sh -c #(nop) COPY dir:c0127ff846708622cf95d97eb742777937724b911579b29d1f8dc05a1656cd17 in /etc/ceph-monitoring
2020-11-19 21:47:22 UTC/bin/sh -c #(nop) COPY dir:5ce18c39a91881316ce29f44f415dd8023502e09d3337387879267fb7c2eb658 in /etc/rook-external/
2020-11-19 21:47:22 UTC/bin/sh -c #(nop) COPY dir:18f14e5c6b853cda095a379de02dbd7661ec8e76492244fa834f5b408d497505 in /etc/ceph-csv-templates
2020-11-19 21:47:23 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2020-11-19 21:47:23 UTC/bin/sh -c #(nop) CMD [""]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.