2018-08-02 04:16:08 UTC
225 MB
luminous
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:7dc0dca2b1516961d6b3200564049db0a6e0410b370bb2189e2efae0d368616f - 31.64% (71.2 MB)
[#001] sha256:e9d4f4fdcbe26ea7e2ec02126646560fb5addc575893498d24854d5b9b3b064e - 60.01% (135 MB)
[#002] sha256:8d9d255a852b089d72445d3879174f1c68a25b50b4fa6aa918fd2a29335a96e2 - 2.59% (5.83 MB)
[#003] sha256:ddd576adad5123cd6ba5140a645f21a090250475758d4409fee4f75094551381 - 0.0% (8.17 KB)
[#004] sha256:6809e0cc92dcfa847b0df943391e3a189f6451e9ab4b9dabefd12b058dc670e6 - 0.0% (8.17 KB)
[#005] sha256:d7c47c48f18627abb93ae65bd246432f5017515626e1198a11bf3da0d8104de7 - 5.75% (12.9 MB)
/bin/sh -c #(nop) ADD file:8f4b3be0c1427b158f7c30bad27af0d1bded0af60935cf8f0789286439ebdde9 in /
2018-06-04 22:19:34 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=20180531
2018-06-04 22:19:34 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2018-07-24 12:40:45 UTC/bin/sh -c #(nop) MAINTAINER Erwan Velu <evelu@redhat.com>
2018-07-24 12:40:46 UTC/bin/sh -c #(nop) LABEL RELEASE=v3.0.7-stable-3.0
2018-07-24 12:40:46 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2018-07-24 12:40:46 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2018-07-24 12:40:46 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=41844913c5c8b27ae37f8547ccd8cb87487f8f2f
2018-07-24 12:40:47 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=False
2018-07-24 12:40:47 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=
2018-07-24 12:40:47 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=luminous
2018-07-24 12:40:47 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=
2018-07-24 12:42:44 UTC/bin/sh -c bash -c ' if [ -n "nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw" ]; then echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; echo "baseurl=http://download.ceph.com/nfs-ganesha/rpm-V2.6-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; 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-config ceph-iscsi-cli python-rtslib" ]; then for repo in ceph-iscsi-config ceph-iscsi-cli 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 ; fi' && yum update -y && rpm --import 'https://download.ceph.com/keys/release.asc' && rpm -Uvh http://download.ceph.com/rpm-${CEPH_VERSION}/el7/noarch/ceph-release-1-1.el7.noarch.rpm && yum install -y epel-release && yum install -y ca-certificates e2fsprogs ceph-common ceph-mon ceph-osd ceph-mds rbd-mirror ceph-mgr kmod lvm2 ceph-radosgw libradosstriper1 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw tcmu-runner ceph-iscsi-config ceph-iscsi-cli python-rtslib && 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}" && yum clean all && rpmdb --rebuilddb && rpm -q ca-certificates e2fsprogs ceph-common ceph-mon ceph-osd ceph-mds rbd-mirror ceph-mgr kmod lvm2 ceph-radosgw libradosstriper1 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw tcmu-runner ceph-iscsi-config ceph-iscsi-cli python-rtslib) && sed -i -e 's/udev_rules = 1/udev_rules = 0/' -e 's/udev_sync = 1/udev_sync = 0/' /etc/lvm/lvm.conf && grep -sqo "udev_sync = 0" /etc/lvm/lvm.conf && grep -sqo "udev_rules = 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 ceph-mon ceph-osd ceph-mds rbd-mirror ceph-mgr kmod lvm2 ceph-radosgw libradosstriper1 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw tcmu-runner ceph-iscsi-config ceph-iscsi-cli python-rtslib
2018-07-24 21:27:05 UTC/bin/sh -c yum --assumeyes install net-tools nmap-ncat && yum clean all && rm -rf /tmp/* /var/tmp/*
2018-07-24 21:27:05 UTC/bin/sh -c #(nop) ARG ARCH
2018-07-24 21:27:06 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2018-07-24 21:27:06 UTC/bin/sh -c #(nop) ADD tarsum.v1+sha256:5f728ba893a57c047ea6aa51248b9aa2ffb8b4655c09dde4ed9433a6ed6477ef in /tini
2018-07-24 21:27:07 UTC|2 ARCH=amd64 TINI_VERSION=v0.16.1 /bin/sh -c chmod +x /tini
2018-08-02 04:16:08 UTC/bin/sh -c #(nop) ADD multi:68268a256f350bed4dc462a17bb82588541a0ce88ad76d4775bbc13f5de312d8 in /usr/local/bin/
2018-08-02 04:16:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2018-08-02 04:16:08 UTC/bin/sh -c #(nop) CMD [""]
2018-08-02 04:16:44 UTC
243 MB
luminous
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:1e9dd4c85ba2a2f015a09ae4f0bb9f8e09ab07845641a918222596b0ae91dd25 - 28.79% (70 MB)
[#001] sha256:5a144434f1b784b6df7b2c880eaa6ef152b97d3d90b602b18ded68fa37bb37c7 - 64.05% (156 MB)
[#002] sha256:6145424ab73522d6c94cde5f66ed09a89857345ceb229f198de8a1b32e2f10ad - 2.21% (5.38 MB)
[#003] sha256:e8bf8e9fee630c1dc2b4af05396559abc585eaf7e8b27a4ff876448956d447fe - 0.0% (7.82 KB)
[#004] sha256:866ee4050049641281c23cc7b56ab2efdc4af37c656cfcf11c764181fa31c54e - 0.0% (7.82 KB)
[#005] sha256:3c5913987742eff85304e15e356ac3f21a47e619312fc124c4e6e6d8b3c83c4b - 4.94% (12 MB)
/bin/sh -c #(nop) ADD file:7ba2f8db615a5f1ea7d72ead939e3e97d42ca174557104b1cdf3ab04d7d17e11 in /
2018-04-10 02:55:24 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=20180402
2018-04-10 02:55:25 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2018-07-24 12:39:24 UTC/bin/sh -c #(nop) MAINTAINER Erwan Velu <evelu@redhat.com>
2018-07-24 12:39:24 UTC/bin/sh -c #(nop) LABEL RELEASE=v3.0.7-stable-3.0
2018-07-24 12:39:24 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2018-07-24 12:39:24 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2018-07-24 12:39:24 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=41844913c5c8b27ae37f8547ccd8cb87487f8f2f
2018-07-24 12:39:25 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=False
2018-07-24 12:39:25 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=
2018-07-24 12:39:25 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=luminous
2018-07-24 12:39:25 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=
2018-07-24 12:45:09 UTC/bin/sh -c bash -c ' if [ -n "" ]; then echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; echo "baseurl=http://download.ceph.com/nfs-ganesha/rpm-V2.6-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; 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 ceph-iscsi-config ceph-iscsi-cli 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 ; fi' && yum update -y && rpm --import 'https://download.ceph.com/keys/release.asc' && rpm -Uvh http://download.ceph.com/rpm-${CEPH_VERSION}/el7/noarch/ceph-release-1-1.el7.noarch.rpm && yum install -y epel-release && yum install -y ca-certificates e2fsprogs ceph-common ceph-mon ceph-osd ceph-mds rbd-mirror ceph-mgr kmod lvm2 ceph-radosgw libradosstriper1 && 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}" && yum clean all && rpmdb --rebuilddb && rpm -q ca-certificates e2fsprogs ceph-common ceph-mon ceph-osd ceph-mds rbd-mirror ceph-mgr kmod lvm2 ceph-radosgw libradosstriper1 ) && sed -i -e 's/udev_rules = 1/udev_rules = 0/' -e 's/udev_sync = 1/udev_sync = 0/' /etc/lvm/lvm.conf && grep -sqo "udev_sync = 0" /etc/lvm/lvm.conf && grep -sqo "udev_rules = 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 ceph-mon ceph-osd ceph-mds rbd-mirror ceph-mgr kmod lvm2 ceph-radosgw libradosstriper1
2018-07-26 01:59:20 UTC/bin/sh -c yum --assumeyes install net-tools nmap-ncat && yum clean all && rm -rf /tmp/* /var/tmp/*
2018-07-26 01:59:20 UTC/bin/sh -c #(nop) ARG ARCH
2018-07-26 01:59:20 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2018-07-26 01:59:21 UTC/bin/sh -c #(nop) ADD tarsum.v1+sha256:998dbbdea01a6c15b81fbe17aa48b55d5734631da67665b1efd27cf27085c153 in /tini
2018-07-26 01:59:21 UTC|2 ARCH=arm64 TINI_VERSION=v0.16.1 /bin/sh -c chmod +x /tini
2018-08-02 04:16:44 UTC/bin/sh -c #(nop) ADD multi:a71fad116e070c746576c2ad862a801b52f463cafe5b474da1e9e9217e72077d in /usr/local/bin/
2018-08-02 04:16:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2018-08-02 04:16:44 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.