Namespace
rook
Image / Tag
ceph:v1.3.0.466.g7ea52b1
Content Digest
sha256:ba4bbe6dc0c1c436a3ff427c5fa7106f025dd8b151aba918befe0fbb97dede15
Details
Created

2020-06-26 21:46:47 UTC

Size

351 MB

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

-15.2.3

CEPH_VERSION

octopus

PATH

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


Layers

[#000] sha256:8a29a15cefaeccf6545f7ecf11298f9672d2f0cdaf9e357a95133ac3ad3e1f07 - 19.87% (69.8 MB)

[#001] sha256:54faf42e299a642a862ce50af1c4b3c6d8ed6a04f04987b298cb839de7752398 - 73.02% (257 MB)

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

[#003] sha256:3356c12b4d3d7cd5e7f46741c46d7b18e80e40e8f7a8856dbd019f9162aaa19a - 7.1% (25 MB)

[#004] sha256:4208f6458eb0535026d2f17e74a1f6c98d2ab3b74dc61e9ed4d7b09861dccb85 - 0.0% (2.82 KB)

[#005] sha256:6acf12173160e7714daecf039261eab66ffe48f432db3ba502ae83492dc70654 - 0.0% (3.44 KB)

[#006] sha256:13203bffe93ee3bb5d7864879429b5fc1bfdbdbfb25eb2b10eb531e971cecea6 - 0.01% (39.6 KB)


History
2020-01-15 01:19:50 UTC

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

2020-01-18 00:26:46 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=20200114 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-01-14 00:00:00-08:00

2020-01-18 00:26:46 UTC

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

2020-05-30 01:07:03 UTC

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

2020-05-30 01:07:04 UTC

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

2020-05-30 01:07:04 UTC

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

2020-05-30 01:07:04 UTC

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

2020-05-30 01:07:04 UTC

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

2020-05-30 01:07:04 UTC

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

2020-05-30 01:07:04 UTC

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

2020-05-30 01:07:05 UTC

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

2020-05-30 01:07:05 UTC

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

2020-05-30 01:07:05 UTC

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

2020-05-30 01:07:05 UTC

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

2020-05-30 01:09: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 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://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 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.3"; if [[ -n "-15.2.3" ]]; then CPR=-15.2.3 ; 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 [[ 8 -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/8&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}/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.3 ceph-mon-15.2.3 ceph-osd-15.2.3 ceph-mds-15.2.3 rbd-mirror-15.2.3 ceph-mgr-15.2.3 ceph-mgr-cephadm-15.2.3 ceph-mgr-dashboard-15.2.3 ceph-mgr-diskprediction-local-15.2.3 ceph-mgr-k8sevents-15.2.3 ceph-mgr-rook-15.2.3 ceph-grafana-dashboards-15.2.3 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.3 libradosstriper1-15.2.3 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.3 rbd-nbd-15.2.3 && 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.3 ceph-mon-15.2.3 ceph-osd-15.2.3 ceph-mds-15.2.3 rbd-mirror-15.2.3 ceph-mgr-15.2.3 ceph-mgr-cephadm-15.2.3 ceph-mgr-dashboard-15.2.3 ceph-mgr-diskprediction-local-15.2.3 ceph-mgr-k8sevents-15.2.3 ceph-mgr-rook-15.2.3 ceph-grafana-dashboards-15.2.3 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.3 libradosstriper1-15.2.3 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.3 rbd-nbd-15.2.3 ) && 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.3 ceph-mon-15.2.3 ceph-osd-15.2.3 ceph-mds-15.2.3 rbd-mirror-15.2.3 ceph-mgr-15.2.3 ceph-mgr-cephadm-15.2.3 ceph-mgr-dashboard-15.2.3 ceph-mgr-diskprediction-local-15.2.3 ceph-mgr-k8sevents-15.2.3 ceph-mgr-rook-15.2.3 ceph-grafana-dashboards-15.2.3 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.3 libradosstriper1-15.2.3 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.3 rbd-nbd-15.2.3 && echo 'Packages verified successfully'

2020-06-26 21:46:39 UTC

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

2020-06-26 21:46:39 UTC

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

2020-06-26 21:46:42 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-06-26 21:46:43 UTC

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

2020-06-26 21:46:46 UTC

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

2020-06-26 21:46:46 UTC

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

2020-06-26 21:46:46 UTC

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

2020-06-26 21:46:46 UTC

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

2020-06-26 21:46:47 UTC

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

Details
Created

2020-06-26 21:49:10 UTC

Size

311 MB

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

-15.2.3

CEPH_VERSION

octopus

PATH

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


Layers

[#000] sha256:d6d1431672e7a9ca504ccd0a169af8dabaafadc070133d36ca854231cba344da - 22.49% (69.9 MB)

[#001] sha256:47db83dad0afcc74cf60e11f2302c037eaf90b222f0dce56ad8ad15b257d3c03 - 70.21% (218 MB)

[#002] sha256:00df60391841b2a986ca063e880a05ecb279542f19f7bdf6a7d6402a1c93e354 - 0.0% (8.83 KB)

[#003] sha256:9cd35c970447e10176cce4d4f0b7f7b31120a55845ec5b54e0b41fdeaa9b57d6 - 7.28% (22.6 MB)

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

[#005] sha256:17a97eca6bccf012ae18a40a372869d49332d927a6465bb0839fda63c0eca2e9 - 0.0% (3.44 KB)

[#006] sha256:dc6b65ecc2d20e25f2cb5616e27fc2c10608fee4651ef6700cea83d45f750461 - 0.01% (39.6 KB)


History
2020-01-15 01:39:44 UTC

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

2020-01-17 23:39: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=20200114 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-01-14 00:00:00-08:00

2020-01-17 23:39:30 UTC

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

2020-05-30 00:50:35 UTC

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

2020-05-30 00:50:35 UTC

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

2020-05-30 00:50:36 UTC

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

2020-05-30 00:50:36 UTC

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

2020-05-30 00:50:36 UTC

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

2020-05-30 00:50:37 UTC

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

2020-05-30 00:50:37 UTC

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

2020-05-30 00:50:37 UTC

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

2020-05-30 00:50:37 UTC

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

2020-05-30 00:50:38 UTC

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

2020-05-30 00:50:38 UTC

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

2020-05-30 00:55:27 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/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.3"; if [[ -n "-15.2.3" ]]; then CPR=-15.2.3 ; 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 [[ 8 -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/8&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}/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.3 ceph-mon-15.2.3 ceph-osd-15.2.3 ceph-mds-15.2.3 rbd-mirror-15.2.3 ceph-mgr-15.2.3 ceph-mgr-cephadm-15.2.3 ceph-mgr-dashboard-15.2.3 ceph-mgr-diskprediction-local-15.2.3 ceph-mgr-k8sevents-15.2.3 ceph-mgr-rook-15.2.3 ceph-grafana-dashboards-15.2.3 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.3 libradosstriper1-15.2.3 attr ceph-fuse-15.2.3 rbd-nbd-15.2.3 && 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.3 ceph-mon-15.2.3 ceph-osd-15.2.3 ceph-mds-15.2.3 rbd-mirror-15.2.3 ceph-mgr-15.2.3 ceph-mgr-cephadm-15.2.3 ceph-mgr-dashboard-15.2.3 ceph-mgr-diskprediction-local-15.2.3 ceph-mgr-k8sevents-15.2.3 ceph-mgr-rook-15.2.3 ceph-grafana-dashboards-15.2.3 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.3 libradosstriper1-15.2.3 attr ceph-fuse-15.2.3 rbd-nbd-15.2.3 ) && 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.3 ceph-mon-15.2.3 ceph-osd-15.2.3 ceph-mds-15.2.3 rbd-mirror-15.2.3 ceph-mgr-15.2.3 ceph-mgr-cephadm-15.2.3 ceph-mgr-dashboard-15.2.3 ceph-mgr-diskprediction-local-15.2.3 ceph-mgr-k8sevents-15.2.3 ceph-mgr-rook-15.2.3 ceph-grafana-dashboards-15.2.3 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-15.2.3 libradosstriper1-15.2.3 attr ceph-fuse-15.2.3 rbd-nbd-15.2.3 && echo 'Packages verified successfully'

2020-06-26 21:48:58 UTC

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

2020-06-26 21:48:58 UTC

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

2020-06-26 21:49:02 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-06-26 21:49:04 UTC

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

2020-06-26 21:49:10 UTC

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

2020-06-26 21:49:10 UTC

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

2020-06-26 21:49:10 UTC

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

2020-06-26 21:49:10 UTC

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

2020-06-26 21:49:10 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