Namespace
rook
Image / Tag
ceph:v1.6.2-2.gac66a0b
Content Digest
sha256:30bfae7e9e7e02f773b60670176c756fac1b576e6bc2f0a3924401d060775324
Details
Created

2021-05-11 07:40:18 UTC

Size

392 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -16.2.2
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    97eb6d33a5a888ab92b61c0517f2df5cd15eb76c
  • 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.2

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

[#001] sha256:d6314cddb9d4c5ae72ac7a6b92dad2197d8e006bd95ddd479f7fa56b713b66b2 - 75.46% (296 MB)

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

[#003] sha256:2690b9294b763f7b894933a6805c4c71e7120f3a043fcbb4a63bb1f6257480da - 6.23% (24.4 MB)

[#004] sha256:ee6eb155c9b3ec5cec54afc8389da9c7313c9155a858764746f74aca784373d9 - 0.0% (2.8 KB)

[#005] sha256:db7f07a9574c7a7e5ac9c25fb780cbf7a700f6703f062f0d83b43185fceafa50 - 0.0% (3.93 KB)

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

[#007] sha256:2b17534d400f06297beac75c682eefad3d4553504df6c76fe8f2efe04cc35f9d - 0.03% (120 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-05-05 15:55:56 UTC

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

2021-05-05 15:55:58 UTC

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

2021-05-05 15:55:59 UTC

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

2021-05-05 15:56:00 UTC

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

2021-05-05 15:56:01 UTC

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

2021-05-05 15:56:03 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=97eb6d33a5a888ab92b61c0517f2df5cd15eb76c

2021-05-05 15:56:04 UTC

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

2021-05-05 15:56:05 UTC

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

2021-05-05 15:56:06 UTC

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

2021-05-05 15:56:08 UTC

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

2021-05-05 15:56:09 UTC

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

2021-05-05 15:56:10 UTC

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

2021-05-05 15:56:12 UTC

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

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

2021-05-11 07:40:13 UTC

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

2021-05-11 07:40:13 UTC

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

2021-05-11 07:40:15 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-11 07:40:16 UTC

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

2021-05-11 07:40:17 UTC

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

2021-05-11 07:40:17 UTC

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

2021-05-11 07:40:17 UTC

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

2021-05-11 07:40:18 UTC

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

2021-05-11 07:40:18 UTC

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

2021-05-11 07:40:18 UTC

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

Details
Created

2021-05-11 07:41:10 UTC

Size

361 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -16.2.2
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    97eb6d33a5a888ab92b61c0517f2df5cd15eb76c
  • 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.2

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

[#001] sha256:34ce291078c0452c53c93f6c93366b8690549d98dc583d824f20dbf76a584eeb - 73.91% (267 MB)

[#002] sha256:57ae1f029fb965539fddc47c30d6f8b9be873cfa2036e59a34199b1f2d079b9c - 0.0% (8.82 KB)

[#003] sha256:708aa58478cb244a7f30d255c019f718e04a0020658fa0c208c1e70553f0729b - 6.04% (21.8 MB)

[#004] sha256:4afbf976ea4e2071e9694847789b9a298f14b07c4e848c2b108c436b0d581b8b - 0.0% (2.81 KB)

[#005] sha256:5ea95afd4d86077b3c7b79d44012299d4c03769d80f1300c72e77842efd26837 - 0.0% (3.93 KB)

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

[#007] sha256:fc31d2f20fe52a35935fd470bf81ccba748860a7f67bb407788bdf1fd4f11313 - 0.04% (164 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-05-05 16:01:48 UTC

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

2021-05-05 16:01:48 UTC

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

2021-05-05 16:01:48 UTC

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

2021-05-05 16:01:49 UTC

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

2021-05-05 16:01:49 UTC

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

2021-05-05 16:01:49 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=97eb6d33a5a888ab92b61c0517f2df5cd15eb76c

2021-05-05 16:01:50 UTC

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

2021-05-05 16:01:50 UTC

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

2021-05-05 16:01:50 UTC

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

2021-05-05 16:01:51 UTC

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

2021-05-05 16:01:51 UTC

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

2021-05-05 16:01:51 UTC

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

2021-05-05 16:01:51 UTC

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

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

2021-05-11 07:41:05 UTC

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

2021-05-11 07:41:05 UTC

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

2021-05-11 07:41:07 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-11 07:41:09 UTC

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

2021-05-11 07:41:09 UTC

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

2021-05-11 07:41:09 UTC

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

2021-05-11 07:41:10 UTC

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

2021-05-11 07:41:10 UTC

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

2021-05-11 07:41:10 UTC

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

2021-05-11 07:41:10 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