2019-12-12 22:35:56 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:dd0172683a901b623c004a3221bf2f41b0e64dee7c18ee01dddf38365fd3b6fe - 0.0% (9.48 KB)
[#003] sha256:d795566fa687affb6c0dedb5d657f2389bfba352cd0ccf4ae513abaf075b0c4e - 7.64% (22.8 MB)
[#004] sha256:717d925bb017b7afbc736410b1421e07eb300b687f5e71a486473af2475e689e - 0.0% (2.58 KB)
[#005] sha256:b9eaf000b7c4ee80c010e05ae3d775fcc4cbd05a049ce444b49e598e9d9df5a4 - 0.0% (3.15 KB)
[#006] sha256:1cec4352bc3e31b3cae784f5706ed3ad32544c0b0acb2ea82e71862eeb9cf9ae - 0.0% (7.36 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-12 17:06:52 UTC/bin/sh -c #(nop) ARG ARCH
2019-12-12 17:06:52 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2019-12-12 17:06:55 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-12 22:35:50 UTC/bin/sh -c #(nop) COPY multi:e04618a5b1c08974ab6d0e8d4066ff0bf9a2709bd047241c61fb152b03e2918e in /usr/local/bin/
2019-12-12 22:35:52 UTC/bin/sh -c #(nop) COPY dir:a7658fe592dc07b180e625a9628ede6e30343832e6616c4a2995fecf6274ba31 in /etc/ceph-csi
2019-12-12 22:35:52 UTC/bin/sh -c #(nop) COPY dir:48590a6d3b7e424c558123a02fb8d804eb684dfcc6b72d679ac6ae6cbe015884 in /etc/ceph-monitoring
2019-12-12 22:35:55 UTC/bin/sh -c #(nop) COPY dir:d66a8954ea18e51323254237d188a4a8435c8554b2ed48fe2bfea0bd9af32917 in /etc/ceph-csv-templates
2019-12-12 22:35:55 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2019-12-12 22:35:56 UTC/bin/sh -c #(nop) CMD [""]
2019-12-12 22:36:45 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.81% (98.8 MB)
[#001] sha256:301ba4fd75c1b0980cc9467fed0a13822ecdd916981bb868eec066346a8d4dbf - 60.33% (182 MB)
[#002] sha256:261e37a70b7a66e63c994052b95b4636ba1d4e09b3e0c94e5a54a8189773b726 - 0.0% (9.12 KB)
[#003] sha256:aa0e7874098780944524b77c6fd87e15719cf2bb455f797f99117abbc0436d2c - 6.85% (20.6 MB)
[#004] sha256:44ee1c9d116225dee49d81738ad83452247b8afd00402d12d792f6564012c87e - 0.0% (2.58 KB)
[#005] sha256:b6d24a5931a0926a839a3ec5e217fdfdb2175fbd4f508fc383568f4f5ad59d24 - 0.0% (3.15 KB)
[#006] sha256:3b5bc1ef497d012e3c0c6bed87f8ca0a2390fcdd3ea0725efd3ae35604639b68 - 0.0% (7.36 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-12 17:09:14 UTC/bin/sh -c #(nop) ARG ARCH
2019-12-12 17:09:15 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2019-12-12 17:09:20 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-12 22:36:39 UTC/bin/sh -c #(nop) COPY multi:90e0c8ac9e5ce91ace23ae04c8d413f7ede0fdbaba998b8ae771258eb830c0ce in /usr/local/bin/
2019-12-12 22:36:44 UTC/bin/sh -c #(nop) COPY dir:a7658fe592dc07b180e625a9628ede6e30343832e6616c4a2995fecf6274ba31 in /etc/ceph-csi
2019-12-12 22:36:44 UTC/bin/sh -c #(nop) COPY dir:48590a6d3b7e424c558123a02fb8d804eb684dfcc6b72d679ac6ae6cbe015884 in /etc/ceph-monitoring
2019-12-12 22:36:44 UTC/bin/sh -c #(nop) COPY dir:cf1afaf2714469dfd537308027e818d204e05f17aa4f57854bc823bdba79de1b in /etc/ceph-csv-templates
2019-12-12 22:36:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2019-12-12 22:36:45 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.