Namespace
rook
Image / Tag
ceph:v1.3.0.239.g25fd0df
Content Digest
sha256:0b291faf9c0ae8e5a69f6622dbfe3f0e747107669d51d495935d1e5d15cd548e
Details
Created

2020-05-07 23:55:42 UTC

Size

290 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -14.2.9
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    94cc2a67610c9f337d44da6ddef470c1fae24bca
  • GIT_REPO
    https://github.com/ceph/ceph-container.git
  • RELEASE
    HEAD
  • ceph
    True
  • maintainer
    Dimitri Savineau <dsavinea@redhat.com>
  • org.label-schema.build-date
    20200504
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.created
    2020-05-04 00:00:00+01:00
  • org.opencontainers.image.licenses
    GPL-2.0-only
  • org.opencontainers.image.title
    CentOS Base Image
  • org.opencontainers.image.vendor
    CentOS

Environment
CEPH_DEVEL

false

CEPH_POINT_RELEASE

-14.2.9

CEPH_VERSION

nautilus

PATH

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


Layers

[#000] sha256:524b0c1e57f8ee5fee01a1decba2f301c324a6513ca3551021264e3aa7341ebc - 24.98% (72.4 MB)

[#001] sha256:b6d2bf5e10fb42bb1595ea3363c7490627c2535e117635672c9ca0c33494282a - 66.43% (192 MB)

[#002] sha256:181f47bafbfdaa441bd8f563148b11091b4224edbcd5da84bb45a75eac4d6be4 - 0.0% (9.49 KB)

[#003] sha256:595469e9f5cb5cd3f360dfd8608f4e02af97beea24130e3e3ac8c28c20acb721 - 8.59% (24.9 MB)

[#004] sha256:00bb5772144444dcfad325b073a215a8a949c63e02a59affb34f66b68bf31be7 - 0.0% (2.82 KB)

[#005] sha256:2ae8fca532c60acd6a8db6862a2e7d05378ddd4b82f379e80cd9952b9e02a6df - 0.0% (3.15 KB)

[#006] sha256:5f9c0a9ac3e28aa7cb75354a82e24a674fa88b8c3559eedac65ac48d3b0f61a6 - 0.0% (8.25 KB)


History
2020-05-05 21:20:06 UTC

/bin/sh -c #(nop) ADD file:38e2d2a1a0cd8694bd5086f257fdf7504f0c2481bf4f746c9bd1c8d9f3f6430d in /

2020-05-05 21:20:06 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=20200504 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-05-04 00:00:00+01:00

2020-05-05 21:20:07 UTC

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

2020-05-06 14:47:35 UTC

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

2020-05-06 14:47:35 UTC

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

2020-05-06 14:47:35 UTC

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

2020-05-06 14:47:35 UTC

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

2020-05-06 14:47:35 UTC

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

2020-05-06 14:47:35 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=94cc2a67610c9f337d44da6ddef470c1fae24bca

2020-05-06 14:47:36 UTC

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

2020-05-06 16:52:10 UTC

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

2020-05-06 16:52:10 UTC

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

2020-05-06 16:52:11 UTC

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

2020-05-06 16:52:11 UTC

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

2020-05-06 16:54:19 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" ]; then echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; if [[ "${CEPH_VERSION}" =~ master|^wip* ]]; then echo "baseurl=https://download.nfs-ganesha.org/3/LATEST/CentOS/el-\$releasever/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; echo "gpgcheck=0" >> /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.nfs-ganesha.org/3/LATEST/CentOS/el-\$releasever/noarch" >> /etc/yum.repos.d/ganesha.repo ; elif [[ "${CEPH_VERSION}" == octopus ]]; then echo "baseurl=http://download.ceph.com/nfs-ganesha/rpm-V3.2-stable/$CEPH_VERSION/el\$releasever/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; echo "gpgcheck=0" >> /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=http://download.ceph.com/nfs-ganesha/rpm-V3.2-stable/$CEPH_VERSION/el\$releasever/noarch/" >> /etc/yum.repos.d/ganesha.repo ; elif [[ "${CEPH_VERSION}" == nautilus ]]; then echo "baseurl=http://download.ceph.com/nfs-ganesha/rpm-V2.8-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; else echo "baseurl=http://download.ceph.com/nfs-ganesha/rpm-V2.7-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; fi ; echo "gpgcheck=0" >> /etc/yum.repos.d/ganesha.repo ; echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo ; fi ; if [ -n "tcmu-runner ceph-iscsi python-rtslib" ]; then curl -s -L https://shaman.ceph.com/api/repos/tcmu-runner/master/latest/centos/7/repo > /etc/yum.repos.d/tcmu-runner.repo ; if [[ "${CEPH_VERSION}" =~ master|^wip* ]]; then curl -s -L https://shaman.ceph.com/api/repos/ceph-iscsi/master/latest/centos/7/repo > /etc/yum.repos.d/ceph-iscsi.repo ; elif [[ "${CEPH_VERSION}" =~ nautilus|octopus ]]; then curl -s -L https://download.ceph.com/ceph-iscsi/3/rpm/el7/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ; else curl -s -L https://download.ceph.com/ceph-iscsi/2/rpm/el7/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-14.2.9"; if [[ -n "-14.2.9" ]]; then CPR=-14.2.9 ; 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 [[ 7 -eq 8 ]]; then yum install -y dnf-plugins-core ; yum copr enable -y ktdreyer/ceph-el8 ; echo "[lab-extras]" > /etc/yum.repos.d/lab-extras.repo ; echo "name=labextras" >> /etc/yum.repos.d/lab-extras.repo ; echo "baseurl=http://apt-mirror.front.sepia.ceph.com/lab-extras/8/" >> /etc/yum.repos.d/lab-extras.repo ; echo "enabled=1" >> /etc/yum.repos.d/lab-extras.repo ; echo "gpgcheck=0" >> /etc/yum.repos.d/lab-extras.repo ; fi && if [[ "${CEPH_VERSION}" =~ master|^wip* ]] || ${CEPH_DEVEL}; then REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/7&flavor=default&ref=${CEPH_VERSION}&sha1=latest" | jq -a ".[0] | .url"); RELEASE_VER=0 ; else RELEASE_VER=1 ; REPO_URL="http://download.ceph.com/rpm-${CEPH_VERSION}/el7/"; fi && rpm -Uvh "$REPO_URL/noarch/ceph-release-1-${RELEASE_VER}.el7.noarch.rpm" ' && yum install -y ca-certificates e2fsprogs ceph-common-14.2.9 ceph-mon-14.2.9 ceph-osd-14.2.9 ceph-mds-14.2.9 rbd-mirror-14.2.9 ceph-mgr-14.2.9 ceph-mgr-dashboard-14.2.9 ceph-mgr-diskprediction-local-14.2.9 ${CEPH_MGR_K8SEVENTS} ceph-mgr-rook-14.2.9 ceph-grafana-dashboards-14.2.9 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.9 libradosstriper1-14.2.9 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse-14.2.9 rbd-nbd-14.2.9 && 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 && rpmdb --rebuilddb && rpm -q ca-certificates e2fsprogs ceph-common-14.2.9 ceph-mon-14.2.9 ceph-osd-14.2.9 ceph-mds-14.2.9 rbd-mirror-14.2.9 ceph-mgr-14.2.9 ceph-mgr-dashboard-14.2.9 ceph-mgr-diskprediction-local-14.2.9 ${CEPH_MGR_K8SEVENTS} ceph-mgr-rook-14.2.9 ceph-grafana-dashboards-14.2.9 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.9 libradosstriper1-14.2.9 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse-14.2.9 rbd-nbd-14.2.9 && yum-config-manager --disable ceph-iscsi ceph-iscsi-source ceph-iscsi-noarch tcmu-runner tcmu-runner-noarch tcmu-runner-source) && 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,systemd,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-14.2.9 ceph-mon-14.2.9 ceph-osd-14.2.9 ceph-mds-14.2.9 rbd-mirror-14.2.9 ceph-mgr-14.2.9 ceph-mgr-dashboard-14.2.9 ceph-mgr-diskprediction-local-14.2.9 ${CEPH_MGR_K8SEVENTS} ceph-mgr-rook-14.2.9 ceph-grafana-dashboards-14.2.9 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.9 libradosstriper1-14.2.9 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse-14.2.9 rbd-nbd-14.2.9 && echo 'Packages verified successfully'

2020-05-07 23:55:34 UTC

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

2020-05-07 23:55:35 UTC

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

2020-05-07 23:55:37 UTC

|2 ARCH=amd64 TINI_VERSION=v0.16.1 /bin/sh -c curl --fail -sSL -o /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${ARCH} && chmod +x /tini

2020-05-07 23:55:39 UTC

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

2020-05-07 23:55:41 UTC

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

2020-05-07 23:55:42 UTC

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

2020-05-07 23:55:42 UTC

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

2020-05-07 23:55:42 UTC

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

2020-05-07 23:55:42 UTC

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

Details
Created

2020-05-07 23:58:05 UTC

Size

292 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -14.2.9
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    94cc2a67610c9f337d44da6ddef470c1fae24bca
  • GIT_REPO
    https://github.com/ceph/ceph-container.git
  • RELEASE
    HEAD
  • ceph
    True
  • maintainer
    Dimitri Savineau <dsavinea@redhat.com>
  • org.label-schema.build-date
    20200504
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.created
    2020-05-04 00:00:00+01:00
  • org.opencontainers.image.licenses
    GPL-2.0-only
  • org.opencontainers.image.title
    CentOS Base Image
  • org.opencontainers.image.vendor
    CentOS

Environment
CEPH_DEVEL

false

CEPH_POINT_RELEASE

-14.2.9

CEPH_VERSION

nautilus

PATH

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


Layers

[#000] sha256:ae60b79047f8473e02511e923f461b869b62d2bf110b9fa282656e9f0128932d - 34.19% (99.7 MB)

[#001] sha256:31b2f5bf7450bcaf738d0c8f019846a7d53bbb971e3bc06d15d6e927f6997caa - 58.07% (169 MB)

[#002] sha256:6092197ccbf39db65767d0863a07cdaca508d3e0a85fa61d8a156f9e3119f751 - 0.0% (9.13 KB)

[#003] sha256:e712d5d7dcd44a50ff210645e08e7616827be4266908ac5787fd7ca01b762c21 - 7.73% (22.6 MB)

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

[#005] sha256:f4185fde3d9fa5bbedec31429e1a5f8324280f38cc16ff5b67eabd953159ce04 - 0.0% (3.15 KB)

[#006] sha256:1028562a65b323ab449960409c85163006c7d3737353f6cc0d7e041ff268429c - 0.0% (8.26 KB)


History
2020-05-05 21:41:25 UTC

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

2020-05-05 21:41:30 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=20200504 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-05-04 00:00:00+01:00

2020-05-05 21:41:31 UTC

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

2020-05-06 11:13:09 UTC

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

2020-05-06 11:13:09 UTC

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

2020-05-06 11:13:09 UTC

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

2020-05-06 11:13:10 UTC

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

2020-05-06 11:13:10 UTC

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

2020-05-06 11:13:10 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=94cc2a67610c9f337d44da6ddef470c1fae24bca

2020-05-06 11:13:11 UTC

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

2020-05-06 14:15:10 UTC

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

2020-05-06 14:15:10 UTC

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

2020-05-06 14:15:10 UTC

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

2020-05-06 14:15:11 UTC

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

2020-05-06 14:19:36 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|^wip* ]]; then echo "baseurl=https://download.nfs-ganesha.org/3/LATEST/CentOS/el-\$releasever/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; echo "gpgcheck=0" >> /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.nfs-ganesha.org/3/LATEST/CentOS/el-\$releasever/noarch" >> /etc/yum.repos.d/ganesha.repo ; elif [[ "${CEPH_VERSION}" == octopus ]]; then echo "baseurl=http://download.ceph.com/nfs-ganesha/rpm-V3.2-stable/$CEPH_VERSION/el\$releasever/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; echo "gpgcheck=0" >> /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=http://download.ceph.com/nfs-ganesha/rpm-V3.2-stable/$CEPH_VERSION/el\$releasever/noarch/" >> /etc/yum.repos.d/ganesha.repo ; elif [[ "${CEPH_VERSION}" == nautilus ]]; then echo "baseurl=http://download.ceph.com/nfs-ganesha/rpm-V2.8-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; else echo "baseurl=http://download.ceph.com/nfs-ganesha/rpm-V2.7-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; fi ; echo "gpgcheck=0" >> /etc/yum.repos.d/ganesha.repo ; echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo ; fi ; if [ -n "" ]; then curl -s -L https://shaman.ceph.com/api/repos/tcmu-runner/master/latest/centos/7/repo > /etc/yum.repos.d/tcmu-runner.repo ; if [[ "${CEPH_VERSION}" =~ master|^wip* ]]; then curl -s -L https://shaman.ceph.com/api/repos/ceph-iscsi/master/latest/centos/7/repo > /etc/yum.repos.d/ceph-iscsi.repo ; elif [[ "${CEPH_VERSION}" =~ nautilus|octopus ]]; then curl -s -L https://download.ceph.com/ceph-iscsi/3/rpm/el7/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ; else curl -s -L https://download.ceph.com/ceph-iscsi/2/rpm/el7/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-14.2.9"; if [[ -n "-14.2.9" ]]; then CPR=-14.2.9 ; 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 [[ 7 -eq 8 ]]; then yum install -y dnf-plugins-core ; yum copr enable -y ktdreyer/ceph-el8 ; echo "[lab-extras]" > /etc/yum.repos.d/lab-extras.repo ; echo "name=labextras" >> /etc/yum.repos.d/lab-extras.repo ; echo "baseurl=http://apt-mirror.front.sepia.ceph.com/lab-extras/8/" >> /etc/yum.repos.d/lab-extras.repo ; echo "enabled=1" >> /etc/yum.repos.d/lab-extras.repo ; echo "gpgcheck=0" >> /etc/yum.repos.d/lab-extras.repo ; fi && if [[ "${CEPH_VERSION}" =~ master|^wip* ]] || ${CEPH_DEVEL}; then REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/7&flavor=default&ref=${CEPH_VERSION}&sha1=latest" | jq -a ".[0] | .url"); RELEASE_VER=0 ; else RELEASE_VER=1 ; REPO_URL="http://download.ceph.com/rpm-${CEPH_VERSION}/el7/"; fi && rpm -Uvh "$REPO_URL/noarch/ceph-release-1-${RELEASE_VER}.el7.noarch.rpm" ' && yum install -y ca-certificates e2fsprogs ceph-common-14.2.9 ceph-mon-14.2.9 ceph-osd-14.2.9 ceph-mds-14.2.9 rbd-mirror-14.2.9 ceph-mgr-14.2.9 ceph-mgr-dashboard-14.2.9 ceph-mgr-diskprediction-local-14.2.9 ${CEPH_MGR_K8SEVENTS} ceph-mgr-rook-14.2.9 ceph-grafana-dashboards-14.2.9 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.9 libradosstriper1-14.2.9 attr ceph-fuse-14.2.9 rbd-nbd-14.2.9 && 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 && rpmdb --rebuilddb && rpm -q ca-certificates e2fsprogs ceph-common-14.2.9 ceph-mon-14.2.9 ceph-osd-14.2.9 ceph-mds-14.2.9 rbd-mirror-14.2.9 ceph-mgr-14.2.9 ceph-mgr-dashboard-14.2.9 ceph-mgr-diskprediction-local-14.2.9 ${CEPH_MGR_K8SEVENTS} ceph-mgr-rook-14.2.9 ceph-grafana-dashboards-14.2.9 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.9 libradosstriper1-14.2.9 attr ceph-fuse-14.2.9 rbd-nbd-14.2.9 && yum-config-manager --disable ceph-iscsi ceph-iscsi-source ceph-iscsi-noarch tcmu-runner tcmu-runner-noarch tcmu-runner-source) && 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,systemd,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-14.2.9 ceph-mon-14.2.9 ceph-osd-14.2.9 ceph-mds-14.2.9 rbd-mirror-14.2.9 ceph-mgr-14.2.9 ceph-mgr-dashboard-14.2.9 ceph-mgr-diskprediction-local-14.2.9 ${CEPH_MGR_K8SEVENTS} ceph-mgr-rook-14.2.9 ceph-grafana-dashboards-14.2.9 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.9 libradosstriper1-14.2.9 attr ceph-fuse-14.2.9 rbd-nbd-14.2.9 && echo 'Packages verified successfully'

2020-05-07 23:57:52 UTC

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

2020-05-07 23:57:53 UTC

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

2020-05-07 23:57:57 UTC

|2 ARCH=arm64 TINI_VERSION=v0.16.1 /bin/sh -c curl --fail -sSL -o /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${ARCH} && chmod +x /tini

2020-05-07 23:57:59 UTC

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

2020-05-07 23:58:04 UTC

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

2020-05-07 23:58:05 UTC

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

2020-05-07 23:58:05 UTC

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

2020-05-07 23:58:05 UTC

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

2020-05-07 23:58:05 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