Namespace
rook
Image / Tag
ceph:v1.3.0.475.gc456a7e
Content Digest
sha256:a89ac4821555eba28d85a4ec4bd0deb42096c2dcd7f5219c45b9bd114d0d89f7
Details
Created

2020-06-30 23:57:33 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:e8f34c7fec844e94e1962b15391b84856ad7d32c01d6b8f7497d93aa4dc61fb7 - 0.0% (9.25 KB)

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

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

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

[#006] sha256:34d04c6c74c79c96058acae553d0bcfc223216a645bd7d40b3d8f2ee14ee2300 - 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-30 23:57:25 UTC

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

2020-06-30 23:57:26 UTC

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

2020-06-30 23:57:28 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-30 23:57:29 UTC

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

2020-06-30 23:57:32 UTC

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

2020-06-30 23:57:32 UTC

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

2020-06-30 23:57:32 UTC

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

2020-06-30 23:57:33 UTC

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

2020-06-30 23:57:33 UTC

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

Details
Created

2020-07-01 00:00:03 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:3470d2543e651aaa98e73e51dd3242dfafec61957c7f84a718eb8a733d127be1 - 0.0% (8.83 KB)

[#003] sha256:4b82766064e9bef46d55ebfce1d0d27ac0650c00d44e326b82ae7b9a4a91b5c3 - 7.28% (22.6 MB)

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

[#005] sha256:7444b23fee4b9e78ae7c0514763dea5f04cebd473995e00a371f22a215946a11 - 0.0% (3.44 KB)

[#006] sha256:e3061df92d76404134206649f67d67afd407f948c67b5c6eb44be173bf0979df - 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-30 23:59:50 UTC

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

2020-06-30 23:59:50 UTC

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

2020-06-30 23:59:54 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-30 23:59:56 UTC

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

2020-06-30 23:59:59 UTC

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

2020-07-01 00:00:02 UTC

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

2020-07-01 00:00:02 UTC

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

2020-07-01 00:00:02 UTC

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

2020-07-01 00:00:03 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