Namespace
rook
Image / Tag
ceph:v1.1.0.688.geeb2d35
Content Digest
sha256:844369e1067c97ad35a4d0e72460382aff75f77cc100c48a852af88acea259be
Details
Created

2019-12-20 17:59:52 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:e8dbf07663c6699392ba9579a6203e38d1f47a953b2464031da88d98f26cc657 - 0.0% (9.48 KB)

[#003] sha256:7ba5452a13318919b3afe2bde5643b5506aed6a0f0fdb6d2ae42926e707dc021 - 7.63% (22.8 MB)

[#004] sha256:4c3ea30d2241115f383fe1965d647f947dd80d3321ed7101eeb5ed35e019ef20 - 0.0% (2.65 KB)

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

[#006] sha256:b6afe4fa2934baf2da63bd123a5370abb2be6bf3318b37f0117dbb0e54a50f56 - 0.0% (7.82 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'

2019-12-20 17:59:42 UTC

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

2019-12-20 17:59:42 UTC

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

2019-12-20 17:59:45 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

2019-12-20 17:59:46 UTC

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

2019-12-20 17:59:50 UTC

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

2019-12-20 17:59:51 UTC

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

2019-12-20 17:59:51 UTC

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

2019-12-20 17:59:52 UTC

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

2019-12-20 17:59:52 UTC

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

Details
Created

2019-12-20 18:02:06 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.33% (182 MB)

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

[#003] sha256:0e6f87e01a3428443835cc4c487597204830594f16826117f3bf2b46f8bd8b89 - 6.84% (20.6 MB)

[#004] sha256:992fbad5dcef841382adb1b8411b8a38f102e11cb731f6d4661e2f67cfc9531f - 0.0% (2.65 KB)

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

[#006] sha256:ca1a08abe2c48debcd4438a96ce49db07e6bb089abb6e7230c4dd383dd479146 - 0.0% (7.82 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'

2019-12-20 18:01:55 UTC

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

2019-12-20 18:01:56 UTC

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

2019-12-20 18:02:00 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

2019-12-20 18:02:02 UTC

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

2019-12-20 18:02:04 UTC

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

2019-12-20 18:02:05 UTC

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

2019-12-20 18:02:05 UTC

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

2019-12-20 18:02:05 UTC

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

2019-12-20 18:02:06 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