Namespace
rook
Image / Tag
ceph:v1.8.6-2.g2035def1a
Content Digest
sha256:90fb144f0e733b298ac7723a59d4b6125fc4f9d7a61551fe2f5e5d25bce84d4e
Details
Created

2022-02-28 08:16:19 UTC

Size

424 MB

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

-16.2.7

CEPH_REF

pacific

CEPH_VERSION

pacific

I_AM_IN_A_CONTAINER

1

OSD_FLAVOR

default

PATH

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


Layers

[#000] sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 - 18.78% (79.6 MB)

[#001] sha256:0ed78619057f2bbd3d30fce92e1e38ca75d5f841a5d276662ba0ba9f343d1005 - 77.25% (328 MB)

[#002] sha256:0ed77adb13e8c647d1a21f386129fc55466b8307f602e734af5dfaf082499cfc - 0.89% (3.77 MB)

[#003] sha256:21c43f6653880b9305eae2bad33a6238b8531af75b02429eeb65dec287b0f29b - 3.05% (12.9 MB)

[#004] sha256:e26bdae7587c96122e7d1a4f18dd26149968dd633173af5502b492a739e4fad9 - 0.0% (4.26 KB)

[#005] sha256:1f0f77b571486f6406c7c4a153a28ba231d0252121a547fb1af11579da081279 - 0.0% (20.6 KB)

[#006] sha256:50eb269db776ef258bf1d35bccdac7819dd87003c48b519904cd112d61ed1a84 - 0.02% (88.4 KB)

[#007] sha256:1ca6280c359a7aa7d871f56d8c120dc2aa4e7830cbaf22131c369d5b577f1121 - 0.0% (1.96 KB)


History
2021-09-15 18:20:04 UTC

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

2021-09-15 18:20:04 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=20210915

2021-09-15 18:20:05 UTC

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

2021-12-08 00:00:49 UTC

/bin/sh -c #(nop) ENV I_AM_IN_A_CONTAINER=1

2021-12-08 00:00:51 UTC

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

2021-12-08 00:00:52 UTC

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

2021-12-08 00:00:53 UTC

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

2021-12-08 00:00:54 UTC

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

2021-12-08 00:00:56 UTC

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

2021-12-08 00:00:57 UTC

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

2021-12-08 00:00:58 UTC

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

2021-12-08 00:00:59 UTC

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

2021-12-08 00:01:01 UTC

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

2021-12-08 00:01:02 UTC

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

2021-12-08 00:01:03 UTC

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

2021-12-08 00:01:04 UTC

/bin/sh -c #(nop) ENV CEPH_REF=pacific

2021-12-08 00:01:06 UTC

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

2021-12-08 00:06:34 UTC

/bin/sh -c yum install -y epel-release https://apache.jfrog.io/artifactory/arrow/centos/8/apache-arrow-release-latest.rpm && 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 ]]; then echo "baseurl=https://buildlogs.centos.org/centos/\$releasever/storage/\$basearch/nfsganesha-3/" >> /etc/yum.repos.d/ganesha.repo ; echo "gpgcheck=0" >> /etc/yum.repos.d/ganesha.repo ; echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo ; elif [[ "${CEPH_VERSION}" == pacific ]]; then echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V3.5-stable/$CEPH_VERSION/el\$releasever/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; echo "gpgcheck=1" >> /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.5-stable/$CEPH_VERSION/el\$releasever/noarch/" >> /etc/yum.repos.d/ganesha.repo ; echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ; echo "enabled=1" >> /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=1" >> /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 ; echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ; echo "enabled=1" >> /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 ; echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ; echo "enabled=1" >> /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 ; echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ; echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo ; fi ; 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?arch=$(arch) -o /etc/yum.repos.d/tcmu-runner.repo ; if [[ "${CEPH_VERSION}" =~ master ]]; then curl -s -L https://shaman.ceph.com/api/repos/ceph-iscsi/master/latest/centos/8/repo -o /etc/yum.repos.d/ceph-iscsi.repo ; elif [[ "${CEPH_VERSION}" =~ nautilus|octopus|pacific ]]; 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 --setopt=install_weak_deps=False && rpm --import 'https://download.ceph.com/keys/release.asc' && if [[ "${CEPH_VERSION}" == nautilus ]]; then CEPH_MGR_K8SEVENTS="ceph-mgr-k8sevents-16.2.7"; if [[ -n "-16.2.7" ]]; then CPR=-16.2.7 ; 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 ]] || ${CEPH_DEVEL}; then ARCH=$(arch); if [[ "${ARCH}" == "aarch64" ]]; then ARCH="arm64"; fi ; REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/8/${ARCH}&flavor=${OSD_FLAVOR}&ref=${CEPH_REF}&sha1=latest" | jq -r .[0].url); RELEASE_VER=0 ; if [[ "${OSD_FLAVOR}" == "crimson" ]]; then CRIMSON_PACKAGES="ceph-crimson-osd-16.2.7"; 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" && if [[ 8 -eq 8 ]]; then yum install -y dnf-plugins-core ; yum copr enable -y tchaikov/python-scikit-learn ; yum copr enable -y tchaikov/python3-asyncssh ; fi ' && yum install -y --setopt=install_weak_deps=False --enablerepo=powertools ca-certificates e2fsprogs ceph-common-16.2.7 ceph-mon-16.2.7 ceph-osd-16.2.7 ceph-mds-16.2.7 cephfs-mirror-16.2.7 rbd-mirror-16.2.7 ceph-mgr-16.2.7 ceph-mgr-cephadm-16.2.7 ceph-mgr-dashboard-16.2.7 ceph-mgr-diskprediction-local-16.2.7 ceph-mgr-k8sevents-16.2.7 ceph-mgr-rook-16.2.7 python3-saml ceph-grafana-dashboards-16.2.7 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.7 libradosstriper1-16.2.7 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-16.2.7 rbd-nbd-16.2.7 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.7 python3-scikit-learn && 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-16.2.7 ceph-mon-16.2.7 ceph-osd-16.2.7 ceph-mds-16.2.7 cephfs-mirror-16.2.7 rbd-mirror-16.2.7 ceph-mgr-16.2.7 ceph-mgr-cephadm-16.2.7 ceph-mgr-dashboard-16.2.7 ceph-mgr-diskprediction-local-16.2.7 ceph-mgr-k8sevents-16.2.7 ceph-mgr-rook-16.2.7 python3-saml ceph-grafana-dashboards-16.2.7 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.7 libradosstriper1-16.2.7 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-16.2.7 rbd-nbd-16.2.7 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.7 python3-scikit-learn ) && 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-16.2.7 ceph-mon-16.2.7 ceph-osd-16.2.7 ceph-mds-16.2.7 cephfs-mirror-16.2.7 rbd-mirror-16.2.7 ceph-mgr-16.2.7 ceph-mgr-cephadm-16.2.7 ceph-mgr-dashboard-16.2.7 ceph-mgr-diskprediction-local-16.2.7 ceph-mgr-k8sevents-16.2.7 ceph-mgr-rook-16.2.7 python3-saml ceph-grafana-dashboards-16.2.7 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.7 libradosstriper1-16.2.7 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-16.2.7 rbd-nbd-16.2.7 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.7 python3-scikit-learn && echo 'Packages verified successfully'

2022-02-28 08:16:03 UTC

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

2022-02-28 08:16:05 UTC

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

2022-02-28 08:16:07 UTC

|2 S5CMD_ARCH=Linux-64bit S5CMD_VERSION=1.4.0 /bin/sh -c curl --fail -sSL -o /s5cmd.tar.gz https://github.com/peak/s5cmd/releases/download/v${S5CMD_VERSION}/s5cmd_${S5CMD_VERSION}_${S5CMD_ARCH}.tar.gz && mkdir /s5cmd && tar xf /s5cmd.tar.gz -C /s5cmd && install /s5cmd/s5cmd /usr/local/bin/s5cmd && rm -rf /s5cmd.tar.gz /s5cmd

2022-02-28 08:16:09 UTC

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

2022-02-28 08:16:10 UTC

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

2022-02-28 08:16:12 UTC

/bin/sh -c #(nop) COPY dir:b0c2c896e15a171af978c2a937cc3dc73cd1ae3cef7f5f5c898ddb4322a5419e in /etc/rook-external/

2022-02-28 08:16:13 UTC

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

2022-02-28 08:16:15 UTC

|2 S5CMD_ARCH=Linux-64bit S5CMD_VERSION=1.4.0 /bin/sh -c useradd rook -u 2016 # 2016 is the UID of the rook user and also the year of the first commit in the project

2022-02-28 08:16:17 UTC

/bin/sh -c #(nop) USER 2016

2022-02-28 08:16:18 UTC

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

2022-02-28 08:16:19 UTC

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

Details
Created

2022-02-28 08:17:08 UTC

Size

395 MB

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

-16.2.7

CEPH_REF

pacific

CEPH_VERSION

pacific

I_AM_IN_A_CONTAINER

1

OSD_FLAVOR

default

PATH

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


Layers

[#000] sha256:52f9ef134af7dd14738733e567402af86136287d9468978d044780a6435a1193 - 20.28% (80.1 MB)

[#001] sha256:60ed2de8376fc4709e8d5874b2a574310aeac0d7735bdcc8d1b438b0e96aae2c - 75.81% (299 MB)

[#002] sha256:f47d4735914f26a6e7805c70f7591a64110b678eb39cef894a7d6ec86a4e2630 - 0.95% (3.77 MB)

[#003] sha256:f546e58a7637fb868e2b9938c9616886d137dc467340fc88204d3261d469f465 - 2.92% (11.5 MB)

[#004] sha256:47c0262f1fc559c2f7baf9eb116fb0418d04c53396ca48d29babb67393a0a3be - 0.0% (4.26 KB)

[#005] sha256:a94cb887fc99d4ca10cd3cf340696dddfddbe16a8454ec9dee8e2a5f1cbbdfee - 0.01% (20.6 KB)

[#006] sha256:a05f660cd45ba44e7c6be13dd553b1c1470c2e1c41394d42260458c3d99466b7 - 0.02% (88.4 KB)

[#007] sha256:e72508e12808ef39f48bb32fbec577955e6d7dda82f0db655c9f306b3b27eaa8 - 0.0% (1.82 KB)


History
2021-09-15 17:39:41 UTC

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

2021-09-15 17:39:42 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=20210915

2021-09-15 17:39:42 UTC

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

2021-12-08 00:00:53 UTC

/bin/sh -c #(nop) ENV I_AM_IN_A_CONTAINER=1

2021-12-08 00:00:53 UTC

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

2021-12-08 00:00:54 UTC

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

2021-12-08 00:00:54 UTC

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

2021-12-08 00:00:54 UTC

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

2021-12-08 00:00:55 UTC

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

2021-12-08 00:00:55 UTC

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

2021-12-08 00:00:55 UTC

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

2021-12-08 00:00:55 UTC

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

2021-12-08 00:00:56 UTC

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

2021-12-08 00:00:56 UTC

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

2021-12-08 00:00:56 UTC

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

2021-12-08 00:00:57 UTC

/bin/sh -c #(nop) ENV CEPH_REF=pacific

2021-12-08 00:00:57 UTC

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

2021-12-08 00:06:02 UTC

/bin/sh -c yum install -y epel-release https://apache.jfrog.io/artifactory/arrow/centos/8/apache-arrow-release-latest.rpm && 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 ]]; then echo "baseurl=https://buildlogs.centos.org/centos/\$releasever/storage/\$basearch/nfsganesha-3/" >> /etc/yum.repos.d/ganesha.repo ; echo "gpgcheck=0" >> /etc/yum.repos.d/ganesha.repo ; echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo ; elif [[ "${CEPH_VERSION}" == pacific ]]; then echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V3.5-stable/$CEPH_VERSION/el\$releasever/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; echo "gpgcheck=1" >> /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.5-stable/$CEPH_VERSION/el\$releasever/noarch/" >> /etc/yum.repos.d/ganesha.repo ; echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ; echo "enabled=1" >> /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=1" >> /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 ; echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ; echo "enabled=1" >> /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 ; echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ; echo "enabled=1" >> /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 ; echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ; echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo ; fi ; 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?arch=$(arch) -o /etc/yum.repos.d/tcmu-runner.repo ; if [[ "${CEPH_VERSION}" =~ master ]]; then curl -s -L https://shaman.ceph.com/api/repos/ceph-iscsi/master/latest/centos/8/repo -o /etc/yum.repos.d/ceph-iscsi.repo ; elif [[ "${CEPH_VERSION}" =~ nautilus|octopus|pacific ]]; 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 --setopt=install_weak_deps=False && rpm --import 'https://download.ceph.com/keys/release.asc' && if [[ "${CEPH_VERSION}" == nautilus ]]; then CEPH_MGR_K8SEVENTS="ceph-mgr-k8sevents-16.2.7"; if [[ -n "-16.2.7" ]]; then CPR=-16.2.7 ; 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 ]] || ${CEPH_DEVEL}; then ARCH=$(arch); if [[ "${ARCH}" == "aarch64" ]]; then ARCH="arm64"; fi ; REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/8/${ARCH}&flavor=${OSD_FLAVOR}&ref=${CEPH_REF}&sha1=latest" | jq -r .[0].url); RELEASE_VER=0 ; if [[ "${OSD_FLAVOR}" == "crimson" ]]; then CRIMSON_PACKAGES="ceph-crimson-osd-16.2.7"; 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" && if [[ 8 -eq 8 ]]; then yum install -y dnf-plugins-core ; yum copr enable -y tchaikov/python-scikit-learn ; yum copr enable -y tchaikov/python3-asyncssh ; fi ' && yum install -y --setopt=install_weak_deps=False --enablerepo=powertools ca-certificates e2fsprogs ceph-common-16.2.7 ceph-mon-16.2.7 ceph-osd-16.2.7 ceph-mds-16.2.7 cephfs-mirror-16.2.7 rbd-mirror-16.2.7 ceph-mgr-16.2.7 ceph-mgr-cephadm-16.2.7 ceph-mgr-dashboard-16.2.7 ceph-mgr-diskprediction-local-16.2.7 ceph-mgr-k8sevents-16.2.7 ceph-mgr-rook-16.2.7 python3-saml ceph-grafana-dashboards-16.2.7 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.7 libradosstriper1-16.2.7 tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-16.2.7 rbd-nbd-16.2.7 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.7 python3-scikit-learn && 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-16.2.7 ceph-mon-16.2.7 ceph-osd-16.2.7 ceph-mds-16.2.7 cephfs-mirror-16.2.7 rbd-mirror-16.2.7 ceph-mgr-16.2.7 ceph-mgr-cephadm-16.2.7 ceph-mgr-dashboard-16.2.7 ceph-mgr-diskprediction-local-16.2.7 ceph-mgr-k8sevents-16.2.7 ceph-mgr-rook-16.2.7 python3-saml ceph-grafana-dashboards-16.2.7 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.7 libradosstriper1-16.2.7 tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-16.2.7 rbd-nbd-16.2.7 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.7 python3-scikit-learn ) && 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-16.2.7 ceph-mon-16.2.7 ceph-osd-16.2.7 ceph-mds-16.2.7 cephfs-mirror-16.2.7 rbd-mirror-16.2.7 ceph-mgr-16.2.7 ceph-mgr-cephadm-16.2.7 ceph-mgr-dashboard-16.2.7 ceph-mgr-diskprediction-local-16.2.7 ceph-mgr-k8sevents-16.2.7 ceph-mgr-rook-16.2.7 python3-saml ceph-grafana-dashboards-16.2.7 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-16.2.7 libradosstriper1-16.2.7 tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-16.2.7 rbd-nbd-16.2.7 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-16.2.7 python3-scikit-learn && echo 'Packages verified successfully'

2022-02-28 08:16:51 UTC

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

2022-02-28 08:16:52 UTC

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

2022-02-28 08:16:56 UTC

|2 S5CMD_ARCH=Linux-64bit S5CMD_VERSION=1.4.0 /bin/sh -c curl --fail -sSL -o /s5cmd.tar.gz https://github.com/peak/s5cmd/releases/download/v${S5CMD_VERSION}/s5cmd_${S5CMD_VERSION}_${S5CMD_ARCH}.tar.gz && mkdir /s5cmd && tar xf /s5cmd.tar.gz -C /s5cmd && install /s5cmd/s5cmd /usr/local/bin/s5cmd && rm -rf /s5cmd.tar.gz /s5cmd

2022-02-28 08:16:58 UTC

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

2022-02-28 08:16:59 UTC

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

2022-02-28 08:17:01 UTC

/bin/sh -c #(nop) COPY dir:b0c2c896e15a171af978c2a937cc3dc73cd1ae3cef7f5f5c898ddb4322a5419e in /etc/rook-external/

2022-02-28 08:17:02 UTC

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

2022-02-28 08:17:04 UTC

|2 S5CMD_ARCH=Linux-64bit S5CMD_VERSION=1.4.0 /bin/sh -c useradd rook -u 2016 # 2016 is the UID of the rook user and also the year of the first commit in the project

2022-02-28 08:17:05 UTC

/bin/sh -c #(nop) USER 2016

2022-02-28 08:17:07 UTC

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

2022-02-28 08:17:08 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