2019-12-05 21:44:32 UTC
326 MB
false
CEPH_POINT_RELEASE-14.2.4
CEPH_VERSIONnautilus
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d8d02d45731499028db01b6fa35475f91d230628b4e25fab8e3c015594dc3261 - 22.08% (71.9 MB)
[#001] sha256:58b827811b460cc81672b1baf09b8188971ccd7a551fc6d95446ffc63bec449f - 70.91% (231 MB)
[#002] sha256:8dbf405018f5f4283c9028d94490e5e2de7aedf84f51bfc3a7c93b52b8487998 - 0.0% (9.48 KB)
[#003] sha256:2d6bba7f288a729cc5f0bf81d5a81b10d4a43704866e7975cc00793bb3a867f7 - 7.0% (22.8 MB)
[#004] sha256:5d190595a4db9bd0f24de17acf2becf330d02c1b0f68710193638c5e9faca44c - 0.0% (2.58 KB)
[#005] sha256:bd6bc9e01d4d8cb46c11ac79cb187688bb409b24fb5a9d13b2d2632d2c2b4e92 - 0.0% (2.97 KB)
[#006] sha256:d0ceb99ba095ae0b624139b702fd8f78560d1eb493bae827c02d9def9f2a9450 - 0.0% (7.33 KB)
/bin/sh -c #(nop) ADD file:4e7247c06de9ad117293b6bf39c77f96c623a1bca4da35068d7e64c7cb826c08 in /
2019-08-20 20:21:01 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=20190801
2019-08-20 20:21:01 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-09-17 13:20:58 UTC/bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>
2019-09-17 13:21:01 UTC/bin/sh -c #(nop) LABEL RELEASE=HEAD
2019-09-17 13:21:01 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2019-09-17 13:21:01 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2019-09-17 13:21:02 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=8bcfbe01d58a10a81fd5ec42a9bb38220b25cea7
2019-09-17 13:21:02 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=True
2019-09-17 13:21:02 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-14.2.4
2019-09-17 13:21:02 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=nautilus
2019-09-17 13:21:02 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-14.2.4
2019-09-17 13:21:03 UTC/bin/sh -c #(nop) ENV CEPH_DEVEL=false
2019-09-17 13:23:48 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 -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 -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 -L https://download.ceph.com/ceph-iscsi/3/rpm/el7/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ; else curl -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.4 ceph-mon-14.2.4 ceph-osd-14.2.4 ceph-mds-14.2.4 rbd-mirror-14.2.4 ceph-mgr-14.2.4 ceph-mgr-dashboard-14.2.4 ceph-mgr-diskprediction-local-14.2.4 ceph-mgr-rook-14.2.4 ceph-grafana-dashboards-14.2.4 kmod lvm2 gdisk ceph-radosgw-14.2.4 libradosstriper1-14.2.4 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse-14.2.4 rbd-nbd-14.2.4 && 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.4 ceph-mon-14.2.4 ceph-osd-14.2.4 ceph-mds-14.2.4 rbd-mirror-14.2.4 ceph-mgr-14.2.4 ceph-mgr-dashboard-14.2.4 ceph-mgr-diskprediction-local-14.2.4 ceph-mgr-rook-14.2.4 ceph-grafana-dashboards-14.2.4 kmod lvm2 gdisk ceph-radosgw-14.2.4 libradosstriper1-14.2.4 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse-14.2.4 rbd-nbd-14.2.4 && 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.4 ceph-mon-14.2.4 ceph-osd-14.2.4 ceph-mds-14.2.4 rbd-mirror-14.2.4 ceph-mgr-14.2.4 ceph-mgr-dashboard-14.2.4 ceph-mgr-diskprediction-local-14.2.4 ceph-mgr-rook-14.2.4 ceph-grafana-dashboards-14.2.4 kmod lvm2 gdisk ceph-radosgw-14.2.4 libradosstriper1-14.2.4 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse-14.2.4 rbd-nbd-14.2.4 && echo 'Packages verified successfully'
2019-12-05 21:44:21 UTC/bin/sh -c #(nop) ARG ARCH
2019-12-05 21:44:21 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2019-12-05 21:44:24 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-05 21:44:26 UTC/bin/sh -c #(nop) COPY multi:65db5d6183cbe8a1741e5bb4979b287c68c05ed24b1055b690563cd864e1b228 in /usr/local/bin/
2019-12-05 21:44:30 UTC/bin/sh -c #(nop) COPY dir:a7658fe592dc07b180e625a9628ede6e30343832e6616c4a2995fecf6274ba31 in /etc/ceph-csi
2019-12-05 21:44:30 UTC/bin/sh -c #(nop) COPY dir:496c0c3e15972dae5a9b29dc7931b20e8a0c8bae8bb1062768eff75de2ed2464 in /etc/ceph-monitoring
2019-12-05 21:44:30 UTC/bin/sh -c #(nop) COPY dir:c0bba57b75b56559a199bfb53fe0ea3dd72b7bfdbd2a5bd14eecf78d89093632 in /etc/ceph-csv-templates
2019-12-05 21:44:32 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2019-12-05 21:44:32 UTC/bin/sh -c #(nop) CMD [""]
2019-12-05 21:46:48 UTC
258 MB
false
CEPH_POINT_RELEASE-14.2.4
CEPH_VERSIONnautilus
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4856e02b0d5033fe0506cf60f21f5f18438c30e16e673ca2f95d30dacc38642f - 27.39% (70.8 MB)
[#001] sha256:8542dce9affca7540c4a847e0de248cdc81a6c34a93378f9e20eedef70bf9d72 - 64.63% (167 MB)
[#002] sha256:29a050465bf9017fed53e2e2ec0fd6c9be3131c0879712972213eede7e6065a8 - 0.0% (9.13 KB)
[#003] sha256:7dc5906cb5bc0b9ac2105172cff89229152ac670d3542c369db02165ac82b068 - 7.97% (20.6 MB)
[#004] sha256:f381529454e613a14436a382aa8303160dff0bdffcb30b1c5cd28fc50418f02f - 0.0% (2.58 KB)
[#005] sha256:77571f1bd29b870e68e6226aa0f0a6e6734b5d402f130418c4a65cbc12840b7f - 0.0% (2.98 KB)
[#006] sha256:ab231dd7adf11bc5ae14f08f521e438a62c1eec8768a4097e602391afe9672ff - 0.0% (7.33 KB)
/bin/sh -c #(nop) ADD file:5730616f48a467349ce11cfa233d403b90544b4f4a74ceebfc9452e447af3543 in /
2019-08-20 20:41:08 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=20190801
2019-08-20 20:41:09 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-09-17 11:22:50 UTC/bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>
2019-09-17 11:22:50 UTC/bin/sh -c #(nop) LABEL RELEASE=HEAD
2019-09-17 11:22:50 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2019-09-17 11:22:50 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2019-09-17 11:22:51 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=8bcfbe01d58a10a81fd5ec42a9bb38220b25cea7
2019-09-17 11:22:51 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=True
2019-09-17 11:22:51 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-14.2.4
2019-09-17 11:22:52 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=nautilus
2019-09-17 11:22:52 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-14.2.4
2019-09-17 11:22:52 UTC/bin/sh -c #(nop) ENV CEPH_DEVEL=false
2019-09-17 11:27:46 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 -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 -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 -L https://download.ceph.com/ceph-iscsi/3/rpm/el7/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ; else curl -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.4 ceph-mon-14.2.4 ceph-osd-14.2.4 ceph-mds-14.2.4 rbd-mirror-14.2.4 ceph-mgr-14.2.4 ceph-mgr-dashboard-14.2.4 ceph-mgr-diskprediction-local-14.2.4 ceph-mgr-rook-14.2.4 ceph-grafana-dashboards-14.2.4 kmod lvm2 gdisk ceph-radosgw-14.2.4 libradosstriper1-14.2.4 attr ceph-fuse-14.2.4 rbd-nbd-14.2.4 && 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.4 ceph-mon-14.2.4 ceph-osd-14.2.4 ceph-mds-14.2.4 rbd-mirror-14.2.4 ceph-mgr-14.2.4 ceph-mgr-dashboard-14.2.4 ceph-mgr-diskprediction-local-14.2.4 ceph-mgr-rook-14.2.4 ceph-grafana-dashboards-14.2.4 kmod lvm2 gdisk ceph-radosgw-14.2.4 libradosstriper1-14.2.4 attr ceph-fuse-14.2.4 rbd-nbd-14.2.4 && 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.4 ceph-mon-14.2.4 ceph-osd-14.2.4 ceph-mds-14.2.4 rbd-mirror-14.2.4 ceph-mgr-14.2.4 ceph-mgr-dashboard-14.2.4 ceph-mgr-diskprediction-local-14.2.4 ceph-mgr-rook-14.2.4 ceph-grafana-dashboards-14.2.4 kmod lvm2 gdisk ceph-radosgw-14.2.4 libradosstriper1-14.2.4 attr ceph-fuse-14.2.4 rbd-nbd-14.2.4 && echo 'Packages verified successfully'
2019-12-05 21:46:36 UTC/bin/sh -c #(nop) ARG ARCH
2019-12-05 21:46:36 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2019-12-05 21:46:40 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-05 21:46:41 UTC/bin/sh -c #(nop) COPY multi:e4c2e9acaf95206ab5d7f9a39e72b8c82e8a98dd24641667415870ed6c03c3ad in /usr/local/bin/
2019-12-05 21:46:46 UTC/bin/sh -c #(nop) COPY dir:a7658fe592dc07b180e625a9628ede6e30343832e6616c4a2995fecf6274ba31 in /etc/ceph-csi
2019-12-05 21:46:46 UTC/bin/sh -c #(nop) COPY dir:496c0c3e15972dae5a9b29dc7931b20e8a0c8bae8bb1062768eff75de2ed2464 in /etc/ceph-monitoring
2019-12-05 21:46:46 UTC/bin/sh -c #(nop) COPY dir:2834e425894979e9e43bc1a84f65b494509b324056ac5270fd2c09de0aa78769 in /etc/ceph-csv-templates
2019-12-05 21:46:47 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2019-12-05 21:46:48 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.