2020-06-29 16:24:45 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:4b60ef524183c3fc6c5c9c8c5f3f9d1ff262bf7ffdad2d9d474d926ab847f968 - 0.0% (9.25 KB)
[#003] sha256:a1c01da28f18d62ecd55d634299fd1053b52f793281cedc685267b3d8d96f3ea - 7.1% (25 MB)
[#004] sha256:6a9520d033429333a40f9c47cacc6cf945308da16512cf968beafbb94f2e4591 - 0.0% (2.82 KB)
[#005] sha256:fb5f7810811a1b1685073f7dcf3e8da4938701ecb2fa1de0e5cceeac608d4a06 - 0.0% (3.44 KB)
[#006] sha256:86656f474ddfedc5fd386c15e9230b694fc3c3e58e99f4619af503b641114fd1 - 0.01% (39.6 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-29 16:24:38 UTC/bin/sh -c #(nop) ARG ARCH
2020-06-29 16:24:38 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2020-06-29 16:24:40 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-29 16:24:42 UTC/bin/sh -c #(nop) COPY multi:52aba468ed1c47f241107c2f35f7d928611d155a40b477f065afe5dc67826eba in /usr/local/bin/
2020-06-29 16:24:44 UTC/bin/sh -c #(nop) COPY dir:03de5e30799f8c13333e6a70143d1e38b074aa3bbac74af691b3cba5fd88504a in /etc/ceph-csi
2020-06-29 16:24:44 UTC/bin/sh -c #(nop) COPY dir:c3a2737f4efbda7442474aba56608801463c20359ab04f78cd6aeed40653ef76 in /etc/ceph-monitoring
2020-06-29 16:24:44 UTC/bin/sh -c #(nop) COPY dir:09bfcc350bbbcc4a4fd5182a481cb42d4a0445bc3cb3a268c0054783e474d10e in /etc/ceph-csv-templates
2020-06-29 16:24:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2020-06-29 16:24:45 UTC/bin/sh -c #(nop) CMD [""]
2020-06-29 16:27:11 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.21% (218 MB)
[#002] sha256:ef3f00e246818b133f85abf6827dbaef0137756aee72d468df81155fb6efe353 - 0.0% (8.83 KB)
[#003] sha256:7e2e37734e7bd7bc79f096db48045ab71b877a027f811e3f0e4e2cb35a3dc1b4 - 7.28% (22.6 MB)
[#004] sha256:a92d240a5841491b85be50fd362f4c128ec4ea331e69724d66ab0786c1b362b7 - 0.0% (2.82 KB)
[#005] sha256:f02d404817dce62ac434d197b16d0989611fb6423e26e6567d8e379b2e15f1f4 - 0.0% (3.44 KB)
[#006] sha256:f8b802d427f3b3e5f36aae928a714d252eba92c69c2f22e19a37a79107bf25aa - 0.01% (39.6 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-29 16:26:58 UTC/bin/sh -c #(nop) ARG ARCH
2020-06-29 16:26:58 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2020-06-29 16:27:03 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-29 16:27:04 UTC/bin/sh -c #(nop) COPY multi:61d6672b44d4424254fb5e14095243dbe8d48632ce820d806b09e56c8dfee5d8 in /usr/local/bin/
2020-06-29 16:27:10 UTC/bin/sh -c #(nop) COPY dir:03de5e30799f8c13333e6a70143d1e38b074aa3bbac74af691b3cba5fd88504a in /etc/ceph-csi
2020-06-29 16:27:10 UTC/bin/sh -c #(nop) COPY dir:c3a2737f4efbda7442474aba56608801463c20359ab04f78cd6aeed40653ef76 in /etc/ceph-monitoring
2020-06-29 16:27:10 UTC/bin/sh -c #(nop) COPY dir:1356f80d925004c119a476b489c828f7d19411899fc92296c40d6c7b9b34f653 in /etc/ceph-csv-templates
2020-06-29 16:27:11 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2020-06-29 16:27:11 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.