Namespace
rook
Image / Tag
ceph:v1.6.0.59.g189a867
Content Digest
sha256:0c8617f3fd0b80368ebc507d634f03c6fd0e9656259a558bdcb0e4981716c927
Details
Created

2021-04-14 16:37:43 UTC

Size

386 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -16.2.0
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    20cb635043d86d971f028e2bf2824446440b5557
  • 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.0

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

[#001] sha256:958e3c20ad47ec7f3ec0446a4a630f2285dd6b0a4c969f4f702f7c2e78f3d68b - 75.03% (289 MB)

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

[#003] sha256:8d916b16c7c4e1864497d1c4cc53a4bb44a0668b07ec1f98dc580b0c8ca2746f - 6.33% (24.4 MB)

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

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

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

[#007] sha256:f766e5218597da1f32db083fb152b4e647e66175b1526bb07bef4e40bd5d5534 - 0.03% (119 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-01 13:38:39 UTC

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

2021-04-01 13:38:39 UTC

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

2021-04-01 13:38:39 UTC

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

2021-04-01 13:38:39 UTC

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

2021-04-01 13:38:39 UTC

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

2021-04-01 13:38:39 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557

2021-04-01 13:38:40 UTC

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

2021-04-01 13:38:40 UTC

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

2021-04-01 13:38:40 UTC

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

2021-04-01 13:38:40 UTC

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

2021-04-01 13:38:40 UTC

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

2021-04-01 13:38:40 UTC

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

2021-04-01 13:38:40 UTC

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

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

2021-04-14 14:02:11 UTC

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

2021-04-14 14:02:11 UTC

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

2021-04-14 14:02:12 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-04-14 16:37:38 UTC

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

2021-04-14 16:37:41 UTC

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

2021-04-14 16:37:42 UTC

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

2021-04-14 16:37:42 UTC

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

2021-04-14 16:37:42 UTC

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

2021-04-14 16:37:42 UTC

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

2021-04-14 16:37:43 UTC

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

Details
Created

2021-04-14 16:37:57 UTC

Size

354 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -16.2.0
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    20cb635043d86d971f028e2bf2824446440b5557
  • 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.0

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

[#001] sha256:6d26e536292ce2ed36b0c8e5a69ac3da75365674937dee2dff92bd4da31d1555 - 73.46% (260 MB)

[#002] sha256:6affcc70fed37120d2443eb2a8a5e90bcd1f493d69111a097399cc9fba08bbe9 - 0.0% (8.82 KB)

[#003] sha256:701a9bced78290dc0910071bab13fdc443cc725b28dc2318ad7c5f35ff581ed2 - 6.14% (21.7 MB)

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

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

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

[#007] sha256:3ebacb7430c642c75136afc6eee9fa7e36d5b3812812cdba3fef085f79b943cc - 0.03% (120 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-01 14:16:06 UTC

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

2021-04-01 14:16:06 UTC

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

2021-04-01 14:16:07 UTC

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

2021-04-01 14:16:07 UTC

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

2021-04-01 14:16:07 UTC

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

2021-04-01 14:16:07 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557

2021-04-01 14:16:08 UTC

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

2021-04-01 14:16:08 UTC

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

2021-04-01 14:16:08 UTC

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

2021-04-01 14:16:09 UTC

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

2021-04-01 14:16:09 UTC

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

2021-04-01 14:16:09 UTC

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

2021-04-01 14:16:10 UTC

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

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

2021-04-14 14:51:05 UTC

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

2021-04-14 14:51:05 UTC

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

2021-04-14 14:51: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-04-14 16:37:54 UTC

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

2021-04-14 16:37:56 UTC

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

2021-04-14 16:37:56 UTC

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

2021-04-14 16:37:56 UTC

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

2021-04-14 16:37:56 UTC

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

2021-04-14 16:37:57 UTC

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

2021-04-14 16:37:57 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