Namespace
rook
Image / Tag
ceph:v1.3.0.877.g4fbe07d
Content Digest
sha256:2f85428039ca5c9094b03550b5dc8057d3b8ca019d8bd694e92459b6436a1bc8
Details
Created

2020-08-18 13:34:48 UTC

Size

333 MB

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

-15.2.4

CEPH_VERSION

octopus

OSD_FLAVOR

default

PATH

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


Layers

[#000] sha256:6910e5a164f725142d77994b247ba20040477fbab49a721bdbe8d61cf855ac23 - 21.43% (71.4 MB)

[#001] sha256:90161ff7470d7d629165d4a3deb6c30d6b4f62e283bd4a2b2003a6668bcda00d - 70.95% (236 MB)

[#002] sha256:d9b93cb1bbfbbeeefafdd9a7fd637416b6ef0719b401435de17294052a345f33 - 0.0% (9.25 KB)

[#003] sha256:c750bd6ec2ed26361d2ab5792a524c9113aa777b9a4cfdee7d08a129017bbb65 - 7.61% (25.3 MB)

[#004] sha256:b5ee1b4ace8137e72a9f7c518a33dc5fc4d1c709b7ef69b154ac92523503aeca - 0.0% (2.55 KB)

[#005] sha256:b6e39d7fb1ac974bd429b3e0e306194502079c22eef2281864397f1ece109034 - 0.0% (3.57 KB)

[#006] sha256:f1ce85661cbb788b87882a6dc0ab12aadd4f3b9dfacdd43c4c3b60ee13ecb3ea - 0.01% (43.7 KB)


History
2020-06-17 00:22:24 UTC

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

2020-06-17 00:22:25 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=20200611

2020-06-17 00:22:25 UTC

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

2020-06-30 20:49:50 UTC

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

2020-06-30 20:49:50 UTC

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

2020-06-30 20:49:50 UTC

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

2020-06-30 20:49:50 UTC

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

2020-06-30 20:49:50 UTC

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

2020-06-30 20:49:51 UTC

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

2020-06-30 20:49:51 UTC

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

2020-06-30 20:49:51 UTC

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

2020-06-30 20:49:51 UTC

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

2020-06-30 20:49:51 UTC

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

2020-06-30 20:49:52 UTC

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

2020-06-30 20:49:52 UTC

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

2020-06-30 20:51:35 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|^wip* ]]; then echo "baseurl=https://buildlogs.centos.org/centos/\$releasever/storage/\$basearch/nfsganesha-3/" >> /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=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.ceph.com/nfs-ganesha/rpm-V3.3-stable/$CEPH_VERSION/el\$releasever/noarch/" >> /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 ; else echo "baseurl=https://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 python3-rtslib" ]; then curl -s -L https://shaman.ceph.com/api/repos/tcmu-runner/master/latest/centos/8/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/8/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/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-15.2.4"; if [[ -n "-15.2.4" ]]; then CPR=-15.2.4 ; 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|^wip* ]] || ${CEPH_DEVEL}; then REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/8&flavor=${OSD_FLAVOR}&ref=${CEPH_VERSION}&sha1=latest" | jq -a ".[0] | .url"); RELEASE_VER=0 ; if [[ "${OSD_FLAVOR}" == "crimson" ]]; then CRIMSON_PACKAGES="ceph-crimson-osd-15.2.4"; 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" ' && yum install -y ca-certificates e2fsprogs ceph-common-15.2.4 ceph-mon-15.2.4 ceph-osd-15.2.4 ceph-mds-15.2.4 rbd-mirror-15.2.4 ceph-mgr-15.2.4 ceph-mgr-cephadm-15.2.4 ceph-mgr-dashboard-15.2.4 ceph-mgr-diskprediction-local-15.2.4 ceph-mgr-k8sevents-15.2.4 ceph-mgr-rook-15.2.4 ceph-grafana-dashboards-15.2.4 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.4 libradosstriper1-15.2.4 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-15.2.4 rbd-nbd-15.2.4 ${CRIMSON_PACKAGES} && 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-15.2.4 ceph-mon-15.2.4 ceph-osd-15.2.4 ceph-mds-15.2.4 rbd-mirror-15.2.4 ceph-mgr-15.2.4 ceph-mgr-cephadm-15.2.4 ceph-mgr-dashboard-15.2.4 ceph-mgr-diskprediction-local-15.2.4 ceph-mgr-k8sevents-15.2.4 ceph-mgr-rook-15.2.4 ceph-grafana-dashboards-15.2.4 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.4 libradosstriper1-15.2.4 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-15.2.4 rbd-nbd-15.2.4 ${CRIMSON_PACKAGES} ) && 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-15.2.4 ceph-mon-15.2.4 ceph-osd-15.2.4 ceph-mds-15.2.4 rbd-mirror-15.2.4 ceph-mgr-15.2.4 ceph-mgr-cephadm-15.2.4 ceph-mgr-dashboard-15.2.4 ceph-mgr-diskprediction-local-15.2.4 ceph-mgr-k8sevents-15.2.4 ceph-mgr-rook-15.2.4 ceph-grafana-dashboards-15.2.4 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.4 libradosstriper1-15.2.4 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-15.2.4 rbd-nbd-15.2.4 ${CRIMSON_PACKAGES} && echo 'Packages verified successfully'

2020-08-18 11:51:01 UTC

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

2020-08-18 11:51:01 UTC

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

2020-08-18 11:51:04 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

2020-08-18 13:34:44 UTC

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

2020-08-18 13:34:47 UTC

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

2020-08-18 13:34:47 UTC

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

2020-08-18 13:34:48 UTC

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

2020-08-18 13:34:48 UTC

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

2020-08-18 13:34:48 UTC

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

Details
Created

2020-08-18 13:35:46 UTC

Size

299 MB

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

-15.2.4

CEPH_VERSION

octopus

OSD_FLAVOR

default

PATH

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


Layers

[#000] sha256:a0e1d36ea96f3617bc20e6cb7a760a741b994cf2d6e97906a40f1c0af70f8e09 - 24.06% (72 MB)

[#001] sha256:99035c458bc50db834616fe4a4e72e465ada0832311c28a63ab7c87b4ee4a524 - 68.24% (204 MB)

[#002] sha256:036b5a43873efe3f8b07c1ef2f3b5b86fafe395bacc5254462d28e8e51d51b8c - 0.0% (8.83 KB)

[#003] sha256:cce112d4bc69dcb1cf42a9a7ef2f4b7d1fcc6f6355b793f62a92cffe7d4387b6 - 7.68% (23 MB)

[#004] sha256:71ee74d8537071b927f2c1bf59394cb0969b8a360c953bf2dc08248c5c0f5ea2 - 0.0% (2.55 KB)

[#005] sha256:484035abd251818aa77200a77e1f42b0ccc37d3d5ea8e0df81de1ec6dd957f6f - 0.0% (3.57 KB)

[#006] sha256:65930a37891c563e5716a665052d8d08cb0d7c98ba08aaedb2319fff0fc4bed2 - 0.01% (43.7 KB)


History
2020-06-17 00:50:59 UTC

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

2020-06-17 00:51: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=20200611

2020-06-17 00:51:07 UTC

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

2020-06-30 21:06:30 UTC

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

2020-06-30 21:06:30 UTC

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

2020-06-30 21:06:31 UTC

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

2020-06-30 21:06:31 UTC

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

2020-06-30 21:06:31 UTC

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

2020-06-30 21:06:32 UTC

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

2020-06-30 21:06:32 UTC

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

2020-06-30 21:06:32 UTC

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

2020-06-30 21:06:33 UTC

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

2020-06-30 21:06:33 UTC

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

2020-06-30 21:06:33 UTC

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

2020-06-30 21:06:34 UTC

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

2020-06-30 21:09:21 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://buildlogs.centos.org/centos/\$releasever/storage/\$basearch/nfsganesha-3/" >> /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=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.ceph.com/nfs-ganesha/rpm-V3.3-stable/$CEPH_VERSION/el\$releasever/noarch/" >> /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 ; else echo "baseurl=https://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/8/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/8/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/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-15.2.4"; if [[ -n "-15.2.4" ]]; then CPR=-15.2.4 ; 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|^wip* ]] || ${CEPH_DEVEL}; then REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/8&flavor=${OSD_FLAVOR}&ref=${CEPH_VERSION}&sha1=latest" | jq -a ".[0] | .url"); RELEASE_VER=0 ; if [[ "${OSD_FLAVOR}" == "crimson" ]]; then CRIMSON_PACKAGES="ceph-crimson-osd-15.2.4"; 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" ' && yum install -y ca-certificates e2fsprogs ceph-common-15.2.4 ceph-mon-15.2.4 ceph-osd-15.2.4 ceph-mds-15.2.4 rbd-mirror-15.2.4 ceph-mgr-15.2.4 ceph-mgr-cephadm-15.2.4 ceph-mgr-dashboard-15.2.4 ceph-mgr-diskprediction-local-15.2.4 ceph-mgr-k8sevents-15.2.4 ceph-mgr-rook-15.2.4 ceph-grafana-dashboards-15.2.4 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.4 libradosstriper1-15.2.4 attr ceph-fuse-15.2.4 rbd-nbd-15.2.4 ${CRIMSON_PACKAGES} && 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-15.2.4 ceph-mon-15.2.4 ceph-osd-15.2.4 ceph-mds-15.2.4 rbd-mirror-15.2.4 ceph-mgr-15.2.4 ceph-mgr-cephadm-15.2.4 ceph-mgr-dashboard-15.2.4 ceph-mgr-diskprediction-local-15.2.4 ceph-mgr-k8sevents-15.2.4 ceph-mgr-rook-15.2.4 ceph-grafana-dashboards-15.2.4 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.4 libradosstriper1-15.2.4 attr ceph-fuse-15.2.4 rbd-nbd-15.2.4 ${CRIMSON_PACKAGES} ) && 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-15.2.4 ceph-mon-15.2.4 ceph-osd-15.2.4 ceph-mds-15.2.4 rbd-mirror-15.2.4 ceph-mgr-15.2.4 ceph-mgr-cephadm-15.2.4 ceph-mgr-dashboard-15.2.4 ceph-mgr-diskprediction-local-15.2.4 ceph-mgr-k8sevents-15.2.4 ceph-mgr-rook-15.2.4 ceph-grafana-dashboards-15.2.4 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.4 libradosstriper1-15.2.4 attr ceph-fuse-15.2.4 rbd-nbd-15.2.4 ${CRIMSON_PACKAGES} && echo 'Packages verified successfully'

2020-08-18 11:53:14 UTC

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

2020-08-18 11:53:14 UTC

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

2020-08-18 11:53:19 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

2020-08-18 13:35:40 UTC

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

2020-08-18 13:35:45 UTC

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

2020-08-18 13:35:46 UTC

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

2020-08-18 13:35:46 UTC

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

2020-08-18 13:35:46 UTC

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

2020-08-18 13:35:46 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