2020-09-21 18:57:21 UTC
302 MB
false
CEPH_POINT_RELEASE-14.2.10
CEPH_VERSIONnautilus
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:524b0c1e57f8ee5fee01a1decba2f301c324a6513ca3551021264e3aa7341ebc - 23.98% (72.4 MB)
[#001] sha256:9c37d3b92249b83107588434d2effe15c290a1071b913ac6073c21958f8d4608 - 67.77% (204 MB)
[#002] sha256:83f747c349ed9147081f8ff24a23189d57bbdd4dac1c002a2a5d83de184e46f5 - 0.0% (9.49 KB)
[#003] sha256:ec2aa41a98271333a7a623a628e44a13b0723ac2aaeaf055a51aba7b282a4fbf - 8.23% (24.8 MB)
[#004] sha256:09a5d8675fe27c2e411cb1858b8409aec648bb0a43823fffb93ae1912770f847 - 0.0% (2.69 KB)
[#005] sha256:bafb86ca2dca2e8c68c70d4ddc61ce5a035c63b7ec40a622cd968750955af615 - 0.0% (3.44 KB)
[#006] sha256:7eeeadac41f907f58edcc4fac01d68d383f8e2fde6ec927fcd212659e9d3336e - 0.01% (41.8 KB)
/bin/sh -c #(nop) ADD file:38e2d2a1a0cd8694bd5086f257fdf7504f0c2481bf4f746c9bd1c8d9f3f6430d in /
2020-05-05 21:20:06 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=20200504 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-05-04 00:00:00+01:00
2020-05-05 21:20:07 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-06-26 15:59:07 UTC/bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>
2020-06-26 15:59:07 UTC/bin/sh -c #(nop) LABEL ceph=True
2020-06-26 15:59:07 UTC/bin/sh -c #(nop) LABEL RELEASE=HEAD
2020-06-26 15:59:07 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2020-06-26 15:59:07 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2020-06-26 15:59:08 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=904c321202ac882724f1ba1bb2b1fab343b6ec02
2020-06-26 15:59:08 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=True
2020-06-26 15:59:08 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-14.2.10
2020-06-26 15:59:08 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=nautilus
2020-06-26 15:59:08 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-14.2.10
2020-06-26 15:59:08 UTC/bin/sh -c #(nop) ENV CEPH_DEVEL=false
2020-06-26 16:01:28 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" ]; 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.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=https://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=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 python-rtslib" ]; then curl -s -L https://shaman.ceph.com/api/repos/tcmu-runner/master/latest/centos/7/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/7/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/el7/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ; else curl -s -L https://download.ceph.com/ceph-iscsi/2/rpm/el7/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-14.2.10"; if [[ -n "-14.2.10" ]]; then CPR=-14.2.10 ; 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 [[ 7 -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/7&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}/el7/"; fi && rpm -Uvh "$REPO_URL/noarch/ceph-release-1-${RELEASE_VER}.el7.noarch.rpm" ' && yum install -y ca-certificates e2fsprogs ceph-common-14.2.10 ceph-mon-14.2.10 ceph-osd-14.2.10 ceph-mds-14.2.10 rbd-mirror-14.2.10 ceph-mgr-14.2.10 ceph-mgr-dashboard-14.2.10 ceph-mgr-diskprediction-local-14.2.10 ${CEPH_MGR_K8SEVENTS} ceph-mgr-rook-14.2.10 ceph-grafana-dashboards-14.2.10 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.10 libradosstriper1-14.2.10 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse-14.2.10 rbd-nbd-14.2.10 && 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 && rpmdb --rebuilddb && rpm -q ca-certificates e2fsprogs ceph-common-14.2.10 ceph-mon-14.2.10 ceph-osd-14.2.10 ceph-mds-14.2.10 rbd-mirror-14.2.10 ceph-mgr-14.2.10 ceph-mgr-dashboard-14.2.10 ceph-mgr-diskprediction-local-14.2.10 ${CEPH_MGR_K8SEVENTS} ceph-mgr-rook-14.2.10 ceph-grafana-dashboards-14.2.10 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.10 libradosstriper1-14.2.10 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse-14.2.10 rbd-nbd-14.2.10 && yum-config-manager --disable ceph-iscsi ceph-iscsi-source ceph-iscsi-noarch tcmu-runner tcmu-runner-noarch tcmu-runner-source) && 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,systemd,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-14.2.10 ceph-mon-14.2.10 ceph-osd-14.2.10 ceph-mds-14.2.10 rbd-mirror-14.2.10 ceph-mgr-14.2.10 ceph-mgr-dashboard-14.2.10 ceph-mgr-diskprediction-local-14.2.10 ${CEPH_MGR_K8SEVENTS} ceph-mgr-rook-14.2.10 ceph-grafana-dashboards-14.2.10 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.10 libradosstriper1-14.2.10 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse-14.2.10 rbd-nbd-14.2.10 && echo 'Packages verified successfully'
2020-09-21 18:57:13 UTC/bin/sh -c #(nop) ARG ARCH
2020-09-21 18:57:13 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2020-09-21 18:57:16 UTC|2 ARCH=amd64 TINI_VERSION=v0.16.1 /bin/sh -c curl --fail -sSL -o /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${ARCH} && chmod +x /tini
2020-09-21 18:57:17 UTC/bin/sh -c #(nop) COPY multi:99847e7a7b8be2f62f58ba4d0625ce3f92b3f1e6681af01a03ebd4fdf90681eb in /usr/local/bin/
2020-09-21 18:57:20 UTC/bin/sh -c #(nop) COPY dir:63924d20104fbbdfd319d36313709ba00a2415ed7367611a96e72e78127469d6 in /etc/ceph-csi
2020-09-21 18:57:20 UTC/bin/sh -c #(nop) COPY dir:c3a2737f4efbda7442474aba56608801463c20359ab04f78cd6aeed40653ef76 in /etc/ceph-monitoring
2020-09-21 18:57:21 UTC/bin/sh -c #(nop) COPY dir:226185b99e89a349184b25748d15226537c5c6393fda207f5110ebfeb54728bd in /etc/ceph-csv-templates
2020-09-21 18:57:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2020-09-21 18:57:21 UTC/bin/sh -c #(nop) CMD [""]
2020-09-21 18:59:16 UTC
494 MB
false
CEPH_POINT_RELEASE-14.2.10
CEPH_VERSIONnautilus
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ae60b79047f8473e02511e923f461b869b62d2bf110b9fa282656e9f0128932d - 20.18% (99.7 MB)
[#001] sha256:1c32732d0ba42c3ee21512ff7f3fc844bb85f44490e2fc0408d0fc2c16e27036 - 75.26% (372 MB)
[#002] sha256:6c1edc21fb935108b03d2ec2f44bacadfed3b63de496e83ec4728f7d4e991d9c - 0.0% (9.13 KB)
[#003] sha256:8aa4b1b97d20c4945dd7032077b86b7ed9edb473a09d8a9a8eb8d63ade5fc505 - 4.56% (22.5 MB)
[#004] sha256:5fad0a60df5a09886e20eef2a988ccbb65942b77f87c39579a6f23e0bc518413 - 0.0% (2.69 KB)
[#005] sha256:e3beec241dd186cb20c09eda0761f03be58b77eb78dd11099d1df1baa66b049e - 0.0% (3.44 KB)
[#006] sha256:70a7f5a4b162c008feacc11481c450caff71a3786c2f3288656d682932ee7edd - 0.01% (41.8 KB)
/bin/sh -c #(nop) ADD file:d64254c17612e9076d442240e4e567c0467ab6c4ca282ba5553f602805ad89ac in /
2020-05-05 21:41: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=20200504 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-05-04 00:00:00+01:00
2020-05-05 21:41:31 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-06-26 16:11:11 UTC/bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>
2020-06-26 16:11:11 UTC/bin/sh -c #(nop) LABEL ceph=True
2020-06-26 16:11:11 UTC/bin/sh -c #(nop) LABEL RELEASE=HEAD
2020-06-26 16:11:12 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2020-06-26 16:11:12 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2020-06-26 16:11:12 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=904c321202ac882724f1ba1bb2b1fab343b6ec02
2020-06-26 16:11:12 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=True
2020-06-26 16:11:13 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-14.2.10
2020-06-26 16:11:13 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=nautilus
2020-06-26 16:11:13 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-14.2.10
2020-06-26 16:11:14 UTC/bin/sh -c #(nop) ENV CEPH_DEVEL=false
2020-06-26 16:17: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.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=https://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=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/7/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/7/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/el7/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ; else curl -s -L https://download.ceph.com/ceph-iscsi/2/rpm/el7/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-14.2.10"; if [[ -n "-14.2.10" ]]; then CPR=-14.2.10 ; 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 [[ 7 -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/7&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}/el7/"; fi && rpm -Uvh "$REPO_URL/noarch/ceph-release-1-${RELEASE_VER}.el7.noarch.rpm" ' && yum install -y ca-certificates e2fsprogs ceph-common-14.2.10 ceph-mon-14.2.10 ceph-osd-14.2.10 ceph-mds-14.2.10 rbd-mirror-14.2.10 ceph-mgr-14.2.10 ceph-mgr-dashboard-14.2.10 ceph-mgr-diskprediction-local-14.2.10 ${CEPH_MGR_K8SEVENTS} ceph-mgr-rook-14.2.10 ceph-grafana-dashboards-14.2.10 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.10 libradosstriper1-14.2.10 attr ceph-fuse-14.2.10 rbd-nbd-14.2.10 && 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 && rpmdb --rebuilddb && rpm -q ca-certificates e2fsprogs ceph-common-14.2.10 ceph-mon-14.2.10 ceph-osd-14.2.10 ceph-mds-14.2.10 rbd-mirror-14.2.10 ceph-mgr-14.2.10 ceph-mgr-dashboard-14.2.10 ceph-mgr-diskprediction-local-14.2.10 ${CEPH_MGR_K8SEVENTS} ceph-mgr-rook-14.2.10 ceph-grafana-dashboards-14.2.10 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.10 libradosstriper1-14.2.10 attr ceph-fuse-14.2.10 rbd-nbd-14.2.10 && yum-config-manager --disable ceph-iscsi ceph-iscsi-source ceph-iscsi-noarch tcmu-runner tcmu-runner-noarch tcmu-runner-source) && 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,systemd,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-14.2.10 ceph-mon-14.2.10 ceph-osd-14.2.10 ceph-mds-14.2.10 rbd-mirror-14.2.10 ceph-mgr-14.2.10 ceph-mgr-dashboard-14.2.10 ceph-mgr-diskprediction-local-14.2.10 ${CEPH_MGR_K8SEVENTS} ceph-mgr-rook-14.2.10 ceph-grafana-dashboards-14.2.10 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.10 libradosstriper1-14.2.10 attr ceph-fuse-14.2.10 rbd-nbd-14.2.10 && echo 'Packages verified successfully'
2020-09-21 18:59:07 UTC/bin/sh -c #(nop) ARG ARCH
2020-09-21 18:59:07 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2020-09-21 18:59:12 UTC|2 ARCH=arm64 TINI_VERSION=v0.16.1 /bin/sh -c curl --fail -sSL -o /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${ARCH} && chmod +x /tini
2020-09-21 18:59:14 UTC/bin/sh -c #(nop) COPY multi:df28251406babbaf334e2ca31126aa7481bbe60c7b3e6890747e224719b84413 in /usr/local/bin/
2020-09-21 18:59:15 UTC/bin/sh -c #(nop) COPY dir:63924d20104fbbdfd319d36313709ba00a2415ed7367611a96e72e78127469d6 in /etc/ceph-csi
2020-09-21 18:59:15 UTC/bin/sh -c #(nop) COPY dir:c3a2737f4efbda7442474aba56608801463c20359ab04f78cd6aeed40653ef76 in /etc/ceph-monitoring
2020-09-21 18:59:15 UTC/bin/sh -c #(nop) COPY dir:4ee6d17949df240a545069855bc8125d40ccbbebd797d97bf8ad20f9ea7d34d1 in /etc/ceph-csv-templates
2020-09-21 18:59:15 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2020-09-21 18:59:16 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.