Namespace
rook
Image / Tag
ceph:v1.3.0.495.geabedd7
Content Digest
sha256:e066b6f7668886e4fff9b80db6f2c84c1354cc028a1dba9ec903160aecbb1309
Details
Created

2020-07-02 16:44:21 UTC

Size

352 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.01% (257 MB)

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

[#003] sha256:b47d57fe2d1c8b2874c7003c7913fbe61051a08066fec07a24c9b19dd8418d66 - 7.11% (25 MB)

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

[#005] sha256:0bf63d3c7ae7d575e195f03a4a3042769e568eb2bcdcbebf921ea294f4701054 - 0.0% (3.44 KB)

[#006] sha256:0037823f22001941346f38f6eee8ef34c2d6bfa3d908688a8e98ccca5f93c38a - 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-07-02 16:44:14 UTC

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

2020-07-02 16:44:14 UTC

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

2020-07-02 16:44:16 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-07-02 16:44:18 UTC

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

2020-07-02 16:44:20 UTC

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

2020-07-02 16:44:20 UTC

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

2020-07-02 16:44:21 UTC

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

2020-07-02 16:44:21 UTC

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

2020-07-02 16:44:21 UTC

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

Details
Created

2020-07-02 16:45:36 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:3936b04f49e2a2c96fcd71289238f3d4f6cff4658faaf2317c4ed9a6c027a766 - 0.0% (8.83 KB)

[#003] sha256:90814a2731c545b1479f8a8769561d5831b85c39dfa89dc56a862babee8d79b9 - 7.29% (22.7 MB)

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

[#005] sha256:6810ed80297e75bcd6150b45e3db8f7d652df7ea50f599a95c23bfd9bc872a5d - 0.0% (3.44 KB)

[#006] sha256:9cbc4d2df411d76358444f723d1b57d4eac475f79d19f14a4864c7d64ffb6200 - 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-07-02 16:45:26 UTC

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

2020-07-02 16:45:27 UTC

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

2020-07-02 16:45:29 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-07-02 16:45:31 UTC

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

2020-07-02 16:45:36 UTC

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

2020-07-02 16:45:36 UTC

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

2020-07-02 16:45:36 UTC

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

2020-07-02 16:45:36 UTC

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

2020-07-02 16:45:36 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