2018-07-18 23:35:56 UTC
248 MB
luminous
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:469cfcc7a4b3947a4fa549c68cf4f8570be53779725f0c19f3d33d1520b08db0 - 28.16% (69.8 MB)
[#001] sha256:4baa8ceaca2f0a06a371706ecf838d72df037e24f8cd3473d6b1a92ef36f666c - 64.31% (159 MB)
[#002] sha256:74aba4b65e6ce0d315a6cb5543cf3cf1ad851e41c9b2fcfc4576c0033506fdd7 - 2.3% (5.7 MB)
[#003] sha256:ddd576adad5123cd6ba5140a645f21a090250475758d4409fee4f75094551381 - 0.0% (8.17 KB)
[#004] sha256:6809e0cc92dcfa847b0df943391e3a189f6451e9ab4b9dabefd12b058dc670e6 - 0.0% (8.17 KB)
[#005] sha256:fb6f16aa8bfce850df272a381ad63adcf2c9cbc0545b82ab06c2c0df36bb3b0e - 5.22% (12.9 MB)
/bin/sh -c #(nop) ADD file:f755805244a649eccae3a3e63be291048deeb23e1c5a500d2f92b4eedc452322 in /
2018-04-06 21:01:50 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-06 21:01:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2018-05-11 00:32:01 UTC/bin/sh -c #(nop) MAINTAINER Erwan Velu <evelu@redhat.com>
2018-05-11 00:32:01 UTC/bin/sh -c #(nop) LABEL RELEASE=v3.0.5-stable-3.0
2018-05-11 00:32:01 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2018-05-11 00:32:02 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2018-05-11 00:32:02 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=11883989ec3124a2e88c74bf45d668a8b4d7229d
2018-05-11 00:32:03 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=True
2018-05-11 00:32:03 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=
2018-05-11 00:32:04 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=luminous
2018-05-11 00:32:04 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=
2018-05-11 00:37:53 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.5-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; 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 && 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 ) && 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
2018-05-22 01:38:29 UTC/bin/sh -c yum --assumeyes install net-tools nmap-ncat && yum clean all && rm -rf /tmp/* /var/tmp/*
2018-05-22 01:38:29 UTC/bin/sh -c #(nop) ARG ARCH
2018-05-22 01:38:29 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2018-05-22 01:38:30 UTC/bin/sh -c #(nop) ADD tarsum.v1+sha256:5f728ba893a57c047ea6aa51248b9aa2ffb8b4655c09dde4ed9433a6ed6477ef in /tini
2018-05-22 01:38:31 UTC|2 ARCH=amd64 TINI_VERSION=v0.16.1 /bin/sh -c chmod +x /tini
2018-07-18 23:35:56 UTC/bin/sh -c #(nop) ADD multi:cd28fa58fb2082c24418283bfcc2fb1103c8c1c024ad8edad77abd918449395b in /usr/local/bin/
2018-07-18 23:35:56 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2018-07-18 23:35:56 UTC/bin/sh -c #(nop) CMD [""]
2018-07-18 23:36:34 UTC
242 MB
luminous
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:1e9dd4c85ba2a2f015a09ae4f0bb9f8e09ab07845641a918222596b0ae91dd25 - 28.97% (70 MB)
[#001] sha256:9bfff0e3febd83a8101f04896708480204cf9acc77492a4687f7e485ad973424 - 63.81% (154 MB)
[#002] sha256:193797b7d49431fa2308c21b23403cd159c367e790715c1d5883d0edb2fa419a - 2.24% (5.4 MB)
[#003] sha256:e8bf8e9fee630c1dc2b4af05396559abc585eaf7e8b27a4ff876448956d447fe - 0.0% (7.82 KB)
[#004] sha256:866ee4050049641281c23cc7b56ab2efdc4af37c656cfcf11c764181fa31c54e - 0.0% (7.82 KB)
[#005] sha256:25c82dbfdc0dbc08cd413f4c90f892663d6bd87e4b42465dff750fc9804eee4d - 4.97% (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-05-11 00:32:00 UTC/bin/sh -c #(nop) MAINTAINER Erwan Velu <evelu@redhat.com>
2018-05-11 00:32:00 UTC/bin/sh -c #(nop) LABEL RELEASE=v3.0.5-stable-3.0
2018-05-11 00:32:00 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2018-05-11 00:32:00 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2018-05-11 00:32:00 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=11883989ec3124a2e88c74bf45d668a8b4d7229d
2018-05-11 00:32:01 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=True
2018-05-11 00:32:01 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=
2018-05-11 00:32:01 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=luminous
2018-05-11 00:32:01 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=
2018-05-11 00:38:00 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.5-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; 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-18 16:24:50 UTC/bin/sh -c yum --assumeyes install net-tools nmap-ncat && yum clean all && rm -rf /tmp/* /var/tmp/*
2018-07-18 16:24:50 UTC/bin/sh -c #(nop) ARG ARCH
2018-07-18 16:24:50 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2018-07-18 16:24:51 UTC/bin/sh -c #(nop) ADD tarsum.v1+sha256:998dbbdea01a6c15b81fbe17aa48b55d5734631da67665b1efd27cf27085c153 in /tini
2018-07-18 16:24:52 UTC|2 ARCH=arm64 TINI_VERSION=v0.16.1 /bin/sh -c chmod +x /tini
2018-07-18 23:36:33 UTC/bin/sh -c #(nop) ADD multi:1c25d7ad5b434a51f917597b404cf5978be1534e4cebc0dd05e7d8c535c998d1 in /usr/local/bin/
2018-07-18 23:36:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2018-07-18 23:36: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.