Namespace
rook
Image / Tag
ceph:v1.5.0.155.g3b9dad9
Content Digest
sha256:92dd7aa8689871e05832018f08198973abea8138aff3be5a591d945e7ca97f65
Details
Created

2020-12-04 15:37:49 UTC

Size

338 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -15.2.7
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    74bc74245d4867f6e24980130b7b697011bf73e6
  • GIT_REPO
    https://github.com/ceph/ceph-container.git
  • RELEASE
    HEAD
  • ceph
    True
  • maintainer
    Dimitri Savineau <dsavinea@redhat.com>
  • org.label-schema.build-date
    20200809
  • 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.7

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:3c72a8ed68140139e483fe7368ae4d9651422749e91483557cbd5ecf99a96110 - 21.1% (71.4 MB)

[#001] sha256:2fc5a32cae5b668581af1b25388f043188aa7ddbb5debee00319c764da45687d - 70.59% (239 MB)

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

[#003] sha256:677feee7272f8c8102d50338fbd9e393aef4e9272de92bd0cb6d7058c9377b4b - 8.29% (28 MB)

[#004] sha256:9eeb76467de73eeb2163eb5fe61aff8d6553efecbe7f0e27fe0fda62b084a907 - 0.0% (2.58 KB)

[#005] sha256:97e54b79f80351ba771dc62a505ff8ee6004f9cfbb55f89f732cc37f8cfc9de8 - 0.0% (3.57 KB)

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

[#007] sha256:67267b2a15d274b04f58b06fb40130239fdf95f29cc4705ff81850f3a0d82832 - 0.02% (56.2 KB)


History
2020-08-10 18:19:49 UTC

/bin/sh -c #(nop) ADD file:538afc0c5c964ce0dde0141953a4dcf03c2d993c5989c92e7fee418e9305e2a3 in /

2020-08-10 18:19:49 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=20200809

2020-08-10 18:19:49 UTC

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

2020-12-01 01:35:00 UTC

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

2020-12-01 01:35:00 UTC

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

2020-12-01 01:35:00 UTC

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

2020-12-01 01:35:01 UTC

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

2020-12-01 01:35:01 UTC

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

2020-12-01 01:35:01 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=74bc74245d4867f6e24980130b7b697011bf73e6

2020-12-01 01:35:01 UTC

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

2020-12-01 01:35:01 UTC

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

2020-12-01 01:35:01 UTC

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

2020-12-01 01:35:02 UTC

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

2020-12-01 01:35:02 UTC

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

2020-12-01 01:35:02 UTC

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

2020-12-01 01:35:02 UTC

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

2020-12-01 01:36:48 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.7"; if [[ -n "-15.2.7" ]]; then CPR=-15.2.7 ; 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 ; fi && 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.7"; 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.7 ceph-mon-15.2.7 ceph-osd-15.2.7 ceph-mds-15.2.7 rbd-mirror-15.2.7 ceph-mgr-15.2.7 ceph-mgr-cephadm-15.2.7 ceph-mgr-dashboard-15.2.7 ceph-mgr-diskprediction-local-15.2.7 ceph-mgr-k8sevents-15.2.7 ceph-mgr-rook-15.2.7 python3-saml ceph-grafana-dashboards-15.2.7 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.7 libradosstriper1-15.2.7 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.7 rbd-nbd-15.2.7 ${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.7 ceph-mon-15.2.7 ceph-osd-15.2.7 ceph-mds-15.2.7 rbd-mirror-15.2.7 ceph-mgr-15.2.7 ceph-mgr-cephadm-15.2.7 ceph-mgr-dashboard-15.2.7 ceph-mgr-diskprediction-local-15.2.7 ceph-mgr-k8sevents-15.2.7 ceph-mgr-rook-15.2.7 python3-saml ceph-grafana-dashboards-15.2.7 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.7 libradosstriper1-15.2.7 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.7 rbd-nbd-15.2.7 ${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.7 ceph-mon-15.2.7 ceph-osd-15.2.7 ceph-mds-15.2.7 rbd-mirror-15.2.7 ceph-mgr-15.2.7 ceph-mgr-cephadm-15.2.7 ceph-mgr-dashboard-15.2.7 ceph-mgr-diskprediction-local-15.2.7 ceph-mgr-k8sevents-15.2.7 ceph-mgr-rook-15.2.7 python3-saml ceph-grafana-dashboards-15.2.7 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.7 libradosstriper1-15.2.7 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.7 rbd-nbd-15.2.7 ${CRIMSON_PACKAGES} && echo 'Packages verified successfully'

2020-12-04 15:37:40 UTC

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

2020-12-04 15:37:40 UTC

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

2020-12-04 15:37:41 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-12-04 15:37:43 UTC

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

2020-12-04 15:37:48 UTC

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

2020-12-04 15:37:48 UTC

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

2020-12-04 15:37:48 UTC

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

2020-12-04 15:37:49 UTC

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

2020-12-04 15:37:49 UTC

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

2020-12-04 15:37:49 UTC

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

Details
Created

2020-12-04 15:39:47 UTC

Size

305 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -15.2.7
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    74bc74245d4867f6e24980130b7b697011bf73e6
  • GIT_REPO
    https://github.com/ceph/ceph-container.git
  • RELEASE
    HEAD
  • ceph
    True
  • maintainer
    Dimitri Savineau <dsavinea@redhat.com>
  • org.label-schema.build-date
    20200809
  • 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.7

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:deeb10e3e252e0ed6520bbaa2570413f3c1517305f8f397c3d59ae791ac23678 - 23.62% (71.9 MB)

[#001] sha256:71a10e14a347a591ca321380ae836c19fb0beddcb064a9bafa53d359e005867e - 67.97% (207 MB)

[#002] sha256:6d0ed29728d4f4f37447fcb27470f64c358c468c147dd2c48977497d991324ee - 0.0% (8.83 KB)

[#003] sha256:c6ea7e5272769c49cedae24337674b1951c586bbe93488b2ca6bad1ba66ab0e5 - 8.38% (25.5 MB)

[#004] sha256:3faffa22ce42626e685a70b847756521b6b8ca150e13618cc0800bde5c2d443e - 0.0% (2.58 KB)

[#005] sha256:b407d3b02b876fc24328fe0f4d19ec88986bf4ef9a7f5805630782b2fe6f8194 - 0.0% (3.57 KB)

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

[#007] sha256:12754871190af31f9e93d4198cf1cc8366a17beb36ea3661ce42ba77edc251ab - 0.02% (56.2 KB)


History
2020-08-10 18:39:46 UTC

/bin/sh -c #(nop) ADD file:9aef459f0ff88a7706ee982d7bfa724ae81676e2bf94ebc8fcd9043c73e72499 in /

2020-08-10 18:39:50 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=20200809

2020-08-10 18:39:51 UTC

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

2020-12-01 01:31:57 UTC

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

2020-12-01 01:31:58 UTC

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

2020-12-01 01:31:58 UTC

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

2020-12-01 01:31:58 UTC

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

2020-12-01 01:31:59 UTC

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

2020-12-01 01:31:59 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=74bc74245d4867f6e24980130b7b697011bf73e6

2020-12-01 01:31:59 UTC

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

2020-12-01 01:31:59 UTC

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

2020-12-01 01:32:00 UTC

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

2020-12-01 01:32:00 UTC

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

2020-12-01 01:32:00 UTC

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

2020-12-01 01:32:00 UTC

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

2020-12-01 01:32:01 UTC

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

2020-12-01 01:35:10 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.7"; if [[ -n "-15.2.7" ]]; then CPR=-15.2.7 ; 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 ; fi && 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.7"; 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.7 ceph-mon-15.2.7 ceph-osd-15.2.7 ceph-mds-15.2.7 rbd-mirror-15.2.7 ceph-mgr-15.2.7 ceph-mgr-cephadm-15.2.7 ceph-mgr-dashboard-15.2.7 ceph-mgr-diskprediction-local-15.2.7 ceph-mgr-k8sevents-15.2.7 ceph-mgr-rook-15.2.7 ceph-grafana-dashboards-15.2.7 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.7 libradosstriper1-15.2.7 attr ceph-fuse-15.2.7 rbd-nbd-15.2.7 ${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.7 ceph-mon-15.2.7 ceph-osd-15.2.7 ceph-mds-15.2.7 rbd-mirror-15.2.7 ceph-mgr-15.2.7 ceph-mgr-cephadm-15.2.7 ceph-mgr-dashboard-15.2.7 ceph-mgr-diskprediction-local-15.2.7 ceph-mgr-k8sevents-15.2.7 ceph-mgr-rook-15.2.7 ceph-grafana-dashboards-15.2.7 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.7 libradosstriper1-15.2.7 attr ceph-fuse-15.2.7 rbd-nbd-15.2.7 ${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.7 ceph-mon-15.2.7 ceph-osd-15.2.7 ceph-mds-15.2.7 rbd-mirror-15.2.7 ceph-mgr-15.2.7 ceph-mgr-cephadm-15.2.7 ceph-mgr-dashboard-15.2.7 ceph-mgr-diskprediction-local-15.2.7 ceph-mgr-k8sevents-15.2.7 ceph-mgr-rook-15.2.7 ceph-grafana-dashboards-15.2.7 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.7 libradosstriper1-15.2.7 attr ceph-fuse-15.2.7 rbd-nbd-15.2.7 ${CRIMSON_PACKAGES} && echo 'Packages verified successfully'

2020-12-04 15:39:36 UTC

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

2020-12-04 15:39:37 UTC

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

2020-12-04 15:39:41 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-12-04 15:39:43 UTC

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

2020-12-04 15:39:46 UTC

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

2020-12-04 15:39:46 UTC

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

2020-12-04 15:39:46 UTC

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

2020-12-04 15:39:46 UTC

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

2020-12-04 15:39:47 UTC

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

2020-12-04 15:39:47 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