2019-05-02 15:38:41 UTC
221 MB
luminous
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:adec38add5d13f12d952177d029ca4eb50f6a955e20ff43c7d6291b16e21198b - 19.43% (43 MB)
[#001] sha256:930ee42784d707d42d6ac432c5dd4b681414f04a3b54e8c249389143aac595df - 64.97% (144 MB)
[#002] sha256:36aa7201d63099588eccbd1b917bcacc51f17b74e6a54a61c82f5da2928c1475 - 15.37% (34 MB)
[#003] sha256:59e2f0dd739e5aa8a23449420d915682de2140431ff90a9a705d1cc9811e425d - 0.0% (764 Bytes)
[#004] sha256:951010356cd838b525a7bb6239abc9e50c99c77221e9c74448448dedde688e94 - 0.0% (434 Bytes)
[#005] sha256:58dac7259a335a021801febbbb04f27f1bfba0539d284baff3b4a242f8397b7f - 0.0% (301 Bytes)
[#006] sha256:e61fc333c288c68cca736ea8f2a1d7377131f6dfbf0288aeb402c2640afc2b68 - 0.01% (31 KB)
[#007] sha256:7a4173d45d4c0282ca40e972521e56a3aa5ea2d36ba4e69c824c2f2669acd2d2 - 0.0% (412 Bytes)
[#008] sha256:25b1e651a296529fef245078f75385c04a4fab2f38c53d8ec833b0c135d5b96f - 0.21% (483 KB)
[#009] sha256:4fc7e1cc160887522e522d029bdefec989b8e869a1162d489da737a015385c0c - 0.0% (1.45 KB)
/bin/sh -c #(nop) MAINTAINER Fabian Vogt <fvogt@suse.com>
2019-02-27 22:29:42 UTC/bin/sh -c #(nop) ADD file:20c9f469ac9d8ab2acf58c26d5b43814d9715a31b00d0fae1834e5944e67452a in /
2019-05-02 15:34:51 UTC/bin/sh -c #(nop) LABEL maintainer=Blaine Gardner <blaine.gardner@suse.com>
2019-05-02 15:34:51 UTC/bin/sh -c #(nop) LABEL RELEASE=master-fed5b23
2019-05-02 15:34:52 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2019-05-02 15:34:52 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2019-05-02 15:34:52 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=fed5b23f27b456e9e92fbf5e2a18d9ebf3f0d113
2019-05-02 15:34:52 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=False
2019-05-02 15:34:52 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=
2019-05-02 15:34:53 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=luminous
2019-05-02 15:34:53 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=
2019-05-02 15:37:49 UTC/bin/sh -c ( echo 'zypper add repos' && zypper --non-interactive --gpg-auto-import-keys addrepo http://download.opensuse.org/repositories/filesystems:/ceph:/${CEPH_VERSION}/openSUSE_Leap_42.3/ ceph-${CEPH_VERSION} && echo 'zypper update' && zypper --non-interactive --gpg-auto-import-keys update --no-recommends --auto-agree-with-licenses --replacefiles --details && echo 'zypper refresh' && zypper --non-interactive --gpg-auto-import-keys refresh && echo 'zypper install' && zypper --non-interactive --gpg-auto-import-keys install --no-recommends --auto-agree-with-licenses --replacefiles --details ca-certificates e2fsprogs ceph-common ceph-mon ceph-osd ceph-mds rbd-mirror ceph-mgr kmod lvm2 ceph-radosgw nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw && echo 'zypper remove repos' && zypper --non-interactive --gpg-auto-import-keys removerepo ceph-${CEPH_VERSION} && zypper --non-interactive --gpg-auto-import-keys clean --all ) || ( retval=$? && echo ' = zypper log = ' && cat /var/log/zypper.log && exit $retval ) && INITIAL_SIZE="$(bash -c 'sz="$(du -sm --exclude=/proc /)" ; echo "${sz%*/}"')" && rm -f /var/log/zypper.log && 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 --query ca-certificates e2fsprogs ceph-common ceph-mon ceph-osd ceph-mds rbd-mirror ceph-mgr kmod lvm2 ceph-radosgw nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw && echo 'Packages verified successfully'
2019-05-02 15:37:50 UTC/bin/sh -c #(nop) LABEL maintainer=Blaine Gardner <blaine.gardner@suse.com>
2019-05-02 15:37:50 UTC/bin/sh -c #(nop) LABEL RELEASE=master-fed5b23
2019-05-02 15:37:50 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2019-05-02 15:37:50 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2019-05-02 15:37:50 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=fed5b23f27b456e9e92fbf5e2a18d9ebf3f0d113
2019-05-02 15:37:50 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=False
2019-05-02 15:37:51 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=
2019-05-02 15:38:36 UTC/bin/sh -c ( echo 'zypper add repos' && zypper --non-interactive --gpg-auto-import-keys addrepo http://download.opensuse.org/repositories/filesystems:/ceph/openSUSE_Leap_42.3/ build-deps && zypper --non-interactive --gpg-auto-import-keys addrepo http://download.opensuse.org/repositories/Cloud:/Tools/openSUSE_Leap_42.3/ cloud-tools && echo 'zypper update' && zypper --non-interactive --gpg-auto-import-keys update --no-recommends --auto-agree-with-licenses --replacefiles --details && echo 'zypper refresh' && zypper --non-interactive --gpg-auto-import-keys refresh && echo 'zypper install' && zypper --non-interactive --gpg-auto-import-keys install --no-recommends --auto-agree-with-licenses --replacefiles --details sharutils lsof confd forego kubernetes-client etcd s3cmd && echo 'zypper remove repos' && zypper --non-interactive --gpg-auto-import-keys removerepo build-deps && zypper --non-interactive --gpg-auto-import-keys removerepo cloud-tools && zypper --non-interactive --gpg-auto-import-keys clean --all ) || ( retval=$? && echo ' = zypper log = ' && cat /var/log/zypper.log && exit $retval ) && INITIAL_SIZE="$(bash -c 'sz="$(du -sm --exclude=/proc /)" ; echo "${sz%*/}"')" && rm -f /var/log/zypper.log && rm -f /usr/bin/{etcd-tester,etcd-dump-logs} && for binary in /usr/local/bin/{confd,forego,kubectl} /usr/bin/etcdctl; do if [ -f "$binary" ]; then gzexe $binary && rm -f ${binary}~; fi; done && rm -f /usr/bin/etcd && bash -c ' function ifstrip () { if compgen -g "$1"; then strip -s "$1"; fi } && ifstrip /usr/local/bin/{confd,forego,kubectl}' && echo "CLEAN DAEMON DONE!" && 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 --query sharutils lsof confd forego kubernetes-client etcd s3cmd && echo 'Packages verified successfully'
2019-05-02 15:38:36 UTC/bin/sh -c #(nop) ADD file:3da0f4f6bbde77ee8713c77fb6147badcf45775ce34dad1ef9f5951d173e93b6 in /root/.s3cfg
2019-05-02 15:38:36 UTC/bin/sh -c #(nop) ADD file:9387a4f5c9926b3a16e2da3d1649d09ecaf43ea16839ffee4da82989f7f63bb7 in /etc/confd/templates/
2019-05-02 15:38:37 UTC/bin/sh -c #(nop) ADD file:5433845dc4a405e65161c71a3472cd03ab7bb0b51c6d3c4898c65d2e821eb2ca in /etc/confd/conf.d/
2019-05-02 15:38:39 UTC/bin/sh -c #(nop) ADD multi:5a432754ed8f4d8eb25a598c24bb5736eff0f0d050c32f04431afdaaaefd9c86 in /opt/ceph-container/bin/
2019-05-02 15:38:40 UTC/bin/sh -c #(nop) ADD file:04ebf5d86a50ffd7bb1eb4b2aab09a8cb636809c9cd188ef963170f0701cd364 in /opt/ceph-container/etc/
2019-05-02 15:38:40 UTC/bin/sh -c #(nop) COPY file:5ce0d26ded560bf2f617e62d552a12f831e04f2231edeff943687273a5ea2fe0 in /opt/ceph-container/tmp/sree.tar.gz
2019-05-02 15:38:41 UTC/bin/sh -c bash "/opt/ceph-container/bin/generate_entrypoint.sh" && rm -f /opt/ceph-container/bin/generate_entrypoint.sh && bash -n /opt/ceph-container/bin/*.sh
2019-05-02 15:38:41 UTC/bin/sh -c #(nop) WORKDIR /
2019-05-02 15:38:41 UTC/bin/sh -c #(nop) ENTRYPOINT ["/opt/ceph-container/bin/entrypoint.sh"]
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.