2021-06-21 23:09:23 UTC
385 MB
false
CEPH_POINT_RELEASE-16.2.4
CEPH_REFpacific
CEPH_VERSIONpacific
OSD_FLAVORdefault
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 - 18.63% (71.7 MB)
[#001] sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39 - 74.76% (288 MB)
[#002] sha256:79da1a00e446407d622be052876059070728fa670b19a9a34ddbbfc7c31e8924 - 0.0% (9.24 KB)
[#003] sha256:7453fa69c448e76b31c7dd62784a1960d7ed09c3d31b04abdfd9b069b5a3dd07 - 6.58% (25.3 MB)
[#004] sha256:beb7cf01d5fb958effead0e79b7474607cd736932483ce47b5c295635ffb5d6a - 0.0% (2.78 KB)
[#005] sha256:54b6130f7dad4a2367a01a22c160a7dfa6bd269678b8cc597bd45b194806e863 - 0.0% (3.98 KB)
[#006] sha256:5e15a8d227370ac0252fc38bea99565dfeeffbaa706d8b483f17a9bef9b18394 - 0.0% (18.1 KB)
[#007] sha256:1bb1d6b8e2071b58a4b4e5b7e4bc70521af99a4f40a6d103e8ddbdcd82a58f92 - 0.03% (126 KB)
/bin/sh -c #(nop) ADD file:bd7a2aed6ede423b719ceb2f723e4ecdfa662b28639c8429731c878e86fb138b in /
2020-12-08 00:22:52 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=20201204
2020-12-08 00:22:53 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-13 23:49:17 UTC/bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>
2021-05-13 23:49:17 UTC/bin/sh -c #(nop) LABEL ceph=True
2021-05-13 23:49:17 UTC/bin/sh -c #(nop) LABEL RELEASE=HEAD
2021-05-13 23:49:17 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2021-05-13 23:49:18 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2021-05-13 23:49:18 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e
2021-05-13 23:49:18 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=True
2021-05-13 23:52:10 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-16.2.4
2021-05-13 23:52:10 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=pacific
2021-05-13 23:52:10 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-16.2.4
2021-05-13 23:52:11 UTC/bin/sh -c #(nop) ENV CEPH_DEVEL=false
2021-05-13 23:52:11 UTC/bin/sh -c #(nop) ENV CEPH_REF=pacific
2021-05-13 23:52:11 UTC/bin/sh -c #(nop) ENV OSD_FLAVOR=default
2021-05-13 23:54:12 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 ]]; 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 --setopt=install_weak_deps=False && rpm --import 'https://download.ceph.com/keys/release.asc' && if [[ "${CEPH_VERSION}" == nautilus ]]; then CEPH_MGR_K8SEVENTS="ceph-mgr-k8sevents-16.2.4"; if [[ -n "-16.2.4" ]]; then CPR=-16.2.4 ; 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-16.2.4"; 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 --setopt=install_weak_deps=False ca-certificates e2fsprogs ceph-common-16.2.4 ceph-mon-16.2.4 ceph-osd-16.2.4 ceph-mds-16.2.4 cephfs-mirror-16.2.4 rbd-mirror-16.2.4 ceph-mgr-16.2.4 ceph-mgr-cephadm-16.2.4 ceph-mgr-dashboard-16.2.4 ceph-mgr-diskprediction-local-16.2.4 ceph-mgr-k8sevents-16.2.4 ceph-mgr-rook-16.2.4 python3-saml ceph-grafana-dashboards-16.2.4 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.4 libradosstriper1-16.2.4 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-16.2.4 rbd-nbd-16.2.4 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.4 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-16.2.4 ceph-mon-16.2.4 ceph-osd-16.2.4 ceph-mds-16.2.4 cephfs-mirror-16.2.4 rbd-mirror-16.2.4 ceph-mgr-16.2.4 ceph-mgr-cephadm-16.2.4 ceph-mgr-dashboard-16.2.4 ceph-mgr-diskprediction-local-16.2.4 ceph-mgr-k8sevents-16.2.4 ceph-mgr-rook-16.2.4 python3-saml ceph-grafana-dashboards-16.2.4 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.4 libradosstriper1-16.2.4 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-16.2.4 rbd-nbd-16.2.4 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.4 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-16.2.4 ceph-mon-16.2.4 ceph-osd-16.2.4 ceph-mds-16.2.4 cephfs-mirror-16.2.4 rbd-mirror-16.2.4 ceph-mgr-16.2.4 ceph-mgr-cephadm-16.2.4 ceph-mgr-dashboard-16.2.4 ceph-mgr-diskprediction-local-16.2.4 ceph-mgr-k8sevents-16.2.4 ceph-mgr-rook-16.2.4 python3-saml ceph-grafana-dashboards-16.2.4 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.4 libradosstriper1-16.2.4 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-16.2.4 rbd-nbd-16.2.4 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.4 python3-scikit-learn && echo 'Packages verified successfully'
2021-06-21 23:09:09 UTC/bin/sh -c #(nop) ARG ARCH
2021-06-21 23:09:10 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2021-06-21 23:09:12 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
2021-06-21 23:09:15 UTC/bin/sh -c #(nop) COPY multi:551b0c526f8074ff972365912196c3970ac7c6c4a30ed95465eb96c327ad3797 in /usr/local/bin/
2021-06-21 23:09:17 UTC/bin/sh -c #(nop) COPY dir:ae6eac63768ec8b7f10ff3febd51662252039b7fcf9f5734d0cc97ab9e50fde4 in /etc/ceph-csi
2021-06-21 23:09:18 UTC/bin/sh -c #(nop) COPY dir:98dd0d46a05be0788396a069fa39e956c5d5e61c730cffc6330637350fc17110 in /etc/ceph-monitoring
2021-06-21 23:09:19 UTC/bin/sh -c #(nop) COPY dir:50818a34f9d474261b43425d7eebaaa37617bb5c8084e2cb79a77fac6ce119cc in /etc/rook-external/
2021-06-21 23:09:20 UTC/bin/sh -c #(nop) COPY dir:20947160ec2e7ca6a7eceea6bb11cccbe84e5f9816fa41ea2e9a57b37bf15de0 in /etc/ceph-csv-templates
2021-06-21 23:09:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2021-06-21 23:09:23 UTC/bin/sh -c #(nop) CMD [""]
2021-06-21 23:11:16 UTC
352 MB
false
CEPH_POINT_RELEASE-16.2.4
CEPH_REFpacific
CEPH_VERSIONpacific
OSD_FLAVORdefault
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:333cbcae3fb80b9a46084ae4caea81a84aafda9700fb646ab89206d0cfe213fd - 20.48% (72.1 MB)
[#001] sha256:d098586ff10db8a1c03016442d669ccc9ed9138c4dbe86118be2e6cd2a7016f0 - 73.06% (257 MB)
[#002] sha256:167aa11de18e520c7b68b9833fb3e2e4f579da5b5ff1aaa6b38a4b8bff50def2 - 0.0% (8.83 KB)
[#003] sha256:6a47b2e0637acc6347d59484bdbcd04b6a77a866412171cfd0f54a315cd34a8c - 6.4% (22.6 MB)
[#004] sha256:e24f80d7954b6d2b26e3649e911d9b5cd595b7738ab9dfcbf292426d2a3f74e3 - 0.0% (2.78 KB)
[#005] sha256:e6948041122c70a61c1b29ca1c92dd0273dd98da9369c35060ef77f1a6143b96 - 0.0% (3.98 KB)
[#006] sha256:bbe7f36f466f80a8fdadb484595f7deb92cac3bd3d68704b9a29a6f452cd0037 - 0.01% (18.1 KB)
[#007] sha256:01653b264bf6e987c89e943653dc5511ac4c54728a964b22dd37a3dc68625a7f - 0.05% (172 KB)
/bin/sh -c #(nop) ADD file:edd6e1253ec7bbb67b5a28d40c7d28b34a443c2cfa327bebf55c8b0b19484bf9 in /
2020-12-07 23:42:09 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=20201204
2020-12-07 23:42:10 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-13 23:55:29 UTC/bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>
2021-05-13 23:55:29 UTC/bin/sh -c #(nop) LABEL ceph=True
2021-05-13 23:55:30 UTC/bin/sh -c #(nop) LABEL RELEASE=HEAD
2021-05-13 23:55:30 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2021-05-13 23:55:30 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2021-05-13 23:55:30 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e
2021-05-13 23:55:31 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=True
2021-05-14 00:01:34 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-16.2.4
2021-05-14 00:01:35 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=pacific
2021-05-14 00:01:35 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-16.2.4
2021-05-14 00:01:35 UTC/bin/sh -c #(nop) ENV CEPH_DEVEL=false
2021-05-14 00:01:35 UTC/bin/sh -c #(nop) ENV CEPH_REF=pacific
2021-05-14 00:01:36 UTC/bin/sh -c #(nop) ENV OSD_FLAVOR=default
2021-05-14 00:05:57 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 ]]; 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 --setopt=install_weak_deps=False && rpm --import 'https://download.ceph.com/keys/release.asc' && if [[ "${CEPH_VERSION}" == nautilus ]]; then CEPH_MGR_K8SEVENTS="ceph-mgr-k8sevents-16.2.4"; if [[ -n "-16.2.4" ]]; then CPR=-16.2.4 ; 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-16.2.4"; 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 --setopt=install_weak_deps=False ca-certificates e2fsprogs ceph-common-16.2.4 ceph-mon-16.2.4 ceph-osd-16.2.4 ceph-mds-16.2.4 cephfs-mirror-16.2.4 rbd-mirror-16.2.4 ceph-mgr-16.2.4 ceph-mgr-cephadm-16.2.4 ceph-mgr-dashboard-16.2.4 ceph-mgr-diskprediction-local-16.2.4 ceph-mgr-k8sevents-16.2.4 ceph-mgr-rook-16.2.4 ceph-grafana-dashboards-16.2.4 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.4 libradosstriper1-16.2.4 tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-16.2.4 rbd-nbd-16.2.4 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.4 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-16.2.4 ceph-mon-16.2.4 ceph-osd-16.2.4 ceph-mds-16.2.4 cephfs-mirror-16.2.4 rbd-mirror-16.2.4 ceph-mgr-16.2.4 ceph-mgr-cephadm-16.2.4 ceph-mgr-dashboard-16.2.4 ceph-mgr-diskprediction-local-16.2.4 ceph-mgr-k8sevents-16.2.4 ceph-mgr-rook-16.2.4 ceph-grafana-dashboards-16.2.4 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.4 libradosstriper1-16.2.4 tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-16.2.4 rbd-nbd-16.2.4 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.4 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-16.2.4 ceph-mon-16.2.4 ceph-osd-16.2.4 ceph-mds-16.2.4 cephfs-mirror-16.2.4 rbd-mirror-16.2.4 ceph-mgr-16.2.4 ceph-mgr-cephadm-16.2.4 ceph-mgr-dashboard-16.2.4 ceph-mgr-diskprediction-local-16.2.4 ceph-mgr-k8sevents-16.2.4 ceph-mgr-rook-16.2.4 ceph-grafana-dashboards-16.2.4 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.4 libradosstriper1-16.2.4 tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-16.2.4 rbd-nbd-16.2.4 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.4 python3-scikit-learn && echo 'Packages verified successfully'
2021-06-21 23:11:02 UTC/bin/sh -c #(nop) ARG ARCH
2021-06-21 23:11:04 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2021-06-21 23:11:06 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
2021-06-21 23:11:09 UTC/bin/sh -c #(nop) COPY multi:a66afa9745616551cbc06ccbbb873411237a8534c66c9d6d07398d8583c2e7bb in /usr/local/bin/
2021-06-21 23:11:10 UTC/bin/sh -c #(nop) COPY dir:ae6eac63768ec8b7f10ff3febd51662252039b7fcf9f5734d0cc97ab9e50fde4 in /etc/ceph-csi
2021-06-21 23:11:11 UTC/bin/sh -c #(nop) COPY dir:98dd0d46a05be0788396a069fa39e956c5d5e61c730cffc6330637350fc17110 in /etc/ceph-monitoring
2021-06-21 23:11:13 UTC/bin/sh -c #(nop) COPY dir:50818a34f9d474261b43425d7eebaaa37617bb5c8084e2cb79a77fac6ce119cc in /etc/rook-external/
2021-06-21 23:11:14 UTC/bin/sh -c #(nop) COPY dir:8e04579feadf596e64738595a415d0257d3564b3747c9e4039a9e18a932c3e93 in /etc/ceph-csv-templates
2021-06-21 23:11:15 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2021-06-21 23:11: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.