Namespace
rook
Image / Tag
ceph:v1.12.0.52.g5979b3816
Content Digest
sha256:ea5baac4de0b556a984d4c81bcdef77c433aee3ef6076aa210d5b274c1a3c5a5
Details
Created

2023-07-25 21:40:52 UTC

Size

405 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -17.2.6
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    2c79d0ad45b0cdb5c50bdea04a588732463ea742
  • GIT_REPO
    https://github.com/ceph/ceph-container.git
  • RELEASE
    HEAD
  • ceph
    True
  • io.buildah.version
    1.19.8
  • maintainer
    Guillaume Abrioux <gabrioux@redhat.com>
  • org.label-schema.build-date
    20230315
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Stream 8 Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS

Environment
CEPH_DEVEL

false

CEPH_POINT_RELEASE

-17.2.6

CEPH_REF

quincy

CEPH_VERSION

quincy

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:f91541f2d8965a41a8c0b56a8c589e724f1f14789ed444a99febb385b39dbd4b - 18.89% (76.6 MB)

[#001] sha256:82b881b389063cca4a0cb4296d5d1a547f45eb11080fe4f5377798a1df12c44c - 76.12% (309 MB)

[#002] sha256:e70d722684bbb0c4c8a87d46b12bae8cab09150a7900b910e3d37c0c345a07d4 - 1.01% (4.08 MB)

[#003] sha256:1ca1dc2d3ea8bd43173ea3b6dd587feb745fa5c1955428486050a60ce4bbeeb4 - 3.96% (16.1 MB)

[#004] sha256:2ba6cdb3eecd9dcfb23c23b89f36c240d4dddaed5ad12131b9792a98ddc60f4a - 0.0% (9.59 KB)

[#005] sha256:b705302d6c9fc71a52efbbde364d5e523b4be36857cf4a0e811bbba4a1356f7f - 0.01% (21.5 KB)

[#006] sha256:dfd3000c620f1c004b02044e0f63c66e1776fd6028c96a4771cebbb4e803ac7e - 0.01% (61.1 KB)

[#007] sha256:d9bfe1263c1bed3392f3d7a0da8b30dfc7b04563e5573ccdfd7e11565fc145dd - 0.0% (2 KB)


History
2023-03-15 16:01:34 UTC

/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-07-25 21:40:37 UTC

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

2023-07-25 21:40:38 UTC

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

2023-07-25 21:40:40 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-07-25 21:40:43 UTC

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

2023-07-25 21:40:44 UTC

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

2023-07-25 21:40:45 UTC

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

2023-07-25 21:40:47 UTC

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

2023-07-25 21:40:49 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-07-25 21:40:50 UTC

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

2023-07-25 21:40:51 UTC

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

2023-07-25 21:40:52 UTC

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

Details
Created

2023-07-25 21:41:32 UTC

Size

374 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -17.2.6
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    2c79d0ad45b0cdb5c50bdea04a588732463ea742
  • GIT_REPO
    https://github.com/ceph/ceph-container.git
  • RELEASE
    HEAD
  • ceph
    True
  • io.buildah.version
    1.19.8
  • maintainer
    Guillaume Abrioux <gabrioux@redhat.com>
  • org.label-schema.build-date
    20230315
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Stream 8 Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS

Environment
CEPH_DEVEL

false

CEPH_POINT_RELEASE

-17.2.6

CEPH_REF

quincy

CEPH_VERSION

quincy

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:fef227a0183018f25828520616bc83084e5912006f597b80728a32abac97e6a4 - 20.28% (75.9 MB)

[#001] sha256:350621f2c90d454aea4cad30024b1820ccbe16f585f0ace262f2a4a1b6766c59 - 74.76% (280 MB)

[#002] sha256:2635be77672e8e714a00bc38f2297e0c07467faf3eee8774b7188e8d55c26f26 - 1.09% (4.08 MB)

[#003] sha256:05f2eccc6c2f7b9b8e9cb12a5291b3db358b3a8ff65c0929fcc23c7f18785faf - 3.86% (14.4 MB)

[#004] sha256:8af44ec76919e7e42621b3b7cc0bbd41fc9ea31e1d9a7ccdf3b8b249c15bfc73 - 0.0% (9.59 KB)

[#005] sha256:4f1d00bdadcdb6c2e9ad3c47f3b59431702f86110f878306eacb77b7aa6625ea - 0.01% (21.5 KB)

[#006] sha256:bc82127abba4d5263c48f5e883fbd9b3f35d350b2e0cab04f2bb68818ee6c070 - 0.0% (149 Bytes)

[#007] sha256:d5ec74d4f912ed1e6cb5cbe6661a3cd0d5df904d4f505c7b4e86d61cbd4936f0 - 0.0% (1.87 KB)


History
2023-03-15 16:00:35 UTC

/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-07-25 21:41:16 UTC

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

2023-07-25 21:41:17 UTC

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

2023-07-25 21:41:21 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-07-25 21:41:23 UTC

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

2023-07-25 21:41:24 UTC

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

2023-07-25 21:41:25 UTC

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

2023-07-25 21:41:27 UTC

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

2023-07-25 21:41:28 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-07-25 21:41:30 UTC

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

2023-07-25 21:41:31 UTC

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

2023-07-25 21:41:32 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