Namespace
rook
Image / Tag
ceph:v1.5.0.354.ge54fcc7
Content Digest
sha256:9e4b58173420496177b50ed4126b235e08adaf7c35938ec373eed6a9ae002bb0
Details
Created

2021-01-26 17:18:14 UTC

Size

337 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -15.2.8
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    4289d4d722f77bb5ddad5e5f98141a2a1c21a48f
  • GIT_REPO
    https://github.com/ceph/ceph-container.git
  • RELEASE
    HEAD
  • ceph
    True
  • maintainer
    Dimitri Savineau <dsavinea@redhat.com>
  • org.label-schema.build-date
    20201204
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS

Environment
CEPH_DEVEL

false

CEPH_POINT_RELEASE

-15.2.8

CEPH_REF

octopus

CEPH_VERSION

octopus

OSD_FLAVOR

default

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 - 21.26% (71.7 MB)

[#001] sha256:ed95fc83a07fad7680afaeec439065bb3e4f87304ea9bfde3364ff1186f6abc9 - 71.15% (240 MB)

[#002] sha256:8e14930358bed290dd05cd9a356698a2501f83ac391207a6fa0f9ed807821de6 - 0.0% (9.25 KB)

[#003] sha256:f946581a389bda73ccebaa06deed17a026bcdce32c9b6d4b268f5657d70bfa22 - 7.56% (25.5 MB)

[#004] sha256:09a465ffbd7e22ad6aa0222631eb9340c36c1d5bc0c9d110ad81f378b773c8ac - 0.0% (2.71 KB)

[#005] sha256:21f954074f64d9efff23d2521799cd3d01cac94624c86f140159dfcd8f9e26fc - 0.0% (3.58 KB)

[#006] sha256:9cd0d101111cf55625cb357b521a95c5784a73d8b3541f496b79e5471769711c - 0.0% (10.9 KB)

[#007] sha256:b501c9b5aba4eac8fb1d0d140c5c8507bfe1aacf5ddfd942fd823e8f7db6c46b - 0.02% (56.1 KB)


History
2020-12-08 00:22:52 UTC

/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"]

2020-12-17 02:00:35 UTC

/bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>

2020-12-17 02:00:35 UTC

/bin/sh -c #(nop) LABEL ceph=True

2020-12-17 02:00:35 UTC

/bin/sh -c #(nop) LABEL RELEASE=HEAD

2020-12-17 02:00:35 UTC

/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git

2020-12-17 02:00:35 UTC

/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD

2020-12-17 02:00:35 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=4289d4d722f77bb5ddad5e5f98141a2a1c21a48f

2020-12-17 02:00:36 UTC

/bin/sh -c #(nop) LABEL GIT_CLEAN=True

2020-12-17 02:00:36 UTC

/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-15.2.8

2020-12-17 02:00:36 UTC

/bin/sh -c #(nop) ENV CEPH_VERSION=octopus

2020-12-17 02:00:36 UTC

/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-15.2.8

2020-12-17 02:00:36 UTC

/bin/sh -c #(nop) ENV CEPH_DEVEL=false

2020-12-17 02:00:36 UTC

/bin/sh -c #(nop) ENV CEPH_REF=octopus

2020-12-17 02:00:37 UTC

/bin/sh -c #(nop) ENV OSD_FLAVOR=default

2020-12-17 02:02:58 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 ; 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 ]]; 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.8"; if [[ -n "-15.2.8" ]]; then CPR=-15.2.8 ; 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 REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/8&flavor=${OSD_FLAVOR}&ref=${CEPH_REF}&sha1=latest" | jq -a ".[0] | .url"); RELEASE_VER=0 ; if [[ "${OSD_FLAVOR}" == "crimson" ]]; then CRIMSON_PACKAGES="ceph-crimson-osd-15.2.8"; 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.8 ceph-mon-15.2.8 ceph-osd-15.2.8 ceph-mds-15.2.8 rbd-mirror-15.2.8 ceph-mgr-15.2.8 ceph-mgr-cephadm-15.2.8 ceph-mgr-dashboard-15.2.8 ceph-mgr-diskprediction-local-15.2.8 ceph-mgr-k8sevents-15.2.8 ceph-mgr-rook-15.2.8 python3-saml ceph-grafana-dashboards-15.2.8 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.8 libradosstriper1-15.2.8 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.8 rbd-nbd-15.2.8 ${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.8 ceph-mon-15.2.8 ceph-osd-15.2.8 ceph-mds-15.2.8 rbd-mirror-15.2.8 ceph-mgr-15.2.8 ceph-mgr-cephadm-15.2.8 ceph-mgr-dashboard-15.2.8 ceph-mgr-diskprediction-local-15.2.8 ceph-mgr-k8sevents-15.2.8 ceph-mgr-rook-15.2.8 python3-saml ceph-grafana-dashboards-15.2.8 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.8 libradosstriper1-15.2.8 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.8 rbd-nbd-15.2.8 ${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.8 ceph-mon-15.2.8 ceph-osd-15.2.8 ceph-mds-15.2.8 rbd-mirror-15.2.8 ceph-mgr-15.2.8 ceph-mgr-cephadm-15.2.8 ceph-mgr-dashboard-15.2.8 ceph-mgr-diskprediction-local-15.2.8 ceph-mgr-k8sevents-15.2.8 ceph-mgr-rook-15.2.8 python3-saml ceph-grafana-dashboards-15.2.8 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.8 libradosstriper1-15.2.8 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.8 rbd-nbd-15.2.8 ${CRIMSON_PACKAGES} && echo 'Packages verified successfully'

2021-01-26 17:18:09 UTC

/bin/sh -c #(nop) ARG ARCH

2021-01-26 17:18:09 UTC

/bin/sh -c #(nop) ARG TINI_VERSION

2021-01-26 17:18:10 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-01-26 17:18:12 UTC

/bin/sh -c #(nop) COPY multi:afd4658c3a821fb3d134188b7a820d4f67164a16c8ea6bf1111f938a2b22ca6a in /usr/local/bin/

2021-01-26 17:18:13 UTC

/bin/sh -c #(nop) COPY dir:9543dba921e6405197a28ab2f305c9ede71f5fa684708bef9203a46bbf98ee69 in /etc/ceph-csi

2021-01-26 17:18:13 UTC

/bin/sh -c #(nop) COPY dir:e0ff98c12e19387e0b1a02af3ebdfa932bdbfb445aab2caef6cca8b1fbf07267 in /etc/ceph-monitoring

2021-01-26 17:18:13 UTC

/bin/sh -c #(nop) COPY dir:5ce18c39a91881316ce29f44f415dd8023502e09d3337387879267fb7c2eb658 in /etc/rook-external/

2021-01-26 17:18:13 UTC

/bin/sh -c #(nop) COPY dir:3431fa08da88197e7bfb78646cc7f8b07f2ddc17d324bbda82af959988f5a0f9 in /etc/ceph-csv-templates

2021-01-26 17:18:14 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]

2021-01-26 17:18:14 UTC

/bin/sh -c #(nop) CMD [""]

Details
Created

2021-01-26 17:19:53 UTC

Size

290 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -15.2.8
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    4289d4d722f77bb5ddad5e5f98141a2a1c21a48f
  • GIT_REPO
    https://github.com/ceph/ceph-container.git
  • RELEASE
    HEAD
  • ceph
    True
  • maintainer
    Dimitri Savineau <dsavinea@redhat.com>
  • org.label-schema.build-date
    20201204
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS

Environment
CEPH_DEVEL

false

CEPH_POINT_RELEASE

-15.2.8

CEPH_REF

octopus

CEPH_VERSION

octopus

OSD_FLAVOR

default

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:333cbcae3fb80b9a46084ae4caea81a84aafda9700fb646ab89206d0cfe213fd - 24.87% (72.1 MB)

[#001] sha256:b9daf0d823ce8c5fc68f7405f5adc57edb9fba23c130bee4433081929d7e1f4c - 67.22% (195 MB)

[#002] sha256:7daba84ef9797789b51974e5fb2f5b7b467745cc28d19b953afc9a4654ec4771 - 0.0% (8.83 KB)

[#003] sha256:7c78503f8462533f32fe4fc442b3a978e25400c08e846e40f030f8849bb875d3 - 7.88% (22.8 MB)

[#004] sha256:4cb32c74111a2edc43917296df0f38c8852e0d17dd618b847ccf30d64ea24fa9 - 0.0% (2.71 KB)

[#005] sha256:35ba3b36603c7e190a3a7fbe6c5aac96e398c0cb2b501d84b92022aa52966c26 - 0.0% (3.58 KB)

[#006] sha256:e1144b4c8e9c030fbacfc9aca3919550f2031c28c616e52ec5319356ffb88f05 - 0.0% (10.9 KB)

[#007] sha256:bcf496bc253521dc07d78f3160e0a97923ac4234159700a56b369e6267c3d6bc - 0.02% (56.1 KB)


History
2020-12-07 23:42:06 UTC

/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"]

2020-12-17 02:01:38 UTC

/bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>

2020-12-17 02:01:38 UTC

/bin/sh -c #(nop) LABEL ceph=True

2020-12-17 02:01:38 UTC

/bin/sh -c #(nop) LABEL RELEASE=HEAD

2020-12-17 02:01:39 UTC

/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git

2020-12-17 02:01:39 UTC

/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD

2020-12-17 02:01:39 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=4289d4d722f77bb5ddad5e5f98141a2a1c21a48f

2020-12-17 02:01:39 UTC

/bin/sh -c #(nop) LABEL GIT_CLEAN=True

2020-12-17 02:01:40 UTC

/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-15.2.8

2020-12-17 02:01:40 UTC

/bin/sh -c #(nop) ENV CEPH_VERSION=octopus

2020-12-17 02:01:40 UTC

/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-15.2.8

2020-12-17 02:01:41 UTC

/bin/sh -c #(nop) ENV CEPH_DEVEL=false

2020-12-17 02:01:41 UTC

/bin/sh -c #(nop) ENV CEPH_REF=octopus

2020-12-17 02:01:41 UTC

/bin/sh -c #(nop) ENV OSD_FLAVOR=default

2020-12-17 02:05:09 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 ; 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 ]]; 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.8"; if [[ -n "-15.2.8" ]]; then CPR=-15.2.8 ; 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 REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/8&flavor=${OSD_FLAVOR}&ref=${CEPH_REF}&sha1=latest" | jq -a ".[0] | .url"); RELEASE_VER=0 ; if [[ "${OSD_FLAVOR}" == "crimson" ]]; then CRIMSON_PACKAGES="ceph-crimson-osd-15.2.8"; 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.8 ceph-mon-15.2.8 ceph-osd-15.2.8 ceph-mds-15.2.8 rbd-mirror-15.2.8 ceph-mgr-15.2.8 ceph-mgr-cephadm-15.2.8 ceph-mgr-dashboard-15.2.8 ceph-mgr-diskprediction-local-15.2.8 ceph-mgr-k8sevents-15.2.8 ceph-mgr-rook-15.2.8 ceph-grafana-dashboards-15.2.8 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.8 libradosstriper1-15.2.8 attr ceph-fuse-15.2.8 rbd-nbd-15.2.8 ${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.8 ceph-mon-15.2.8 ceph-osd-15.2.8 ceph-mds-15.2.8 rbd-mirror-15.2.8 ceph-mgr-15.2.8 ceph-mgr-cephadm-15.2.8 ceph-mgr-dashboard-15.2.8 ceph-mgr-diskprediction-local-15.2.8 ceph-mgr-k8sevents-15.2.8 ceph-mgr-rook-15.2.8 ceph-grafana-dashboards-15.2.8 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.8 libradosstriper1-15.2.8 attr ceph-fuse-15.2.8 rbd-nbd-15.2.8 ${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.8 ceph-mon-15.2.8 ceph-osd-15.2.8 ceph-mds-15.2.8 rbd-mirror-15.2.8 ceph-mgr-15.2.8 ceph-mgr-cephadm-15.2.8 ceph-mgr-dashboard-15.2.8 ceph-mgr-diskprediction-local-15.2.8 ceph-mgr-k8sevents-15.2.8 ceph-mgr-rook-15.2.8 ceph-grafana-dashboards-15.2.8 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.8 libradosstriper1-15.2.8 attr ceph-fuse-15.2.8 rbd-nbd-15.2.8 ${CRIMSON_PACKAGES} && echo 'Packages verified successfully'

2021-01-26 17:19:45 UTC

/bin/sh -c #(nop) ARG ARCH

2021-01-26 17:19:45 UTC

/bin/sh -c #(nop) ARG TINI_VERSION

2021-01-26 17:19:50 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-01-26 17:19:51 UTC

/bin/sh -c #(nop) COPY multi:51755e683c7e8d0d03249976968d2b3299aa99c33ff596c5131edff4d663de8f in /usr/local/bin/

2021-01-26 17:19:52 UTC

/bin/sh -c #(nop) COPY dir:9543dba921e6405197a28ab2f305c9ede71f5fa684708bef9203a46bbf98ee69 in /etc/ceph-csi

2021-01-26 17:19:53 UTC

/bin/sh -c #(nop) COPY dir:e0ff98c12e19387e0b1a02af3ebdfa932bdbfb445aab2caef6cca8b1fbf07267 in /etc/ceph-monitoring

2021-01-26 17:19:53 UTC

/bin/sh -c #(nop) COPY dir:5ce18c39a91881316ce29f44f415dd8023502e09d3337387879267fb7c2eb658 in /etc/rook-external/

2021-01-26 17:19:53 UTC

/bin/sh -c #(nop) COPY dir:fbe2e851adc3ba61187992747921b66c111d034858e6809843868963d516dedf in /etc/ceph-csv-templates

2021-01-26 17:19:53 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]

2021-01-26 17:19:53 UTC

/bin/sh -c #(nop) CMD [""]

Danger Zone
Delete Tag

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.

Delete