Namespace
rook
Image / Tag
ceph:v1.1.0.713.g1dc2243
Content Digest
sha256:c0a90a99ada328a33365f4126aeef05837f4e5ba19a72b949cfa8c499bed6958
Details
Created

2020-01-08 08:17:18 UTC

Size

299 MB

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

-14.2.5

CEPH_VERSION

nautilus

PATH

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


Layers

[#000] sha256:ab5ef0e5819490abe86106fd9f4381123e37a03e80e650be39f7938d30ecb530 - 24.19% (72.3 MB)

[#001] sha256:9b3ed50c61f81d3f189d918ece1242be0e1f62e28377abdb57b97c5f289ffb05 - 68.17% (204 MB)

[#002] sha256:7b7ca2b5e7b0ae4d64387e1c43905e89ddb26f4dec30f93f93802e7420a0c4fb - 0.0% (9.48 KB)

[#003] sha256:879be2cab1b86afa102ebf981b0207467972d0ea319aae3826b28aa465a66090 - 7.63% (22.8 MB)

[#004] sha256:141f28432982d1e71cf4265a5c42b8bd1712094c8ab7fe1fa762e98fc065ae2a - 0.0% (2.65 KB)

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

[#006] sha256:0c4973f7a285b78365f19e4b963f56576f43201d5fd2eb283744f7971fa3a557 - 0.0% (7.84 KB)


History
2019-11-12 00:20:33 UTC

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

2019-11-12 00:20:33 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=20191001

2019-11-12 00:20:33 UTC

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

2019-12-10 09:12:51 UTC

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

2019-12-10 09:12:51 UTC

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

2019-12-10 09:12:52 UTC

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

2019-12-10 09:12:52 UTC

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

2019-12-10 09:12:52 UTC

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

2019-12-10 09:12:52 UTC

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

2019-12-10 11:05:25 UTC

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

2019-12-10 11:05:25 UTC

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

2019-12-10 11:05:25 UTC

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

2019-12-10 11:05:25 UTC

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

2019-12-10 11:07:44 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 REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=nfs-ganesha&distros=centos/7&flavor=ceph_master&ref=next&sha1=latest" | jq -a ".[0] | .url"); echo "baseurl=$REPO_URL/\$basearch/" >> /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 for repo in tcmu-runner python-rtslib; do curl -s -L https://shaman.ceph.com/api/repos/$repo/master/latest/centos/7/repo > /etc/yum.repos.d/$repo.repo ; done ; 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 ]]; 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' && bash -c ' 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.5 ceph-mon-14.2.5 ceph-osd-14.2.5 ceph-mds-14.2.5 rbd-mirror-14.2.5 ceph-mgr-14.2.5 ceph-mgr-dashboard-14.2.5 ceph-mgr-diskprediction-local-14.2.5 ceph-mgr-rook-14.2.5 ceph-mgr-ssh-14.2.5 ceph-grafana-dashboards-14.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.5 libradosstriper1-14.2.5 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse-14.2.5 rbd-nbd-14.2.5 && bash -c ' if [[ "${CEPH_VERSION}" =~ master|^wip* ]] || ${CEPH_DEVEL}; then yum install -y python-pip ; pip install -U remoto ; yum remove -y python-pip ; fi ' && 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.5 ceph-mon-14.2.5 ceph-osd-14.2.5 ceph-mds-14.2.5 rbd-mirror-14.2.5 ceph-mgr-14.2.5 ceph-mgr-dashboard-14.2.5 ceph-mgr-diskprediction-local-14.2.5 ceph-mgr-rook-14.2.5 ceph-mgr-ssh-14.2.5 ceph-grafana-dashboards-14.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.5 libradosstriper1-14.2.5 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse-14.2.5 rbd-nbd-14.2.5 && yum-config-manager --disable ceph-iscsi ceph-iscsi-source ceph-iscsi-noarch tcmu-runner tcmu-runner-noarch tcmu-runner-source python-rtslib-source python-rtslib-noarch python-rtslib) && 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.5 ceph-mon-14.2.5 ceph-osd-14.2.5 ceph-mds-14.2.5 rbd-mirror-14.2.5 ceph-mgr-14.2.5 ceph-mgr-dashboard-14.2.5 ceph-mgr-diskprediction-local-14.2.5 ceph-mgr-rook-14.2.5 ceph-mgr-ssh-14.2.5 ceph-grafana-dashboards-14.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.5 libradosstriper1-14.2.5 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse-14.2.5 rbd-nbd-14.2.5 && echo 'Packages verified successfully'

2020-01-08 08:17:07 UTC

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

2020-01-08 08:17:07 UTC

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

2020-01-08 08:17:10 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-01-08 08:17:12 UTC

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

2020-01-08 08:17:16 UTC

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

2020-01-08 08:17:16 UTC

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

2020-01-08 08:17:16 UTC

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

2020-01-08 08:17:17 UTC

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

2020-01-08 08:17:18 UTC

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

Details
Created

2020-01-08 08:19:34 UTC

Size

301 MB

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

-14.2.5

CEPH_VERSION

nautilus

PATH

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


Layers

[#000] sha256:3f2696f8166ff69dd0c116674b19eebd351ed3fc4111a42dbd57c673601c725d - 32.82% (98.8 MB)

[#001] sha256:301ba4fd75c1b0980cc9467fed0a13822ecdd916981bb868eec066346a8d4dbf - 60.34% (182 MB)

[#002] sha256:818d6214e61ec3cedb1bccc7f5318adfca48b4cee23d8f5ab564eb0b44a8bb00 - 0.0% (9.12 KB)

[#003] sha256:15e9c3f1ec8371f0e6a23d36902e40213451ee2e81ae63d69b794b3f4fa0ee8a - 6.84% (20.6 MB)

[#004] sha256:e6d3cd0ef740a4df8e636620b92ea9a778d85e745640314fb456c370f9df2dcf - 0.0% (2.64 KB)

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

[#006] sha256:19ba7b269e5c27a70e6ccd4f62d8876451b9ed7a3283b5be4381f2314d883a77 - 0.0% (7.85 KB)


History
2019-11-12 00:40:03 UTC

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

2019-11-12 00:40:05 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=20191001

2019-11-12 00:40:06 UTC

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

2019-12-10 09:20:32 UTC

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

2019-12-10 09:20:33 UTC

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

2019-12-10 09:20:33 UTC

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

2019-12-10 09:20:33 UTC

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

2019-12-10 09:20:34 UTC

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

2019-12-10 09:20:34 UTC

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

2019-12-10 09:20:34 UTC

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

2019-12-10 09:20:34 UTC

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

2019-12-10 09:20:35 UTC

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

2019-12-10 09:20:35 UTC

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

2019-12-10 09:25:25 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 REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=nfs-ganesha&distros=centos/7&flavor=ceph_master&ref=next&sha1=latest" | jq -a ".[0] | .url"); echo "baseurl=$REPO_URL/\$basearch/" >> /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 for repo in tcmu-runner python-rtslib; do curl -s -L https://shaman.ceph.com/api/repos/$repo/master/latest/centos/7/repo > /etc/yum.repos.d/$repo.repo ; done ; 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 ]]; 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' && bash -c ' 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.5 ceph-mon-14.2.5 ceph-osd-14.2.5 ceph-mds-14.2.5 rbd-mirror-14.2.5 ceph-mgr-14.2.5 ceph-mgr-dashboard-14.2.5 ceph-mgr-diskprediction-local-14.2.5 ceph-mgr-rook-14.2.5 ceph-mgr-ssh-14.2.5 ceph-grafana-dashboards-14.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.5 libradosstriper1-14.2.5 attr ceph-fuse-14.2.5 rbd-nbd-14.2.5 && bash -c ' if [[ "${CEPH_VERSION}" =~ master|^wip* ]] || ${CEPH_DEVEL}; then yum install -y python-pip ; pip install -U remoto ; yum remove -y python-pip ; fi ' && 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.5 ceph-mon-14.2.5 ceph-osd-14.2.5 ceph-mds-14.2.5 rbd-mirror-14.2.5 ceph-mgr-14.2.5 ceph-mgr-dashboard-14.2.5 ceph-mgr-diskprediction-local-14.2.5 ceph-mgr-rook-14.2.5 ceph-mgr-ssh-14.2.5 ceph-grafana-dashboards-14.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.5 libradosstriper1-14.2.5 attr ceph-fuse-14.2.5 rbd-nbd-14.2.5 && yum-config-manager --disable ceph-iscsi ceph-iscsi-source ceph-iscsi-noarch tcmu-runner tcmu-runner-noarch tcmu-runner-source python-rtslib-source python-rtslib-noarch python-rtslib) && 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.5 ceph-mon-14.2.5 ceph-osd-14.2.5 ceph-mds-14.2.5 rbd-mirror-14.2.5 ceph-mgr-14.2.5 ceph-mgr-dashboard-14.2.5 ceph-mgr-diskprediction-local-14.2.5 ceph-mgr-rook-14.2.5 ceph-mgr-ssh-14.2.5 ceph-grafana-dashboards-14.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.5 libradosstriper1-14.2.5 attr ceph-fuse-14.2.5 rbd-nbd-14.2.5 && echo 'Packages verified successfully'

2020-01-08 08:19:21 UTC

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

2020-01-08 08:19:21 UTC

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

2020-01-08 08:19:27 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-01-08 08:19:30 UTC

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

2020-01-08 08:19:30 UTC

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

2020-01-08 08:19:30 UTC

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

2020-01-08 08:19:31 UTC

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

2020-01-08 08:19:33 UTC

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

2020-01-08 08:19:34 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