Namespace
ceph
Image / Tag
daemon:master-995a1a1-luminous-opensuse-42.3-x86_64
Content Digest
sha256:f25cc860c8bb327a85f73212e416b607c1b65c2141ee864293f5506c602f6f41
Details
Created

2018-10-29 13:40:05 UTC

Size

215 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    False
  • GIT_COMMIT
    995a1a14c9965d6757a166ca6455499b283ab510
  • GIT_REPO
    https://github.com/ceph/ceph-container.git
  • RELEASE
    master-995a1a1
  • maintainer
    Blaine Gardner <blaine.gardner@suse.com>

Environment
CEPH_POINT_RELEASE

CEPH_VERSION

luminous

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:47aa660240a8aad55a30fadc3175a015e0c42a3d099d6a776c35bac2c7ba91f0 - 19.99% (43 MB)

[#001] sha256:0829cba295377eabb9c023a4232a3aae7b39f2b441478a32e29e26fd220c8f15 - 64.3% (138 MB)

[#002] sha256:859dec67dd365cf7a7bdfff6eb792914a5ed1f021537ed94b6a04586414f5083 - 15.7% (33.8 MB)

[#003] sha256:224ab535f048392497cfe11a378870bc186373f271a0019433b2b6d53090a436 - 0.0% (765 Bytes)

[#004] sha256:801d0e19b323a0d6a6764655da6708152cf34f69682c424e9ea555b368fdd1f9 - 0.0% (432 Bytes)

[#005] sha256:8b65f192327cbcab75f15438715d6803d3385a4d6cd3443260c74c4bd3cc6bc1 - 0.0% (301 Bytes)

[#006] sha256:21e090b197ead82287259d2360e2020cba7b34ed0042a05e09c3edfadb6bbf8c - 0.01% (29.7 KB)

[#007] sha256:923596f2b19e7ce2711fb078af42e8025db8726d9e24401daab7e5fa10a96c20 - 0.0% (1.29 KB)


History
2018-04-21 00:12:31 UTC

/bin/sh -c #(nop) MAINTAINER Fabian Vogt <fvogt@suse.com>

2018-04-21 00:12:35 UTC

/bin/sh -c #(nop) ADD file:c2e8c3d7a2db6a8351551b927a2d5b872d3fd42c0cd533cd8c6fc1c9d1968238 in /

2018-10-29 13:36:25 UTC

/bin/sh -c #(nop) LABEL maintainer=Blaine Gardner <blaine.gardner@suse.com>

2018-10-29 13:36:25 UTC

/bin/sh -c #(nop) LABEL RELEASE=master-995a1a1

2018-10-29 13:36:25 UTC

/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git

2018-10-29 13:36:25 UTC

/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD

2018-10-29 13:36:26 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=995a1a14c9965d6757a166ca6455499b283ab510

2018-10-29 13:36:26 UTC

/bin/sh -c #(nop) LABEL GIT_CLEAN=False

2018-10-29 13:36:26 UTC

/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=

2018-10-29 13:36:26 UTC

/bin/sh -c #(nop) ENV CEPH_VERSION=luminous

2018-10-29 13:36:26 UTC

/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=

2018-10-29 13:39:12 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'

2018-10-29 13:39:13 UTC

/bin/sh -c #(nop) LABEL maintainer=Blaine Gardner <blaine.gardner@suse.com>

2018-10-29 13:39:13 UTC

/bin/sh -c #(nop) LABEL RELEASE=master-995a1a1

2018-10-29 13:39:13 UTC

/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git

2018-10-29 13:39:13 UTC

/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD

2018-10-29 13:39:14 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=995a1a14c9965d6757a166ca6455499b283ab510

2018-10-29 13:39:14 UTC

/bin/sh -c #(nop) LABEL GIT_CLEAN=False

2018-10-29 13:39:14 UTC

/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=

2018-10-29 13:40:01 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'

2018-10-29 13:40:01 UTC

/bin/sh -c #(nop) ADD file:3da0f4f6bbde77ee8713c77fb6147badcf45775ce34dad1ef9f5951d173e93b6 in /root/.s3cfg

2018-10-29 13:40:01 UTC

/bin/sh -c #(nop) ADD file:9387a4f5c9926b3a16e2da3d1649d09ecaf43ea16839ffee4da82989f7f63bb7 in /etc/confd/templates/

2018-10-29 13:40:01 UTC

/bin/sh -c #(nop) ADD file:5433845dc4a405e65161c71a3472cd03ab7bb0b51c6d3c4898c65d2e821eb2ca in /etc/confd/conf.d/

2018-10-29 13:40:04 UTC

/bin/sh -c #(nop) ADD multi:c5c7c61ee1f3cb0cd6eb0116e50b3211c99e741fae0deda5447a63e8faa14a14 in /

2018-10-29 13:40:05 UTC

/bin/sh -c bash "/generate_entrypoint.sh" && rm -f /generate_entrypoint.sh && bash -n /*.sh

2018-10-29 13:40:05 UTC

/bin/sh -c #(nop) WORKDIR /

2018-10-29 13:40:05 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

Danger Zone
Delete Tag

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.

Delete