Namespace
rook
Image / Tag
ceph:v1.7.0.589.g8cfaedc
Content Digest
sha256:5b54f5f7368ec9e74db08651c16186416b1f7f4f749e63c02276b3b8bc4f6cd0
Details
Created

2021-11-08 17:29:22 UTC

Size

376 MB

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

-16.2.6

CEPH_REF

pacific

CEPH_VERSION

pacific

OSD_FLAVOR

default

PATH

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


Layers

[#000] sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 - 21.16% (79.6 MB)

[#001] sha256:e492846ec49038a5531d882c2532b0acfd72863a629e1df9cf503bed6b0bd1f7 - 75.4% (284 MB)

[#002] sha256:2f2e8b613d69c2a338fcca7706a64f40aff006a789c1c67f10c81b1568349d34 - 3.42% (12.9 MB)

[#003] sha256:bd14a36806f926f40fca0ba84cc048438b6c406cf2f9eccddbe438035b54dac5 - 0.0% (4.05 KB)

[#004] sha256:cdc31ba82c8c379b5c0f9dea078057a114feeb8822f85db5ea79acaf5d7ebc38 - 0.0% (18.9 KB)

[#005] sha256:96dbed8f2dfce9b315d80e88c25849cb215149aac58ecfdb6cacf4b532ffe5ad - 0.02% (78.2 KB)

[#006] sha256:30b0a7bf0b7f826aa1d6699b7e2ef062534813bb2f25b906a0c624df70bdd809 - 0.0% (1.91 KB)


History
2021-09-15 18:20:04 UTC

/bin/sh -c #(nop) ADD file:805cb5e15fb6e0bb0326ca33fd2942e068863ce2a8491bb71522c652f31fb466 in /

2021-09-15 18:20:04 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=20210915

2021-09-15 18:20:05 UTC

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

2021-09-18 15:52:21 UTC

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

2021-09-18 15:52:23 UTC

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

2021-09-18 15:52:24 UTC

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

2021-09-18 15:52:26 UTC

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

2021-09-18 15:52:27 UTC

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

2021-09-18 15:52:28 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=8e00693ceace3f9bcdfaead0c72e7e3f6c691029

2021-09-18 15:52:30 UTC

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

2021-09-18 15:58:50 UTC

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

2021-09-18 15:58:51 UTC

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

2021-09-18 15:58:53 UTC

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

2021-09-18 15:58:54 UTC

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

2021-09-18 15:58:56 UTC

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

2021-09-18 15:58:57 UTC

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

2021-09-18 16:03:06 UTC

/bin/sh -c yum install -y epel-release https://apache.jfrog.io/artifactory/arrow/centos/8/apache-arrow-release-latest.rpm && 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.6"; if [[ -n "-16.2.6" ]]; then CPR=-16.2.6 ; 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.6"; 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 ; yum copr enable -y tchaikov/python3-asyncssh ; fi ' && yum install -y --setopt=install_weak_deps=False --enablerepo=powertools ca-certificates e2fsprogs ceph-common-16.2.6 ceph-mon-16.2.6 ceph-osd-16.2.6 ceph-mds-16.2.6 cephfs-mirror-16.2.6 rbd-mirror-16.2.6 ceph-mgr-16.2.6 ceph-mgr-cephadm-16.2.6 ceph-mgr-dashboard-16.2.6 ceph-mgr-diskprediction-local-16.2.6 ceph-mgr-k8sevents-16.2.6 ceph-mgr-rook-16.2.6 python3-saml ceph-grafana-dashboards-16.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.6 libradosstriper1-16.2.6 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.6 rbd-nbd-16.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.6 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.6 ceph-mon-16.2.6 ceph-osd-16.2.6 ceph-mds-16.2.6 cephfs-mirror-16.2.6 rbd-mirror-16.2.6 ceph-mgr-16.2.6 ceph-mgr-cephadm-16.2.6 ceph-mgr-dashboard-16.2.6 ceph-mgr-diskprediction-local-16.2.6 ceph-mgr-k8sevents-16.2.6 ceph-mgr-rook-16.2.6 python3-saml ceph-grafana-dashboards-16.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.6 libradosstriper1-16.2.6 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.6 rbd-nbd-16.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.6 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.6 ceph-mon-16.2.6 ceph-osd-16.2.6 ceph-mds-16.2.6 cephfs-mirror-16.2.6 rbd-mirror-16.2.6 ceph-mgr-16.2.6 ceph-mgr-cephadm-16.2.6 ceph-mgr-dashboard-16.2.6 ceph-mgr-diskprediction-local-16.2.6 ceph-mgr-k8sevents-16.2.6 ceph-mgr-rook-16.2.6 python3-saml ceph-grafana-dashboards-16.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.6 libradosstriper1-16.2.6 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.6 rbd-nbd-16.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.6 python3-scikit-learn && echo 'Packages verified successfully'

2021-11-08 17:29:10 UTC

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

2021-11-08 17:29:12 UTC

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

2021-11-08 17:29:13 UTC

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

2021-11-08 17:29:15 UTC

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

2021-11-08 17:29:16 UTC

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

2021-11-08 17:29:18 UTC

|1 ARCH=amd64 /bin/sh -c useradd rook -u 2016 # 2016 is the UID of the rook user and also the year of the first commit in the project

2021-11-08 17:29:20 UTC

/bin/sh -c #(nop) USER 2016

2021-11-08 17:29:21 UTC

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

2021-11-08 17:29:22 UTC

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

Details
Created

2021-11-08 17:30:01 UTC

Size

346 MB

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

-16.2.6

CEPH_REF

pacific

CEPH_VERSION

pacific

OSD_FLAVOR

default

PATH

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


Layers

[#000] sha256:52f9ef134af7dd14738733e567402af86136287d9468978d044780a6435a1193 - 23.15% (80.1 MB)

[#001] sha256:65aff7e2785a566d38cef77e79eec8702d24f87d366d23c30955159f521ff59b - 73.5% (254 MB)

[#002] sha256:34756dd98aafca041121b2de93dc28c6e0389a6fe6df2467779b4ce1e9fdcb55 - 3.32% (11.5 MB)

[#003] sha256:9ac789549ec603ee71b3e97675b2995cb1faab3586949207277f4f07eef0bdc9 - 0.0% (4.05 KB)

[#004] sha256:2912aba5f4064ade489fcf9e866873e44e2d46215fea3887ac7f7d8491980516 - 0.01% (18.9 KB)

[#005] sha256:cfb9560943549220503e81cce657d4e501e7560242b7eff8e0c2a490aef90eef - 0.02% (78.2 KB)

[#006] sha256:22c1959d093fc4557736d4fed45985b7f9ec2857ada12542596259685c4e0990 - 0.0% (1.76 KB)


History
2021-09-15 17:39:41 UTC

/bin/sh -c #(nop) ADD file:420712a90b0934202b326dc06b73638ab8e4603d12be2c23d67d834eb6cfc052 in /

2021-09-15 17:39:42 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=20210915

2021-09-15 17:39:42 UTC

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

2021-09-18 11:13:24 UTC

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

2021-09-18 11:13:25 UTC

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

2021-09-18 11:13:25 UTC

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

2021-09-18 11:13:25 UTC

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

2021-09-18 11:13:26 UTC

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

2021-09-18 11:13:26 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=8e00693ceace3f9bcdfaead0c72e7e3f6c691029

2021-09-18 11:13:26 UTC

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

2021-09-18 11:21:24 UTC

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

2021-09-18 11:21:24 UTC

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

2021-09-18 11:21:24 UTC

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

2021-09-18 11:21:24 UTC

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

2021-09-18 11:21:25 UTC

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

2021-09-18 11:21:25 UTC

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

2021-09-18 11:25:31 UTC

/bin/sh -c yum install -y epel-release https://apache.jfrog.io/artifactory/arrow/centos/8/apache-arrow-release-latest.rpm && 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.6"; if [[ -n "-16.2.6" ]]; then CPR=-16.2.6 ; 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.6"; 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 ; yum copr enable -y tchaikov/python3-asyncssh ; fi ' && yum install -y --setopt=install_weak_deps=False --enablerepo=powertools ca-certificates e2fsprogs ceph-common-16.2.6 ceph-mon-16.2.6 ceph-osd-16.2.6 ceph-mds-16.2.6 cephfs-mirror-16.2.6 rbd-mirror-16.2.6 ceph-mgr-16.2.6 ceph-mgr-cephadm-16.2.6 ceph-mgr-dashboard-16.2.6 ceph-mgr-diskprediction-local-16.2.6 ceph-mgr-k8sevents-16.2.6 ceph-mgr-rook-16.2.6 ceph-grafana-dashboards-16.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.6 libradosstriper1-16.2.6 tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-16.2.6 rbd-nbd-16.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.6 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.6 ceph-mon-16.2.6 ceph-osd-16.2.6 ceph-mds-16.2.6 cephfs-mirror-16.2.6 rbd-mirror-16.2.6 ceph-mgr-16.2.6 ceph-mgr-cephadm-16.2.6 ceph-mgr-dashboard-16.2.6 ceph-mgr-diskprediction-local-16.2.6 ceph-mgr-k8sevents-16.2.6 ceph-mgr-rook-16.2.6 ceph-grafana-dashboards-16.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.6 libradosstriper1-16.2.6 tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-16.2.6 rbd-nbd-16.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.6 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.6 ceph-mon-16.2.6 ceph-osd-16.2.6 ceph-mds-16.2.6 cephfs-mirror-16.2.6 rbd-mirror-16.2.6 ceph-mgr-16.2.6 ceph-mgr-cephadm-16.2.6 ceph-mgr-dashboard-16.2.6 ceph-mgr-diskprediction-local-16.2.6 ceph-mgr-k8sevents-16.2.6 ceph-mgr-rook-16.2.6 ceph-grafana-dashboards-16.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.6 libradosstriper1-16.2.6 tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-16.2.6 rbd-nbd-16.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.6 python3-scikit-learn && echo 'Packages verified successfully'

2021-11-08 17:29:49 UTC

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

2021-11-08 17:29:51 UTC

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

2021-11-08 17:29:52 UTC

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

2021-11-08 17:29:54 UTC

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

2021-11-08 17:29:55 UTC

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

2021-11-08 17:29:57 UTC

|1 ARCH=arm64 /bin/sh -c useradd rook -u 2016 # 2016 is the UID of the rook user and also the year of the first commit in the project

2021-11-08 17:29:59 UTC

/bin/sh -c #(nop) USER 2016

2021-11-08 17:30:00 UTC

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

2021-11-08 17:30:01 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