2020-01-13 08:33:09 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.18% (204 MB)
[#002] sha256:3e138e384df8bfd9fe217afa33a14aad647c52b8a087cffaa2cc5f632dbbc74b - 0.0% (9.48 KB)
[#003] sha256:725cdd7e77eba14d27f3dab90903fb2280e24ea1b89aeb194db37125de263bc0 - 7.62% (22.8 MB)
[#004] sha256:33b86b00f1f5deebbabc6269203f2c7d3286e4635b941305908a2bc4626af5e2 - 0.0% (2.73 KB)
[#005] sha256:960aa13c65e4297f30f3c1e947990154ebef8922e8e8c38ed4db8ddf8c773110 - 0.0% (3.15 KB)
[#006] sha256:c758f8bcd84c38537105c1941867b5e26fa0bf966eda2bc2729f7884bb700911 - 0.0% (7.85 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'
2020-01-13 08:33:03 UTC/bin/sh -c #(nop) ARG ARCH
2020-01-13 08:33:03 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2020-01-13 08:33:05 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
2020-01-13 08:33:06 UTC/bin/sh -c #(nop) COPY multi:bae3a69221a104fd8913a453102abf83fdb3e9294052759b45ff1353dddcf437 in /usr/local/bin/
2020-01-13 08:33:08 UTC/bin/sh -c #(nop) COPY dir:43d29a87044991f4cdc5ee2e2b863e84b7a21caf020247fca0c3459cd1d9eb8f in /etc/ceph-csi
2020-01-13 08:33:09 UTC/bin/sh -c #(nop) COPY dir:48590a6d3b7e424c558123a02fb8d804eb684dfcc6b72d679ac6ae6cbe015884 in /etc/ceph-monitoring
2020-01-13 08:33:09 UTC/bin/sh -c #(nop) COPY dir:f28485efe54d7881047fcc25d35f0472e0cceaa179c564152336e8a24bdf3760 in /etc/ceph-csv-templates
2020-01-13 08:33:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2020-01-13 08:33:09 UTC/bin/sh -c #(nop) CMD [""]
2020-01-13 08:35:23 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.34% (182 MB)
[#002] sha256:100dc4f76168a58990e9c67fca5f0e29f00ba3fb8a20bc8851eb5ad0c859054e - 0.0% (9.12 KB)
[#003] sha256:7734345f79137c21e25ad31197af8e011afc596f2318f3bf7df83612a5ce3998 - 6.83% (20.6 MB)
[#004] sha256:6b1642837dc7a778ffe3d764e2c8b0560a4bc8984723ec00de6cc5d1ca309c5e - 0.0% (2.73 KB)
[#005] sha256:e0d0eb33bbc0f42ce3d2e02d53d2ff3d3f8ac9e3d205b5abee72660cac0bfbcd - 0.0% (3.15 KB)
[#006] sha256:8f18058dd97a9e308ece56fc70468acf9514fdcb5c68b7581ae516ce591650df - 0.0% (7.84 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'
2020-01-13 08:35:09 UTC/bin/sh -c #(nop) ARG ARCH
2020-01-13 08:35:11 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2020-01-13 08:35:15 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
2020-01-13 08:35:18 UTC/bin/sh -c #(nop) COPY multi:7bb3904369e4bf0604d130fcc27ba1233d2850ecb9f1fb16386cbb7f71cdf171 in /usr/local/bin/
2020-01-13 08:35:22 UTC/bin/sh -c #(nop) COPY dir:43d29a87044991f4cdc5ee2e2b863e84b7a21caf020247fca0c3459cd1d9eb8f in /etc/ceph-csi
2020-01-13 08:35:22 UTC/bin/sh -c #(nop) COPY dir:48590a6d3b7e424c558123a02fb8d804eb684dfcc6b72d679ac6ae6cbe015884 in /etc/ceph-monitoring
2020-01-13 08:35:23 UTC/bin/sh -c #(nop) COPY dir:d21c1fd1487820938214d99da69734aa24d2f2d1bf6c13a170713212e6fde40c in /etc/ceph-csv-templates
2020-01-13 08:35:23 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2020-01-13 08:35:23 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.