2020-06-18 21:12:54 UTC
351 MB
false
CEPH_POINT_RELEASE-15.2.3
CEPH_VERSIONoctopus
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8a29a15cefaeccf6545f7ecf11298f9672d2f0cdaf9e357a95133ac3ad3e1f07 - 19.87% (69.8 MB)
[#001] sha256:54faf42e299a642a862ce50af1c4b3c6d8ed6a04f04987b298cb839de7752398 - 73.02% (257 MB)
[#002] sha256:cf836cbea13b220f6b2201844538b16cc34e1a184c9b04339ffc568811c5371a - 0.0% (9.25 KB)
[#003] sha256:3bb7df73a6110385e5a9593e5af96a6c50d41e7c0059885bef0fa68ed96d3d21 - 7.1% (24.9 MB)
[#004] sha256:a583e867c34afadae59cf0e9b56ed66b2fcc07318a3a164606c9ed33c9d5117e - 0.0% (2.82 KB)
[#005] sha256:2696158eab50105b0bd2358ef8437c421296f3595bc199053d06115fcf8151b2 - 0.0% (3.14 KB)
[#006] sha256:083ab758a824a6162a4d838d63e6c0ebb534ce565b9cf07fc37d1fc6061de1cd - 0.01% (39.5 KB)
/bin/sh -c #(nop) ADD file:aa54047c80ba30064fe59adf4c978a929f38480be77af9ac644074bd5288ef18 in /
2020-01-18 00:26:46 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=20200114 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-01-14 00:00:00-08:00
2020-01-18 00:26:46 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-05-30 01:07:03 UTC/bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>
2020-05-30 01:07:04 UTC/bin/sh -c #(nop) LABEL ceph=True
2020-05-30 01:07:04 UTC/bin/sh -c #(nop) LABEL RELEASE=HEAD
2020-05-30 01:07:04 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2020-05-30 01:07:04 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2020-05-30 01:07:04 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=f0a1ab7ab391aabcf4089445b4123447eab85200
2020-05-30 01:07:04 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=True
2020-05-30 01:07:05 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-15.2.3
2020-05-30 01:07:05 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=octopus
2020-05-30 01:07:05 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-15.2.3
2020-05-30 01:07:05 UTC/bin/sh -c #(nop) ENV CEPH_DEVEL=false
2020-05-30 01:09:19 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://download.nfs-ganesha.org/3/LATEST/CentOS/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.nfs-ganesha.org/3/LATEST/CentOS/el-\$releasever/noarch" >> /etc/yum.repos.d/ganesha.repo ; elif [[ "${CEPH_VERSION}" == octopus ]]; then echo "baseurl=http://download.ceph.com/nfs-ganesha/rpm-V3.2-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=http://download.ceph.com/nfs-ganesha/rpm-V3.2-stable/$CEPH_VERSION/el\$releasever/noarch/" >> /etc/yum.repos.d/ganesha.repo ; elif [[ "${CEPH_VERSION}" == nautilus ]]; then echo "baseurl=http://download.ceph.com/nfs-ganesha/rpm-V2.8-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; else echo "baseurl=http://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.3"; if [[ -n "-15.2.3" ]]; then CPR=-15.2.3 ; 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 [[ 8 -eq 8 ]]; then yum install -y dnf-plugins-core ; yum copr enable -y ktdreyer/ceph-el8 ; echo "[lab-extras]" > /etc/yum.repos.d/lab-extras.repo ; echo "name=labextras" >> /etc/yum.repos.d/lab-extras.repo ; echo "baseurl=http://apt-mirror.front.sepia.ceph.com/lab-extras/8/" >> /etc/yum.repos.d/lab-extras.repo ; echo "enabled=1" >> /etc/yum.repos.d/lab-extras.repo ; echo "gpgcheck=0" >> /etc/yum.repos.d/lab-extras.repo ; fi && if [[ "${CEPH_VERSION}" =~ master|^wip* ]] || ${CEPH_DEVEL}; then REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/8&flavor=default&ref=${CEPH_VERSION}&sha1=latest" | jq -a ".[0] | .url"); RELEASE_VER=0 ; 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.3 ceph-mon-15.2.3 ceph-osd-15.2.3 ceph-mds-15.2.3 rbd-mirror-15.2.3 ceph-mgr-15.2.3 ceph-mgr-cephadm-15.2.3 ceph-mgr-dashboard-15.2.3 ceph-mgr-diskprediction-local-15.2.3 ceph-mgr-k8sevents-15.2.3 ceph-mgr-rook-15.2.3 ceph-grafana-dashboards-15.2.3 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.3 libradosstriper1-15.2.3 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.3 rbd-nbd-15.2.3 && 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.3 ceph-mon-15.2.3 ceph-osd-15.2.3 ceph-mds-15.2.3 rbd-mirror-15.2.3 ceph-mgr-15.2.3 ceph-mgr-cephadm-15.2.3 ceph-mgr-dashboard-15.2.3 ceph-mgr-diskprediction-local-15.2.3 ceph-mgr-k8sevents-15.2.3 ceph-mgr-rook-15.2.3 ceph-grafana-dashboards-15.2.3 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.3 libradosstriper1-15.2.3 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.3 rbd-nbd-15.2.3 ) && 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.3 ceph-mon-15.2.3 ceph-osd-15.2.3 ceph-mds-15.2.3 rbd-mirror-15.2.3 ceph-mgr-15.2.3 ceph-mgr-cephadm-15.2.3 ceph-mgr-dashboard-15.2.3 ceph-mgr-diskprediction-local-15.2.3 ceph-mgr-k8sevents-15.2.3 ceph-mgr-rook-15.2.3 ceph-grafana-dashboards-15.2.3 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.3 libradosstriper1-15.2.3 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.3 rbd-nbd-15.2.3 && echo 'Packages verified successfully'
2020-06-18 21:12:46 UTC/bin/sh -c #(nop) ARG ARCH
2020-06-18 21:12:46 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2020-06-18 21:12:49 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-06-18 21:12:51 UTC/bin/sh -c #(nop) COPY multi:424ee56ecec5bf9fb534e1523943764ab0471db4cf31567013f65b98223842b8 in /usr/local/bin/
2020-06-18 21:12:53 UTC/bin/sh -c #(nop) COPY dir:03de5e30799f8c13333e6a70143d1e38b074aa3bbac74af691b3cba5fd88504a in /etc/ceph-csi
2020-06-18 21:12:53 UTC/bin/sh -c #(nop) COPY dir:98a3deb4c9b5c9d486db40e35104acfff45600b8a7f209602ff6eea30ca4bf3c in /etc/ceph-monitoring
2020-06-18 21:12:54 UTC/bin/sh -c #(nop) COPY dir:4e8e6b9a878da30ae32612f1af0126d6fd6d447b70caeb772ad21ec47b401f29 in /etc/ceph-csv-templates
2020-06-18 21:12:54 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2020-06-18 21:12:54 UTC/bin/sh -c #(nop) CMD [""]
2020-06-18 21:15:17 UTC
311 MB
false
CEPH_POINT_RELEASE-15.2.3
CEPH_VERSIONoctopus
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d6d1431672e7a9ca504ccd0a169af8dabaafadc070133d36ca854231cba344da - 22.49% (69.9 MB)
[#001] sha256:47db83dad0afcc74cf60e11f2302c037eaf90b222f0dce56ad8ad15b257d3c03 - 70.22% (218 MB)
[#002] sha256:d7065a598f570bb42f2fb40de54a143ed9d7508410d7fce455d2ec005bf49b9b - 0.0% (8.83 KB)
[#003] sha256:76cf1ac88c48ff67a88a0be3eba5de30c16dce04ec452167cb125a26c006483d - 7.28% (22.6 MB)
[#004] sha256:d14d8ed51030587cb6e6dd5fe64ddf89535870034056593afa4156d38fbec6ca - 0.0% (2.82 KB)
[#005] sha256:d691aa0b8b9c9da68246f951ddac135194e98e33ad1173b082e9ff38ea126216 - 0.0% (3.15 KB)
[#006] sha256:1ea8a77520c32b8a18cd3b0dd6f8be0270e717122c9ab31054a7e552cd4e36c0 - 0.01% (39.5 KB)
/bin/sh -c #(nop) ADD file:df16f0875beb3e2ec874706b70847129bcf4e49337f275e0018b0d9eb46512cf in /
2020-01-17 23:39:30 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=20200114 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-01-14 00:00:00-08:00
2020-01-17 23:39:30 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-05-30 00:50:35 UTC/bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>
2020-05-30 00:50:35 UTC/bin/sh -c #(nop) LABEL ceph=True
2020-05-30 00:50:36 UTC/bin/sh -c #(nop) LABEL RELEASE=HEAD
2020-05-30 00:50:36 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2020-05-30 00:50:36 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2020-05-30 00:50:37 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=f0a1ab7ab391aabcf4089445b4123447eab85200
2020-05-30 00:50:37 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=True
2020-05-30 00:50:37 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-15.2.3
2020-05-30 00:50:37 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=octopus
2020-05-30 00:50:38 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-15.2.3
2020-05-30 00:50:38 UTC/bin/sh -c #(nop) ENV CEPH_DEVEL=false
2020-05-30 00:55:27 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://download.nfs-ganesha.org/3/LATEST/CentOS/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.nfs-ganesha.org/3/LATEST/CentOS/el-\$releasever/noarch" >> /etc/yum.repos.d/ganesha.repo ; elif [[ "${CEPH_VERSION}" == octopus ]]; then echo "baseurl=http://download.ceph.com/nfs-ganesha/rpm-V3.2-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=http://download.ceph.com/nfs-ganesha/rpm-V3.2-stable/$CEPH_VERSION/el\$releasever/noarch/" >> /etc/yum.repos.d/ganesha.repo ; elif [[ "${CEPH_VERSION}" == nautilus ]]; then echo "baseurl=http://download.ceph.com/nfs-ganesha/rpm-V2.8-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; else echo "baseurl=http://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.3"; if [[ -n "-15.2.3" ]]; then CPR=-15.2.3 ; 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 [[ 8 -eq 8 ]]; then yum install -y dnf-plugins-core ; yum copr enable -y ktdreyer/ceph-el8 ; echo "[lab-extras]" > /etc/yum.repos.d/lab-extras.repo ; echo "name=labextras" >> /etc/yum.repos.d/lab-extras.repo ; echo "baseurl=http://apt-mirror.front.sepia.ceph.com/lab-extras/8/" >> /etc/yum.repos.d/lab-extras.repo ; echo "enabled=1" >> /etc/yum.repos.d/lab-extras.repo ; echo "gpgcheck=0" >> /etc/yum.repos.d/lab-extras.repo ; fi && if [[ "${CEPH_VERSION}" =~ master|^wip* ]] || ${CEPH_DEVEL}; then REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/8&flavor=default&ref=${CEPH_VERSION}&sha1=latest" | jq -a ".[0] | .url"); RELEASE_VER=0 ; 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.3 ceph-mon-15.2.3 ceph-osd-15.2.3 ceph-mds-15.2.3 rbd-mirror-15.2.3 ceph-mgr-15.2.3 ceph-mgr-cephadm-15.2.3 ceph-mgr-dashboard-15.2.3 ceph-mgr-diskprediction-local-15.2.3 ceph-mgr-k8sevents-15.2.3 ceph-mgr-rook-15.2.3 ceph-grafana-dashboards-15.2.3 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.3 libradosstriper1-15.2.3 attr ceph-fuse-15.2.3 rbd-nbd-15.2.3 && 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.3 ceph-mon-15.2.3 ceph-osd-15.2.3 ceph-mds-15.2.3 rbd-mirror-15.2.3 ceph-mgr-15.2.3 ceph-mgr-cephadm-15.2.3 ceph-mgr-dashboard-15.2.3 ceph-mgr-diskprediction-local-15.2.3 ceph-mgr-k8sevents-15.2.3 ceph-mgr-rook-15.2.3 ceph-grafana-dashboards-15.2.3 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.3 libradosstriper1-15.2.3 attr ceph-fuse-15.2.3 rbd-nbd-15.2.3 ) && 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.3 ceph-mon-15.2.3 ceph-osd-15.2.3 ceph-mds-15.2.3 rbd-mirror-15.2.3 ceph-mgr-15.2.3 ceph-mgr-cephadm-15.2.3 ceph-mgr-dashboard-15.2.3 ceph-mgr-diskprediction-local-15.2.3 ceph-mgr-k8sevents-15.2.3 ceph-mgr-rook-15.2.3 ceph-grafana-dashboards-15.2.3 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.3 libradosstriper1-15.2.3 attr ceph-fuse-15.2.3 rbd-nbd-15.2.3 && echo 'Packages verified successfully'
2020-06-18 21:15:04 UTC/bin/sh -c #(nop) ARG ARCH
2020-06-18 21:15:04 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2020-06-18 21:15:08 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-06-18 21:15:10 UTC/bin/sh -c #(nop) COPY multi:783aa5ea34a1cd74856e44daefd333d5af74a9b05d60fdfcdb7303ef149f815b in /usr/local/bin/
2020-06-18 21:15:16 UTC/bin/sh -c #(nop) COPY dir:03de5e30799f8c13333e6a70143d1e38b074aa3bbac74af691b3cba5fd88504a in /etc/ceph-csi
2020-06-18 21:15:16 UTC/bin/sh -c #(nop) COPY dir:98a3deb4c9b5c9d486db40e35104acfff45600b8a7f209602ff6eea30ca4bf3c in /etc/ceph-monitoring
2020-06-18 21:15:16 UTC/bin/sh -c #(nop) COPY dir:de6335b6151572c8b4e26563f9e4ef20957e741c6977813125f5a748fed8a38e in /etc/ceph-csv-templates
2020-06-18 21:15:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2020-06-18 21:15:17 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.