Namespace
rook
Image / Tag
ceph:v1.5.11-3.g62a0e21
Content Digest
sha256:6c3681f743300341d5d0ced5e543dcc80e18a5d39b5a98f3fa9a27d28ec4b237
Details
Created

2021-05-06 22:05:22 UTC

Size

376 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -15.2.11
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    55d844cebc8e66179125a0cddeb922cff3b0a48c
  • 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.11

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 - 19.08% (71.7 MB)

[#001] sha256:be0b95b233f7e6783a912ad7184540bba3c7619f1617f947bcdb18b95db129b0 - 74.42% (280 MB)

[#002] sha256:1abab607cfaba53dbc05ae090ddc06ecf10319ba2ff59603ed7aa45780514710 - 0.0% (9.24 KB)

[#003] sha256:c3585ef2c2f3663be6c36ef27802607739ac8805509a4b8feeb13ae4d2ed7747 - 6.48% (24.4 MB)

[#004] sha256:b3af56a742f3cb5a6ac948f5bbcb42286d3bd98ba8356e19a6dced3683d0a034 - 0.0% (2.72 KB)

[#005] sha256:ac0ff39120032fdb827717d2ade97eb6861bd1df7d52e84d5d42843704450b36 - 0.0% (3.75 KB)

[#006] sha256:cae2a86550d4346bcb44a488e1e27cd33a9ee6d742fe1e1763ce1e19f7addabf - 0.0% (17.3 KB)

[#007] sha256:b3da0e82232cf9d40ad13ff197eab13368eca634d022872dfe42fb373134f299 - 0.01% (57.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"]

2021-04-19 23:19:47 UTC

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

2021-04-19 23:19:48 UTC

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

2021-04-19 23:19:50 UTC

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

2021-04-19 23:19:51 UTC

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

2021-04-19 23:19:52 UTC

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

2021-04-19 23:19:53 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=55d844cebc8e66179125a0cddeb922cff3b0a48c

2021-04-19 23:19:54 UTC

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

2021-04-19 23:19:55 UTC

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

2021-04-19 23:19:57 UTC

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

2021-04-19 23:19:58 UTC

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

2021-04-19 23:19:59 UTC

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

2021-04-19 23:20:00 UTC

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

2021-04-19 23:20:01 UTC

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

2021-04-19 23:23:54 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 && rpm --import 'https://download.ceph.com/keys/release.asc' && if [[ "${CEPH_VERSION}" == nautilus ]]; then CEPH_MGR_K8SEVENTS="ceph-mgr-k8sevents-15.2.11"; if [[ -n "-15.2.11" ]]; then CPR=-15.2.11 ; 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-15.2.11"; 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 ca-certificates e2fsprogs ceph-common-15.2.11 ceph-mon-15.2.11 ceph-osd-15.2.11 ceph-mds-15.2.11 rbd-mirror-15.2.11 ceph-mgr-15.2.11 ceph-mgr-cephadm-15.2.11 ceph-mgr-dashboard-15.2.11 ceph-mgr-diskprediction-local-15.2.11 ceph-mgr-k8sevents-15.2.11 ceph-mgr-rook-15.2.11 python3-saml ceph-grafana-dashboards-15.2.11 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.11 libradosstriper1-15.2.11 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.11 rbd-nbd-15.2.11 ${CRIMSON_PACKAGES} 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-15.2.11 ceph-mon-15.2.11 ceph-osd-15.2.11 ceph-mds-15.2.11 rbd-mirror-15.2.11 ceph-mgr-15.2.11 ceph-mgr-cephadm-15.2.11 ceph-mgr-dashboard-15.2.11 ceph-mgr-diskprediction-local-15.2.11 ceph-mgr-k8sevents-15.2.11 ceph-mgr-rook-15.2.11 python3-saml ceph-grafana-dashboards-15.2.11 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.11 libradosstriper1-15.2.11 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.11 rbd-nbd-15.2.11 ${CRIMSON_PACKAGES} 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-15.2.11 ceph-mon-15.2.11 ceph-osd-15.2.11 ceph-mds-15.2.11 rbd-mirror-15.2.11 ceph-mgr-15.2.11 ceph-mgr-cephadm-15.2.11 ceph-mgr-dashboard-15.2.11 ceph-mgr-diskprediction-local-15.2.11 ceph-mgr-k8sevents-15.2.11 ceph-mgr-rook-15.2.11 python3-saml ceph-grafana-dashboards-15.2.11 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.11 libradosstriper1-15.2.11 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.11 rbd-nbd-15.2.11 ${CRIMSON_PACKAGES} python3-scikit-learn && echo 'Packages verified successfully'

2021-05-06 22:05:17 UTC

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

2021-05-06 22:05:17 UTC

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

2021-05-06 22:05:18 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-05-06 22:05:20 UTC

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

2021-05-06 22:05:21 UTC

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

2021-05-06 22:05:21 UTC

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

2021-05-06 22:05:21 UTC

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

2021-05-06 22:05:21 UTC

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

2021-05-06 22:05:22 UTC

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

2021-05-06 22:05:22 UTC

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

Details
Created

2021-05-06 22:07:02 UTC

Size

332 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -15.2.11
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    55d844cebc8e66179125a0cddeb922cff3b0a48c
  • 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.11

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 - 21.7% (72.1 MB)

[#001] sha256:8026526b9c7ba1cc23e9059a7508d148b5b373efc58c7cde5c9cf86d5920bbab - 71.74% (238 MB)

[#002] sha256:68eb71c60f845c3a43af7f0dbbbbd4514720680f4b37bf11c9f026bdc00edde5 - 0.0% (8.82 KB)

[#003] sha256:5d4c65eeac0ac2ca980aed54d7c5760a4ab15a2d36a98a601fc65d714adcf9cd - 6.53% (21.7 MB)

[#004] sha256:81b1cc7b331a208b4d8eff39c9fa002f1b809ba572af86c240389812d2f16508 - 0.0% (2.72 KB)

[#005] sha256:9eca94214252de0d3837ce678c6078c8aa9f0f1daf9377e08be581f4f8a3107a - 0.0% (3.75 KB)

[#006] sha256:44cd5938388c9a07af29d95beb02ac98e31a4e59cf5d18ad93a09620ac3e1fb0 - 0.01% (17.3 KB)

[#007] sha256:bc7015cbabf9bd10f8170571d9a1157a422b766373a7f6f427058d8818595f52 - 0.02% (57.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"]

2021-04-19 23:21:26 UTC

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

2021-04-19 23:21:26 UTC

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

2021-04-19 23:21:27 UTC

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

2021-04-19 23:21:27 UTC

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

2021-04-19 23:21:27 UTC

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

2021-04-19 23:21:28 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=55d844cebc8e66179125a0cddeb922cff3b0a48c

2021-04-19 23:21:28 UTC

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

2021-04-19 23:21:28 UTC

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

2021-04-19 23:21:28 UTC

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

2021-04-19 23:21:29 UTC

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

2021-04-19 23:21:29 UTC

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

2021-04-19 23:21:29 UTC

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

2021-04-19 23:21:30 UTC

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

2021-04-19 23:25:54 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 && rpm --import 'https://download.ceph.com/keys/release.asc' && if [[ "${CEPH_VERSION}" == nautilus ]]; then CEPH_MGR_K8SEVENTS="ceph-mgr-k8sevents-15.2.11"; if [[ -n "-15.2.11" ]]; then CPR=-15.2.11 ; 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-15.2.11"; 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 ca-certificates e2fsprogs ceph-common-15.2.11 ceph-mon-15.2.11 ceph-osd-15.2.11 ceph-mds-15.2.11 rbd-mirror-15.2.11 ceph-mgr-15.2.11 ceph-mgr-cephadm-15.2.11 ceph-mgr-dashboard-15.2.11 ceph-mgr-diskprediction-local-15.2.11 ceph-mgr-k8sevents-15.2.11 ceph-mgr-rook-15.2.11 ceph-grafana-dashboards-15.2.11 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.11 libradosstriper1-15.2.11 tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-15.2.11 rbd-nbd-15.2.11 ${CRIMSON_PACKAGES} 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-15.2.11 ceph-mon-15.2.11 ceph-osd-15.2.11 ceph-mds-15.2.11 rbd-mirror-15.2.11 ceph-mgr-15.2.11 ceph-mgr-cephadm-15.2.11 ceph-mgr-dashboard-15.2.11 ceph-mgr-diskprediction-local-15.2.11 ceph-mgr-k8sevents-15.2.11 ceph-mgr-rook-15.2.11 ceph-grafana-dashboards-15.2.11 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.11 libradosstriper1-15.2.11 tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-15.2.11 rbd-nbd-15.2.11 ${CRIMSON_PACKAGES} 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-15.2.11 ceph-mon-15.2.11 ceph-osd-15.2.11 ceph-mds-15.2.11 rbd-mirror-15.2.11 ceph-mgr-15.2.11 ceph-mgr-cephadm-15.2.11 ceph-mgr-dashboard-15.2.11 ceph-mgr-diskprediction-local-15.2.11 ceph-mgr-k8sevents-15.2.11 ceph-mgr-rook-15.2.11 ceph-grafana-dashboards-15.2.11 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.11 libradosstriper1-15.2.11 tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-15.2.11 rbd-nbd-15.2.11 ${CRIMSON_PACKAGES} python3-scikit-learn && echo 'Packages verified successfully'

2021-05-06 22:06:56 UTC

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

2021-05-06 22:06:57 UTC

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

2021-05-06 22:06:59 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-05-06 22:07:00 UTC

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

2021-05-06 22:07:01 UTC

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

2021-05-06 22:07:01 UTC

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

2021-05-06 22:07:01 UTC

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

2021-05-06 22:07:01 UTC

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

2021-05-06 22:07:02 UTC

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

2021-05-06 22:07:02 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