2023-05-30 19:17:46 UTC
405 MB
false
CEPH_POINT_RELEASE-17.2.6
CEPH_REFquincy
CEPH_VERSIONquincy
I_AM_IN_A_CONTAINER1
OSD_FLAVORdefault
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:f91541f2d8965a41a8c0b56a8c589e724f1f14789ed444a99febb385b39dbd4b - 18.92% (76.6 MB)
[#001] sha256:82b881b389063cca4a0cb4296d5d1a547f45eb11080fe4f5377798a1df12c44c - 76.26% (309 MB)
[#002] sha256:f5ef12bb6049e5d45625a74b1f3395b537cfe15d13ab8911e0be2f3ad31a2681 - 1.01% (4.08 MB)
[#003] sha256:a551219bb7ec90febffd9de37dff48502c88c123d2e6eb2908da08516f338040 - 3.78% (15.3 MB)
[#004] sha256:93f13a8ba8aa3e376c212052a95f2a84b477006c015beb254d5ab270e300690d - 0.0% (9.59 KB)
[#005] sha256:7a2b937295896625c47410816888215c7688885172e74e620d3778a7bdc5ccce - 0.01% (21 KB)
[#006] sha256:3191fd55d6501ee363c59a52c0f84b67b29dee2b032a8be0bb16305c09f2001d - 0.01% (58.9 KB)
[#007] sha256:e618221e8c909e40cc4d8f5bc99b2b0f4daadb16348fb4614a342cccacdccc2f - 0.0% (2 KB)
/bin/sh -c #(nop) ADD file:4fabacced5fc6f135bb66ce3d1c80fabecb6b062ae251b5bad7c27f8fc916fe6 in /
2023-03-15 16:01:34 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 8 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20230315"
2023-03-15 16:01:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-04-10 14:57:10 UTC/bin/sh -c #(nop) ENV I_AM_IN_A_CONTAINER=1
2023-04-10 14:57:12 UTC/bin/sh -c #(nop) LABEL maintainer=Guillaume Abrioux <gabrioux@redhat.com>
2023-04-10 14:57:13 UTC/bin/sh -c #(nop) LABEL ceph=True
2023-04-10 14:57:15 UTC/bin/sh -c #(nop) LABEL RELEASE=HEAD
2023-04-10 14:57:16 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2023-04-10 14:57:17 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2023-04-10 14:57:18 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=2c79d0ad45b0cdb5c50bdea04a588732463ea742
2023-04-10 14:57:20 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=True
2023-04-10 14:57:21 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-17.2.6
2023-04-10 14:57:22 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=quincy
2023-04-10 14:57:24 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-17.2.6
2023-04-10 14:57:25 UTC/bin/sh -c #(nop) ENV CEPH_DEVEL=false
2023-04-10 14:57:27 UTC/bin/sh -c #(nop) ENV CEPH_REF=quincy
2023-04-10 14:57:28 UTC/bin/sh -c #(nop) ENV OSD_FLAVOR=default
2023-04-10 14:57:29 UTC/bin/sh -c #(nop) EXPOSE 5000 6789 6800 6801 6802 6803 6804 6805 80
2023-04-10 15:03:37 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 sssd-client dbus-daemon" ]; then if [[ "${CEPH_VERSION}" == master || "${CEPH_VERSION}" == main ]]; then curl -s -L "https://shaman.ceph.com/api/repos/nfs-ganesha/next/latest/centos/8/flavors/ceph_main/repo?arch=$(arch)" -o /etc/yum.repos.d/ganesha.repo ; elif [[ "${CEPH_VERSION}" == quincy ]]; then echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; echo "baseurl=https://buildlogs.centos.org/centos/\$releasever/storage/\$basearch/nfsganesha-4/" >> /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 "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; 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 "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; 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 "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; 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 "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; 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/main/latest/centos/8/repo?arch=$(arch) -o /etc/yum.repos.d/tcmu-runner.repo ; if [[ "${CEPH_VERSION}" =~ master || "${CEPH_VERSION}" == main ]]; then curl -s -L https://shaman.ceph.com/api/repos/ceph-iscsi/main/latest/centos/8/repo -o /etc/yum.repos.d/ceph-iscsi.repo ; elif [[ "${CEPH_VERSION}" =~ nautilus|octopus|pacific|quincy ]]; 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-17.2.6"; if [[ -n "-17.2.6" ]]; then CPR=-17.2.6 ; 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_VERSION}" == main ]] || ${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-17.2.6"; 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 ca-certificates e2fsprogs ceph-common-17.2.6 ceph-mon-17.2.6 ceph-osd-17.2.6 ceph-mds-17.2.6 cephfs-mirror-17.2.6 rbd-mirror-17.2.6 ceph-mgr-17.2.6 ceph-mgr-cephadm-17.2.6 ceph-mgr-dashboard-17.2.6 ceph-mgr-diskprediction-local-17.2.6 ceph-mgr-k8sevents-17.2.6 ceph-mgr-rook-17.2.6 python3-saml ceph-grafana-dashboards-17.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev sg3_utils procps-ng hostname ceph-radosgw-17.2.6 libradosstriper1-17.2.6 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace nfs-ganesha-rados-urls sssd-client dbus-daemon tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-17.2.6 rbd-nbd-17.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-17.2.6 python3-scikit-learn ceph-volume-17.2.6 ceph-exporter-17.2.6 && 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-17.2.6 ceph-mon-17.2.6 ceph-osd-17.2.6 ceph-mds-17.2.6 cephfs-mirror-17.2.6 rbd-mirror-17.2.6 ceph-mgr-17.2.6 ceph-mgr-cephadm-17.2.6 ceph-mgr-dashboard-17.2.6 ceph-mgr-diskprediction-local-17.2.6 ceph-mgr-k8sevents-17.2.6 ceph-mgr-rook-17.2.6 python3-saml ceph-grafana-dashboards-17.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev sg3_utils procps-ng hostname ceph-radosgw-17.2.6 libradosstriper1-17.2.6 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace nfs-ganesha-rados-urls sssd-client dbus-daemon tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-17.2.6 rbd-nbd-17.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-17.2.6 python3-scikit-learn ceph-volume-17.2.6 ceph-exporter-17.2.6 ) && 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 && mkdir -p /var/run/ganesha && 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 && 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-17.2.6 ceph-mon-17.2.6 ceph-osd-17.2.6 ceph-mds-17.2.6 cephfs-mirror-17.2.6 rbd-mirror-17.2.6 ceph-mgr-17.2.6 ceph-mgr-cephadm-17.2.6 ceph-mgr-dashboard-17.2.6 ceph-mgr-diskprediction-local-17.2.6 ceph-mgr-k8sevents-17.2.6 ceph-mgr-rook-17.2.6 python3-saml ceph-grafana-dashboards-17.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev sg3_utils procps-ng hostname ceph-radosgw-17.2.6 libradosstriper1-17.2.6 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace nfs-ganesha-rados-urls sssd-client dbus-daemon tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-17.2.6 rbd-nbd-17.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-17.2.6 python3-scikit-learn ceph-volume-17.2.6 ceph-exporter-17.2.6 && echo 'Packages verified successfully'
2023-05-30 19:17:34 UTC/bin/sh -c #(nop) ARG S5CMD_VERSION
2023-05-30 19:17:35 UTC/bin/sh -c #(nop) ARG S5CMD_ARCH
2023-05-30 19:17:37 UTC|2 S5CMD_ARCH=Linux-64bit S5CMD_VERSION=2.0.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
2023-05-30 19:17:38 UTC/bin/sh -c #(nop) COPY multi:b6631a3427befe6ff54251e1c84bf16ed88c22c9665de938cda3c70852f8d19e in /usr/local/bin/
2023-05-30 19:17:39 UTC/bin/sh -c #(nop) COPY dir:4b4727e05e04b699ed3add1f65ccc33e7871ade3f8cc855c360481f26a94bfbf in /etc/ceph-monitoring
2023-05-30 19:17:40 UTC/bin/sh -c #(nop) COPY dir:1e6417a5fd1a2ee3fcf15b3eb1b157631b5ceb264458d27f015ba348c4940453 in /etc/rook-external/
2023-05-30 19:17:41 UTC/bin/sh -c #(nop) COPY dir:2339427f3d0e7e0126cef4d1395eb775622bb5d9e2b6d9ca23e599b91be94968 in /etc/ceph-csv-templates
2023-05-30 19:17:43 UTC|2 S5CMD_ARCH=Linux-64bit S5CMD_VERSION=2.0.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
2023-05-30 19:17:44 UTC/bin/sh -c #(nop) USER 2016
2023-05-30 19:17:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/rook"]
2023-05-30 19:17:46 UTC/bin/sh -c #(nop) CMD [""]
2023-05-30 19:18:18 UTC
373 MB
false
CEPH_POINT_RELEASE-17.2.6
CEPH_REFquincy
CEPH_VERSIONquincy
I_AM_IN_A_CONTAINER1
OSD_FLAVORdefault
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:fef227a0183018f25828520616bc83084e5912006f597b80728a32abac97e6a4 - 20.31% (75.9 MB)
[#001] sha256:350621f2c90d454aea4cad30024b1820ccbe16f585f0ace262f2a4a1b6766c59 - 74.9% (280 MB)
[#002] sha256:75ee0d0e04c7b3ee47bc7028268273ca49ed0afa7cb9b1c50a17d638c349d18b - 1.09% (4.08 MB)
[#003] sha256:9910320791d18b457c10019a6c6f6286a0706a0abad6e8706efee02a672a18d6 - 3.69% (13.8 MB)
[#004] sha256:6b0664ea3d3033fbfdb031e7154f7d457c138c9cfd33294517f453adbb1603cf - 0.0% (9.59 KB)
[#005] sha256:9ac2da1488dc2b4bd577a8d590cc32fe4cdd277159238371587770cd70472749 - 0.01% (21 KB)
[#006] sha256:35a33d0b8c31fbaf8a99919adf50e69d63b74f75119bc753a77dca3f3263deb0 - 0.0% (146 Bytes)
[#007] sha256:024fd2003de8b38654dde28621d8e4c43bb70408b3f5a4fda8f86b3d97a8a1da - 0.0% (1.87 KB)
/bin/sh -c #(nop) ADD file:275b0ec6f75f7f66ff31178c58c085ff249ccb2450c3b55bba27260d26abcf21 in /
2023-03-15 16:00:35 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 8 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20230315"
2023-03-15 16:00:38 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-04-10 14:57:10 UTC/bin/sh -c #(nop) ENV I_AM_IN_A_CONTAINER=1
2023-04-10 14:57:11 UTC/bin/sh -c #(nop) LABEL maintainer=Guillaume Abrioux <gabrioux@redhat.com>
2023-04-10 14:57:11 UTC/bin/sh -c #(nop) LABEL ceph=True
2023-04-10 14:57:11 UTC/bin/sh -c #(nop) LABEL RELEASE=HEAD
2023-04-10 14:57:11 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2023-04-10 14:57:12 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2023-04-10 14:57:12 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=2c79d0ad45b0cdb5c50bdea04a588732463ea742
2023-04-10 14:57:12 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=True
2023-04-10 14:57:13 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-17.2.6
2023-04-10 14:57:13 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=quincy
2023-04-10 14:57:13 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-17.2.6
2023-04-10 14:57:13 UTC/bin/sh -c #(nop) ENV CEPH_DEVEL=false
2023-04-10 14:57:14 UTC/bin/sh -c #(nop) ENV CEPH_REF=quincy
2023-04-10 14:57:14 UTC/bin/sh -c #(nop) ENV OSD_FLAVOR=default
2023-04-10 14:57:14 UTC/bin/sh -c #(nop) EXPOSE 5000 6789 6800 6801 6802 6803 6804 6805 80
2023-04-10 15:02:13 UTC/bin/sh -c yum install -y epel-release && yum install -y jq && bash -c ' if [ -n "" ]; then if [[ "${CEPH_VERSION}" == master || "${CEPH_VERSION}" == main ]]; then curl -s -L "https://shaman.ceph.com/api/repos/nfs-ganesha/next/latest/centos/8/flavors/ceph_main/repo?arch=$(arch)" -o /etc/yum.repos.d/ganesha.repo ; elif [[ "${CEPH_VERSION}" == quincy ]]; then echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; echo "baseurl=https://buildlogs.centos.org/centos/\$releasever/storage/\$basearch/nfsganesha-4/" >> /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 "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; 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 "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; 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 "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; 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 "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; 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/main/latest/centos/8/repo?arch=$(arch) -o /etc/yum.repos.d/tcmu-runner.repo ; if [[ "${CEPH_VERSION}" =~ master || "${CEPH_VERSION}" == main ]]; then curl -s -L https://shaman.ceph.com/api/repos/ceph-iscsi/main/latest/centos/8/repo -o /etc/yum.repos.d/ceph-iscsi.repo ; elif [[ "${CEPH_VERSION}" =~ nautilus|octopus|pacific|quincy ]]; 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-17.2.6"; if [[ -n "-17.2.6" ]]; then CPR=-17.2.6 ; 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_VERSION}" == main ]] || ${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-17.2.6"; 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 ca-certificates e2fsprogs ceph-common-17.2.6 ceph-mon-17.2.6 ceph-osd-17.2.6 ceph-mds-17.2.6 cephfs-mirror-17.2.6 rbd-mirror-17.2.6 ceph-mgr-17.2.6 ceph-mgr-cephadm-17.2.6 ceph-mgr-dashboard-17.2.6 ceph-mgr-diskprediction-local-17.2.6 ceph-mgr-k8sevents-17.2.6 ceph-mgr-rook-17.2.6 python3-saml ceph-grafana-dashboards-17.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev sg3_utils procps-ng hostname ceph-radosgw-17.2.6 libradosstriper1-17.2.6 tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-17.2.6 rbd-nbd-17.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-17.2.6 python3-scikit-learn ceph-volume-17.2.6 ceph-exporter-17.2.6 && 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-17.2.6 ceph-mon-17.2.6 ceph-osd-17.2.6 ceph-mds-17.2.6 cephfs-mirror-17.2.6 rbd-mirror-17.2.6 ceph-mgr-17.2.6 ceph-mgr-cephadm-17.2.6 ceph-mgr-dashboard-17.2.6 ceph-mgr-diskprediction-local-17.2.6 ceph-mgr-k8sevents-17.2.6 ceph-mgr-rook-17.2.6 python3-saml ceph-grafana-dashboards-17.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev sg3_utils procps-ng hostname ceph-radosgw-17.2.6 libradosstriper1-17.2.6 tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-17.2.6 rbd-nbd-17.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-17.2.6 python3-scikit-learn ceph-volume-17.2.6 ceph-exporter-17.2.6 ) && 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 && mkdir -p /var/run/ganesha && 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 && 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-17.2.6 ceph-mon-17.2.6 ceph-osd-17.2.6 ceph-mds-17.2.6 cephfs-mirror-17.2.6 rbd-mirror-17.2.6 ceph-mgr-17.2.6 ceph-mgr-cephadm-17.2.6 ceph-mgr-dashboard-17.2.6 ceph-mgr-diskprediction-local-17.2.6 ceph-mgr-k8sevents-17.2.6 ceph-mgr-rook-17.2.6 python3-saml ceph-grafana-dashboards-17.2.6 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt systemd-udev sg3_utils procps-ng hostname ceph-radosgw-17.2.6 libradosstriper1-17.2.6 tcmu-runner ceph-iscsi python3-rtslib attr ceph-fuse-17.2.6 rbd-nbd-17.2.6 ${CRIMSON_PACKAGES} ceph-immutable-object-cache-17.2.6 python3-scikit-learn ceph-volume-17.2.6 ceph-exporter-17.2.6 && echo 'Packages verified successfully'
2023-05-30 19:18:05 UTC/bin/sh -c #(nop) ARG S5CMD_VERSION
2023-05-30 19:18:06 UTC/bin/sh -c #(nop) ARG S5CMD_ARCH
2023-05-30 19:18:09 UTC|2 S5CMD_ARCH=Linux-64bit S5CMD_VERSION=2.0.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
2023-05-30 19:18:11 UTC/bin/sh -c #(nop) COPY multi:9ca935e996bc946f7fe6bd38336ef64671d4a816c2f43fcd8aa56a3ad6695454 in /usr/local/bin/
2023-05-30 19:18:12 UTC/bin/sh -c #(nop) COPY dir:4b4727e05e04b699ed3add1f65ccc33e7871ade3f8cc855c360481f26a94bfbf in /etc/ceph-monitoring
2023-05-30 19:18:13 UTC/bin/sh -c #(nop) COPY dir:1e6417a5fd1a2ee3fcf15b3eb1b157631b5ceb264458d27f015ba348c4940453 in /etc/rook-external/
2023-05-30 19:18:14 UTC/bin/sh -c #(nop) COPY dir:0a98990aac7b6230d12d088059b33d1403612c94344fcccc19ec7488a69804ac in /etc/ceph-csv-templates
2023-05-30 19:18:15 UTC|2 S5CMD_ARCH=Linux-64bit S5CMD_VERSION=2.0.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
2023-05-30 19:18:16 UTC/bin/sh -c #(nop) USER 2016
2023-05-30 19:18:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/rook"]
2023-05-30 19:18:18 UTC/bin/sh -c #(nop) CMD [""]
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.