2019-12-19 01:39:47 UTC
299 MB
false
CEPH_POINT_RELEASE-14.2.5
CEPH_VERSIONnautilus
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ab5ef0e5819490abe86106fd9f4381123e37a03e80e650be39f7938d30ecb530 - 24.19% (72.3 MB)
[#001] sha256:9b3ed50c61f81d3f189d918ece1242be0e1f62e28377abdb57b97c5f289ffb05 - 68.17% (204 MB)
[#002] sha256:a823e52b262dc91d81842aff202313c2e63644939b4f4a27cd8ca8295cbbfc22 - 0.0% (9.48 KB)
[#003] sha256:ac8d0b083ffb062841da8e58d641f5301d97da47521c818037dffc3b0785346b - 7.63% (22.8 MB)
[#004] sha256:38fbfead91140a932dd106ebc12692383d076d52bafa60cc2e2b24627a6ace4e - 0.0% (2.65 KB)
[#005] sha256:63a9abfc5b01b5cd579a5fd8427429df3684eff58261acdd7ebad3ba10fcb7e1 - 0.0% (3.15 KB)
[#006] sha256:008a90848411456457bbdfb7170dc03d83bf50c90d2fe424899740e223fd1df6 - 0.0% (7.82 KB)
/bin/sh -c #(nop) ADD file:45a381049c52b5664e5e911dead277b25fadbae689c0bb35be3c42dff0f2dffe in /
2019-11-12 00:20:33 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=20191001
2019-11-12 00:20:33 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-12-10 09:12:51 UTC/bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>
2019-12-10 09:12:51 UTC/bin/sh -c #(nop) LABEL RELEASE=HEAD
2019-12-10 09:12:52 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2019-12-10 09:12:52 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2019-12-10 09:12:52 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=dd9732b1d15511416e36c28706b5294e605a739e
2019-12-10 09:12:52 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=True
2019-12-10 11:05:25 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-14.2.5
2019-12-10 11:05:25 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=nautilus
2019-12-10 11:05:25 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-14.2.5
2019-12-10 11:05:25 UTC/bin/sh -c #(nop) ENV CEPH_DEVEL=false
2019-12-10 11:07:44 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" ]; then echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; if [[ "${CEPH_VERSION}" =~ master|^wip* ]]; then REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=nfs-ganesha&distros=centos/7&flavor=ceph_master&ref=next&sha1=latest" | jq -a ".[0] | .url"); echo "baseurl=$REPO_URL/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; elif [[ "${CEPH_VERSION}" == nautilus ]]; then echo "baseurl=http://download.ceph.com/nfs-ganesha/rpm-V2.8-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; else echo "baseurl=http://download.ceph.com/nfs-ganesha/rpm-V2.7-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; fi ; echo "gpgcheck=0" >> /etc/yum.repos.d/ganesha.repo ; echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo ; fi ; if [ -n "tcmu-runner ceph-iscsi python-rtslib" ]; then for repo in tcmu-runner python-rtslib; do curl -s -L https://shaman.ceph.com/api/repos/$repo/master/latest/centos/7/repo > /etc/yum.repos.d/$repo.repo ; done ; if [[ "${CEPH_VERSION}" =~ master|^wip* ]]; then curl -s -L https://shaman.ceph.com/api/repos/ceph-iscsi/master/latest/centos/7/repo > /etc/yum.repos.d/ceph-iscsi.repo ; elif [[ "${CEPH_VERSION}" == nautilus ]]; then curl -s -L https://download.ceph.com/ceph-iscsi/3/rpm/el7/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ; else curl -s -L https://download.ceph.com/ceph-iscsi/2/rpm/el7/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ; fi ; fi' && yum update -y && rpm --import 'https://download.ceph.com/keys/release.asc' && bash -c ' if [[ "${CEPH_VERSION}" =~ master|^wip* ]] || ${CEPH_DEVEL}; then REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/7&flavor=default&ref=${CEPH_VERSION}&sha1=latest" | jq -a ".[0] | .url"); RELEASE_VER=0 ; else RELEASE_VER=1 ; REPO_URL="http://download.ceph.com/rpm-${CEPH_VERSION}/el7/"; fi && rpm -Uvh "$REPO_URL/noarch/ceph-release-1-${RELEASE_VER}.el7.noarch.rpm" ' && yum install -y ca-certificates e2fsprogs ceph-common-14.2.5 ceph-mon-14.2.5 ceph-osd-14.2.5 ceph-mds-14.2.5 rbd-mirror-14.2.5 ceph-mgr-14.2.5 ceph-mgr-dashboard-14.2.5 ceph-mgr-diskprediction-local-14.2.5 ceph-mgr-rook-14.2.5 ceph-mgr-ssh-14.2.5 ceph-grafana-dashboards-14.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.5 libradosstriper1-14.2.5 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse-14.2.5 rbd-nbd-14.2.5 && bash -c ' if [[ "${CEPH_VERSION}" =~ master|^wip* ]] || ${CEPH_DEVEL}; then yum install -y python-pip ; pip install -U remoto ; yum remove -y python-pip ; fi ' && 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 && rpmdb --rebuilddb && rpm -q ca-certificates e2fsprogs ceph-common-14.2.5 ceph-mon-14.2.5 ceph-osd-14.2.5 ceph-mds-14.2.5 rbd-mirror-14.2.5 ceph-mgr-14.2.5 ceph-mgr-dashboard-14.2.5 ceph-mgr-diskprediction-local-14.2.5 ceph-mgr-rook-14.2.5 ceph-mgr-ssh-14.2.5 ceph-grafana-dashboards-14.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.5 libradosstriper1-14.2.5 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse-14.2.5 rbd-nbd-14.2.5 && yum-config-manager --disable ceph-iscsi ceph-iscsi-source ceph-iscsi-noarch tcmu-runner tcmu-runner-noarch tcmu-runner-source python-rtslib-source python-rtslib-noarch python-rtslib) && 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,systemd,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-14.2.5 ceph-mon-14.2.5 ceph-osd-14.2.5 ceph-mds-14.2.5 rbd-mirror-14.2.5 ceph-mgr-14.2.5 ceph-mgr-dashboard-14.2.5 ceph-mgr-diskprediction-local-14.2.5 ceph-mgr-rook-14.2.5 ceph-mgr-ssh-14.2.5 ceph-grafana-dashboards-14.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.5 libradosstriper1-14.2.5 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse-14.2.5 rbd-nbd-14.2.5 && echo 'Packages verified successfully'
2019-12-19 01:08:07 UTC/bin/sh -c #(nop) ARG ARCH
2019-12-19 01:08:08 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2019-12-19 01:08:10 UTC|2 ARCH=amd64 TINI_VERSION=v0.16.1 /bin/sh -c curl --fail -sSL -o /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${ARCH} && chmod +x /tini
2019-12-19 01:39:42 UTC/bin/sh -c #(nop) COPY multi:a520415f9aaf91aa70df53b95c1ca240c474cc2756fbf1e55a7d9c0f81c7b40d in /usr/local/bin/
2019-12-19 01:39:45 UTC/bin/sh -c #(nop) COPY dir:795051cb65556b02045dd418bfc1bbc28198d113d2812e191416d1fa12006838 in /etc/ceph-csi
2019-12-19 01:39:46 UTC/bin/sh -c #(nop) COPY dir:48590a6d3b7e424c558123a02fb8d804eb684dfcc6b72d679ac6ae6cbe015884 in /etc/ceph-monitoring
2019-12-19 01:39:46 UTC/bin/sh -c #(nop) COPY dir:20089613d3b397e312669e78a88a4fd46bd8ecfe02cc32f373dc99e43adab431 in /etc/ceph-csv-templates
2019-12-19 01:39:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2019-12-19 01:39:47 UTC/bin/sh -c #(nop) CMD [""]
2019-12-19 01:40:34 UTC
301 MB
false
CEPH_POINT_RELEASE-14.2.5
CEPH_VERSIONnautilus
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:3f2696f8166ff69dd0c116674b19eebd351ed3fc4111a42dbd57c673601c725d - 32.82% (98.8 MB)
[#001] sha256:301ba4fd75c1b0980cc9467fed0a13822ecdd916981bb868eec066346a8d4dbf - 60.33% (182 MB)
[#002] sha256:8ba7edb02a843af00228ee8f4575c8c95bbd770f9aa2ab0fca2465b18b0cb07f - 0.0% (9.12 KB)
[#003] sha256:1d5a892c29fe3db2ef489174286c8792173b05feabeb8b259eb37ec79634c9d1 - 6.84% (20.6 MB)
[#004] sha256:10cbcf24254c5762b6b1e549ef5ed60d160a66317d1b23fd137ca7757da1e8f7 - 0.0% (2.64 KB)
[#005] sha256:b054541cc0d0338963c110cd60dda7a8435ed2e581d1e993b9d233dfd16ea509 - 0.0% (3.15 KB)
[#006] sha256:a7246df7a85df2cb9f0dd5d88e402da80116bc67eca5e3c96ef63dc6fb9b384c - 0.0% (7.82 KB)
/bin/sh -c #(nop) ADD file:8449a578596d0a7b4ce64f74355f602ee47b1a8782058356ae614cdcdf4639fb in /
2019-11-12 00:40:05 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=20191001
2019-11-12 00:40:06 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-12-10 09:20:32 UTC/bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>
2019-12-10 09:20:33 UTC/bin/sh -c #(nop) LABEL RELEASE=HEAD
2019-12-10 09:20:33 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2019-12-10 09:20:33 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2019-12-10 09:20:34 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=dd9732b1d15511416e36c28706b5294e605a739e
2019-12-10 09:20:34 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=True
2019-12-10 09:20:34 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-14.2.5
2019-12-10 09:20:34 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=nautilus
2019-12-10 09:20:35 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-14.2.5
2019-12-10 09:20:35 UTC/bin/sh -c #(nop) ENV CEPH_DEVEL=false
2019-12-10 09:25:25 UTC/bin/sh -c yum install -y epel-release && yum install -y jq && bash -c ' if [ -n "" ]; then echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; if [[ "${CEPH_VERSION}" =~ master|^wip* ]]; then REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=nfs-ganesha&distros=centos/7&flavor=ceph_master&ref=next&sha1=latest" | jq -a ".[0] | .url"); echo "baseurl=$REPO_URL/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; elif [[ "${CEPH_VERSION}" == nautilus ]]; then echo "baseurl=http://download.ceph.com/nfs-ganesha/rpm-V2.8-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; else echo "baseurl=http://download.ceph.com/nfs-ganesha/rpm-V2.7-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; fi ; echo "gpgcheck=0" >> /etc/yum.repos.d/ganesha.repo ; echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo ; fi ; if [ -n "" ]; then for repo in tcmu-runner python-rtslib; do curl -s -L https://shaman.ceph.com/api/repos/$repo/master/latest/centos/7/repo > /etc/yum.repos.d/$repo.repo ; done ; if [[ "${CEPH_VERSION}" =~ master|^wip* ]]; then curl -s -L https://shaman.ceph.com/api/repos/ceph-iscsi/master/latest/centos/7/repo > /etc/yum.repos.d/ceph-iscsi.repo ; elif [[ "${CEPH_VERSION}" == nautilus ]]; then curl -s -L https://download.ceph.com/ceph-iscsi/3/rpm/el7/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ; else curl -s -L https://download.ceph.com/ceph-iscsi/2/rpm/el7/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ; fi ; fi' && yum update -y && rpm --import 'https://download.ceph.com/keys/release.asc' && bash -c ' if [[ "${CEPH_VERSION}" =~ master|^wip* ]] || ${CEPH_DEVEL}; then REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/7&flavor=default&ref=${CEPH_VERSION}&sha1=latest" | jq -a ".[0] | .url"); RELEASE_VER=0 ; else RELEASE_VER=1 ; REPO_URL="http://download.ceph.com/rpm-${CEPH_VERSION}/el7/"; fi && rpm -Uvh "$REPO_URL/noarch/ceph-release-1-${RELEASE_VER}.el7.noarch.rpm" ' && yum install -y ca-certificates e2fsprogs ceph-common-14.2.5 ceph-mon-14.2.5 ceph-osd-14.2.5 ceph-mds-14.2.5 rbd-mirror-14.2.5 ceph-mgr-14.2.5 ceph-mgr-dashboard-14.2.5 ceph-mgr-diskprediction-local-14.2.5 ceph-mgr-rook-14.2.5 ceph-mgr-ssh-14.2.5 ceph-grafana-dashboards-14.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.5 libradosstriper1-14.2.5 attr ceph-fuse-14.2.5 rbd-nbd-14.2.5 && bash -c ' if [[ "${CEPH_VERSION}" =~ master|^wip* ]] || ${CEPH_DEVEL}; then yum install -y python-pip ; pip install -U remoto ; yum remove -y python-pip ; fi ' && 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 && rpmdb --rebuilddb && rpm -q ca-certificates e2fsprogs ceph-common-14.2.5 ceph-mon-14.2.5 ceph-osd-14.2.5 ceph-mds-14.2.5 rbd-mirror-14.2.5 ceph-mgr-14.2.5 ceph-mgr-dashboard-14.2.5 ceph-mgr-diskprediction-local-14.2.5 ceph-mgr-rook-14.2.5 ceph-mgr-ssh-14.2.5 ceph-grafana-dashboards-14.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.5 libradosstriper1-14.2.5 attr ceph-fuse-14.2.5 rbd-nbd-14.2.5 && yum-config-manager --disable ceph-iscsi ceph-iscsi-source ceph-iscsi-noarch tcmu-runner tcmu-runner-noarch tcmu-runner-source python-rtslib-source python-rtslib-noarch python-rtslib) && 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,systemd,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-14.2.5 ceph-mon-14.2.5 ceph-osd-14.2.5 ceph-mds-14.2.5 rbd-mirror-14.2.5 ceph-mgr-14.2.5 ceph-mgr-dashboard-14.2.5 ceph-mgr-diskprediction-local-14.2.5 ceph-mgr-rook-14.2.5 ceph-mgr-ssh-14.2.5 ceph-grafana-dashboards-14.2.5 kmod lvm2 gdisk smartmontools nvme-cli libstoragemgmt ceph-radosgw-14.2.5 libradosstriper1-14.2.5 attr ceph-fuse-14.2.5 rbd-nbd-14.2.5 && echo 'Packages verified successfully'
2019-12-19 01:10:22 UTC/bin/sh -c #(nop) ARG ARCH
2019-12-19 01:10:22 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2019-12-19 01:10:28 UTC|2 ARCH=arm64 TINI_VERSION=v0.16.1 /bin/sh -c curl --fail -sSL -o /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${ARCH} && chmod +x /tini
2019-12-19 01:40:28 UTC/bin/sh -c #(nop) COPY multi:b1cad156a5d9ee80df08cf388917a62dce3e92145b13ef9f976cd733aabe14b6 in /usr/local/bin/
2019-12-19 01:40:33 UTC/bin/sh -c #(nop) COPY dir:795051cb65556b02045dd418bfc1bbc28198d113d2812e191416d1fa12006838 in /etc/ceph-csi
2019-12-19 01:40:33 UTC/bin/sh -c #(nop) COPY dir:48590a6d3b7e424c558123a02fb8d804eb684dfcc6b72d679ac6ae6cbe015884 in /etc/ceph-monitoring
2019-12-19 01:40:33 UTC/bin/sh -c #(nop) COPY dir:0bdcf69873c7c56cbe44d2f2b9b94c74dcc40ff17ea47882038ffe8efe546d04 in /etc/ceph-csv-templates
2019-12-19 01:40:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2019-12-19 01:40:34 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.