Namespace
rook
Image / Tag
ceph:v1.7.0.257.gac6a6d6
Content Digest
sha256:a84540ddcc164f86f04a50bf6505786862b70e27224c7bcd884e923a296d5e65
Details
Created

2021-09-13 17:01:12 UTC

Size

428 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -16.2.5
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    24e1f91422e837c50a9ec6a5df6b746de1bfb099
  • 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

-16.2.5

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:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 - 16.76% (71.7 MB)

[#001] sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 - 77.77% (333 MB)

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

[#003] sha256:737b1092497403ce3b1e109b31a80e5f90697bb730ef9a5a51dd5b210070269c - 5.45% (23.3 MB)

[#004] sha256:6fe7cf696cf864f24b83b9ab60006b52fb039c610e2f592986e0d7545d13fc75 - 0.0% (3.98 KB)

[#005] sha256:6bc69ca80300c0ced78f957d27c341550e8a4134b017ce74c6dfd570098699a0 - 0.0% (18.7 KB)

[#006] sha256:d4ed5eefbfe6b0c5061d5e96a930ec0664f3642455046e9ee47b6c5f88394d6d - 0.02% (74.3 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-07-08 17:51:42 UTC

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

2021-07-08 17:51:43 UTC

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

2021-07-08 17:51:44 UTC

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

2021-07-08 17:51:46 UTC

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

2021-07-08 17:51:47 UTC

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

2021-07-08 17:51:49 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099

2021-07-08 17:51:50 UTC

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

2021-07-08 17:51:51 UTC

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

2021-07-08 17:51:53 UTC

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

2021-07-08 17:51:54 UTC

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

2021-07-08 17:51:56 UTC

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

2021-07-08 17:51:57 UTC

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

2021-07-08 17:51:59 UTC

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

2021-07-08 17:57:02 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.5"; if [[ -n "-16.2.5" ]]; then CPR=-16.2.5 ; 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.5"; 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.5 ceph-mon-16.2.5 ceph-osd-16.2.5 ceph-mds-16.2.5 cephfs-mirror-16.2.5 rbd-mirror-16.2.5 ceph-mgr-16.2.5 ceph-mgr-cephadm-16.2.5 ceph-mgr-dashboard-16.2.5 ceph-mgr-diskprediction-local-16.2.5 ceph-mgr-k8sevents-16.2.5 ceph-mgr-rook-16.2.5 python3-saml ceph-grafana-dashboards-16.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.5 libradosstriper1-16.2.5 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.5 rbd-nbd-16.2.5 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.5 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.5 ceph-mon-16.2.5 ceph-osd-16.2.5 ceph-mds-16.2.5 cephfs-mirror-16.2.5 rbd-mirror-16.2.5 ceph-mgr-16.2.5 ceph-mgr-cephadm-16.2.5 ceph-mgr-dashboard-16.2.5 ceph-mgr-diskprediction-local-16.2.5 ceph-mgr-k8sevents-16.2.5 ceph-mgr-rook-16.2.5 python3-saml ceph-grafana-dashboards-16.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.5 libradosstriper1-16.2.5 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.5 rbd-nbd-16.2.5 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.5 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.5 ceph-mon-16.2.5 ceph-osd-16.2.5 ceph-mds-16.2.5 cephfs-mirror-16.2.5 rbd-mirror-16.2.5 ceph-mgr-16.2.5 ceph-mgr-cephadm-16.2.5 ceph-mgr-dashboard-16.2.5 ceph-mgr-diskprediction-local-16.2.5 ceph-mgr-k8sevents-16.2.5 ceph-mgr-rook-16.2.5 python3-saml ceph-grafana-dashboards-16.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.5 libradosstriper1-16.2.5 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.5 rbd-nbd-16.2.5 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.5 python3-scikit-learn && echo 'Packages verified successfully'

2021-09-13 17:00:59 UTC

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

2021-09-13 17:01:00 UTC

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

2021-09-13 17:01:02 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-09-13 17:01:05 UTC

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

2021-09-13 17:01:06 UTC

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

2021-09-13 17:01:08 UTC

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

2021-09-13 17:01:09 UTC

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

2021-09-13 17:01:10 UTC

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

2021-09-13 17:01:12 UTC

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

Details
Created

2021-09-13 17:01:58 UTC

Size

397 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -16.2.5
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    24e1f91422e837c50a9ec6a5df6b746de1bfb099
  • 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

-16.2.5

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:333cbcae3fb80b9a46084ae4caea81a84aafda9700fb646ab89206d0cfe213fd - 18.18% (72.1 MB)

[#001] sha256:e6345bb1507c0e99af777d10141f887c9b7e59bb8fd87986601eaa4454f37e65 - 76.57% (304 MB)

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

[#003] sha256:7b09117d50dc863064b00ef358baf4e0f1399ade02e6a96bbfdeec1481b6908a - 5.23% (20.7 MB)

[#004] sha256:505512dba4787c6d9e013d77a261e7d44dc041a8ed0923fda52cec92d696b650 - 0.0% (3.98 KB)

[#005] sha256:ba4ff4d0a1d0b57bfb59f8d3db3a1a9e28e747ed5efce730b9f2d4f68be1d66e - 0.0% (18.7 KB)

[#006] sha256:96475d86c2c8d7b695c2850a1beae07c7a8b7269ba8bd914b90fb4b0ca1bbfd1 - 0.02% (74.3 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-07-08 17:43:30 UTC

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

2021-07-08 17:43:30 UTC

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

2021-07-08 17:43:30 UTC

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

2021-07-08 17:43:31 UTC

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

2021-07-08 17:43:31 UTC

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

2021-07-08 17:43:31 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099

2021-07-08 17:43:31 UTC

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

2021-07-08 17:43:32 UTC

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

2021-07-08 17:43:32 UTC

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

2021-07-08 17:43:32 UTC

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

2021-07-08 17:43:33 UTC

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

2021-07-08 17:43:33 UTC

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

2021-07-08 17:43:33 UTC

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

2021-07-08 17:47:58 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.5"; if [[ -n "-16.2.5" ]]; then CPR=-16.2.5 ; 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.5"; 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.5 ceph-mon-16.2.5 ceph-osd-16.2.5 ceph-mds-16.2.5 cephfs-mirror-16.2.5 rbd-mirror-16.2.5 ceph-mgr-16.2.5 ceph-mgr-cephadm-16.2.5 ceph-mgr-dashboard-16.2.5 ceph-mgr-diskprediction-local-16.2.5 ceph-mgr-k8sevents-16.2.5 ceph-mgr-rook-16.2.5 ceph-grafana-dashboards-16.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.5 libradosstriper1-16.2.5 tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-16.2.5 rbd-nbd-16.2.5 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.5 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.5 ceph-mon-16.2.5 ceph-osd-16.2.5 ceph-mds-16.2.5 cephfs-mirror-16.2.5 rbd-mirror-16.2.5 ceph-mgr-16.2.5 ceph-mgr-cephadm-16.2.5 ceph-mgr-dashboard-16.2.5 ceph-mgr-diskprediction-local-16.2.5 ceph-mgr-k8sevents-16.2.5 ceph-mgr-rook-16.2.5 ceph-grafana-dashboards-16.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.5 libradosstriper1-16.2.5 tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-16.2.5 rbd-nbd-16.2.5 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.5 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.5 ceph-mon-16.2.5 ceph-osd-16.2.5 ceph-mds-16.2.5 cephfs-mirror-16.2.5 rbd-mirror-16.2.5 ceph-mgr-16.2.5 ceph-mgr-cephadm-16.2.5 ceph-mgr-dashboard-16.2.5 ceph-mgr-diskprediction-local-16.2.5 ceph-mgr-k8sevents-16.2.5 ceph-mgr-rook-16.2.5 ceph-grafana-dashboards-16.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.5 libradosstriper1-16.2.5 tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-16.2.5 rbd-nbd-16.2.5 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.5 python3-scikit-learn && echo 'Packages verified successfully'

2021-09-13 17:01:45 UTC

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

2021-09-13 17:01:46 UTC

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

2021-09-13 17:01:49 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-09-13 17:01:51 UTC

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

2021-09-13 17:01:53 UTC

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

2021-09-13 17:01:54 UTC

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

2021-09-13 17:01:55 UTC

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

2021-09-13 17:01:57 UTC

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

2021-09-13 17:01:58 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