Namespace
rook
Image / Tag
ceph:v1.11.6-28.g1d41f8d86
Content Digest
sha256:9182a27d89021eeaaba01a263ae367e7d651d4812784263417cc1009295b738c
Details
Created

2023-05-31 21:25:12 UTC

Size

404 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.93% (76.6 MB)

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

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

[#003] sha256:815094977f3d568d2d879dc519a8350800a3e4d21fdc8c37f9b97fde7486ad77 - 3.76% (15.2 MB)

[#004] sha256:2690e913e6a696bba1cf0aa59244d74fbdb69ea626494efd250bcf8631818e2d - 0.0% (9.59 KB)

[#005] sha256:fc524977b408404789203d1f25137423e2352bc98e85425bf7a4e5eeb91dc000 - 0.01% (21 KB)

[#006] sha256:49aaa745edf19cccefec7ec0d1723bb3ee793ad142b0a342b52fa128a35f3ac2 - 0.01% (58.9 KB)

[#007] sha256:d3d497368c9bfa094fee2b2953d26a50b92183ec0eb8072d14db56b9ac2e447b - 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-05-31 21:24:58 UTC

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

2023-05-31 21:24:59 UTC

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

2023-05-31 21:25:01 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-31 21:25:03 UTC

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

2023-05-31 21:25:04 UTC

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

2023-05-31 21:25:06 UTC

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

2023-05-31 21:25:07 UTC

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

2023-05-31 21:25:08 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-31 21:25:10 UTC

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

2023-05-31 21:25:11 UTC

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

2023-05-31 21:25:12 UTC

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

Details
Created

2023-05-31 21:25:50 UTC

Size

373 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.32% (75.9 MB)

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

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

[#003] sha256:7f3144ea48099e4f25103f8440ea0f791ec00f3f50d5330802b0d7949dcfe7f3 - 3.67% (13.7 MB)

[#004] sha256:294dcce2dd696858c5db6ecc49243831f204a2a556a0a25d76f0cff1457ad7e1 - 0.0% (9.59 KB)

[#005] sha256:53bc40d386618c426c37723f5b4052d6396184fe9a51531be36119de854226ba - 0.01% (21 KB)

[#006] sha256:0ce0053ff954904447253e8d8d950c54d9879eb3b5c9ff1a513a19672753afc8 - 0.0% (146 Bytes)

[#007] sha256:26b4147878f3190a2eac71eb9a8528f6d48df37b4d432a498db1d134e2c191eb - 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-05-31 21:25:35 UTC

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

2023-05-31 21:25:36 UTC

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

2023-05-31 21:25:39 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-31 21:25:41 UTC

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

2023-05-31 21:25:42 UTC

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

2023-05-31 21:25:43 UTC

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

2023-05-31 21:25:45 UTC

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

2023-05-31 21:25:46 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-31 21:25:48 UTC

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

2023-05-31 21:25:49 UTC

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

2023-05-31 21:25:50 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