2019-07-11 23:13:22 UTC
307 MB
1
CEPH_POINT_RELEASE CEPH_VERSIONnautilus
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8ba884070f611d31cb2c42eddb691319dc9facf5e0ec67672fcfa135181ab3df - 23.39% (71.9 MB)
[#001] sha256:ee21df5095f122bce90d764ec3267e1d7a3aa1a9b27be96018cedc6f9cc605c7 - 69.83% (215 MB)
[#002] sha256:f31ba1e4905ca7db679c51d0e516bf9d38e10f5e4816b12d31000f9ae00e3136 - 0.0% (9.48 KB)
[#003] sha256:699c5e34370eb865b491e3751af3ee4b60daee5031422a47d928f1436200ff14 - 6.78% (20.8 MB)
[#004] sha256:afed3ead2cf0abf6574c21a062c0093f8b5fb7dccf958c6948007c93cc15c9ed - 0.0% (1.84 KB)
[#005] sha256:acd4e8f3615d2ec89192bfa53221d2a0ac2c98c4bdc76b4eefdb2c35784743cc - 0.0% (2.46 KB)
/bin/sh -c #(nop) ADD file:074f2c974463ab38cf3532134e8ba2c91c9e346457713f2e8b8e2ac0ee9fd83d in /
2019-03-14 21:19:53 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=20190305
2019-03-14 21:19:53 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-07-02 12:46:41 UTC/bin/sh -c #(nop) LABEL maintainer=Erwan Velu <evelu@redhat.com>
2019-07-02 12:46:41 UTC/bin/sh -c #(nop) LABEL RELEASE=devel_tag
2019-07-02 12:46:41 UTC/bin/sh -c #(nop) LABEL GIT_REPO=git@github.com:dsavineau/ceph-container
2019-07-02 12:46:41 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=devel_tag
2019-07-02 12:46:42 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=1173c632c9bf93d87a4df1f3e5e52733a2aefb99
2019-07-02 12:46:42 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=True
2019-07-02 12:46:42 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=
2019-07-02 12:46:42 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=nautilus
2019-07-02 12:46:43 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=
2019-07-02 12:46:43 UTC/bin/sh -c #(nop) ENV CEPH_DEVEL=1
2019-07-02 12:54:36 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|nautilus|^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 ; 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 -L https://shaman.ceph.com/api/repos/$repo/master/latest/centos/7/repo > /etc/yum.repos.d/$repo.repo ; done ; if [[ "${CEPH_VERSION}" =~ master|nautilus|^wip* ]]; then curl -L https://shaman.ceph.com/api/repos/ceph-iscsi/master/latest/centos/7/repo > /etc/yum.repos.d/ceph-iscsi.repo ; else curl -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}" == "1" ]; 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 ceph-mon ceph-osd ceph-mds rbd-mirror ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-grafana-dashboards kmod lvm2 gdisk ceph-radosgw libradosstriper1 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse rbd-nbd && 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 ceph-mon ceph-osd ceph-mds rbd-mirror ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-grafana-dashboards kmod lvm2 gdisk ceph-radosgw libradosstriper1 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse rbd-nbd) && 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 ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-grafana-dashboards kmod lvm2 gdisk ceph-radosgw libradosstriper1 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse rbd-nbd && echo 'Packages verified successfully'
2019-07-05 15:04:43 UTC/bin/sh -c #(nop) ARG ARCH
2019-07-05 15:04:44 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2019-07-05 15:04:47 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-07-11 23:13:16 UTC/bin/sh -c #(nop) COPY multi:32f8b5a532a243330d433bd490c7f0b30604851265b7994875742da4fcc65a89 in /usr/local/bin/
2019-07-11 23:13:21 UTC/bin/sh -c #(nop) COPY dir:f2a18e64822bc8c89c22e76248137383ae9f4dd6d5f5656d70f549e16ef00bfa in /etc/ceph-csi
2019-07-11 23:13:21 UTC/bin/sh -c #(nop) COPY dir:18f569903fc0cd1b41a67876dfbf27396aee3bdb89d19a190fba1fcb3fb8d0d3 in /etc/ceph-monitoring
2019-07-11 23:13:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2019-07-11 23:13:22 UTC/bin/sh -c #(nop) CMD [""]
2019-07-11 23:14:09 UTC
284 MB
-14.2.1
CEPH_VERSIONnautilus
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:90c48ff53512085fb5adaf9bff8f1999a39ce5e5b897f5dfe333555eb27547a7 - 24.9% (70.7 MB)
[#001] sha256:83bdce6f1ae4f408ec375667cdfd16c256d09d14b15178623477bab8e1903ea9 - 68.47% (194 MB)
[#002] sha256:973bbe627362edad9275d0795065c818c3c428c0ad4ffea0fc9c211685adbaa0 - 0.0% (9.12 KB)
[#003] sha256:c69fa8a9972dec978e7a86d430e237e3d397adefad509cf640d685ff99f3bfce - 6.62% (18.8 MB)
[#004] sha256:7688d48e51fe38667b376950399bf026b5c553835256e1ecbc8dd15156b2b2bd - 0.0% (1.85 KB)
[#005] sha256:ce87ef1454bc62c3b89111861ba56dd305e274980f6e2202004b9a967bcdde40 - 0.0% (2.46 KB)
/bin/sh -c #(nop) ADD file:a30d31b82540f050cf2ef8b77a636ef15b875c7a3b9481b4d78b5b92332a71fa in /
2019-03-15 08:43:36 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=20190305
2019-03-15 08:43:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-04-30 11:19:55 UTC/bin/sh -c #(nop) LABEL maintainer=Erwan Velu <evelu@redhat.com>
2019-04-30 11:19:55 UTC/bin/sh -c #(nop) LABEL RELEASE=HEAD
2019-04-30 11:19:55 UTC/bin/sh -c #(nop) LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
2019-04-30 11:19:56 UTC/bin/sh -c #(nop) LABEL GIT_BRANCH=HEAD
2019-04-30 11:19:56 UTC/bin/sh -c #(nop) LABEL GIT_COMMIT=a3c3540a84cadb51d235a7119bf5d3764c0d2607
2019-04-30 11:19:57 UTC/bin/sh -c #(nop) LABEL GIT_CLEAN=True
2019-04-30 11:19:57 UTC/bin/sh -c #(nop) LABEL CEPH_POINT_RELEASE=-14.2.1
2019-04-30 11:19:57 UTC/bin/sh -c #(nop) ENV CEPH_VERSION=nautilus
2019-04-30 11:19:57 UTC/bin/sh -c #(nop) ENV CEPH_POINT_RELEASE=-14.2.1
2019-04-30 11:24:41 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 ; 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 -L https://shaman.ceph.com/api/repos/$repo/master/latest/centos/7/repo > /etc/yum.repos.d/$repo.repo ; done ; curl -L https://download.ceph.com/ceph-iscsi/2/rpm/el7/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ; fi' && yum update -y && rpm --import 'https://download.ceph.com/keys/release.asc' && bash -c ' if [[ "${CEPH_VERSION}" =~ master|^wip* ]]; 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.1 ceph-mon-14.2.1 ceph-osd-14.2.1 ceph-mds-14.2.1 rbd-mirror-14.2.1 ceph-mgr-14.2.1 ceph-mgr-dashboard-14.2.1 ceph-mgr-diskprediction-local-14.2.1 ceph-mgr-rook-14.2.1 kmod lvm2 gdisk ceph-radosgw-14.2.1 libradosstriper1-14.2.1 attr ceph-fuse-14.2.1 rbd-nbd-14.2.1 && 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.1 ceph-mon-14.2.1 ceph-osd-14.2.1 ceph-mds-14.2.1 rbd-mirror-14.2.1 ceph-mgr-14.2.1 ceph-mgr-dashboard-14.2.1 ceph-mgr-diskprediction-local-14.2.1 ceph-mgr-rook-14.2.1 kmod lvm2 gdisk ceph-radosgw-14.2.1 libradosstriper1-14.2.1 attr ceph-fuse-14.2.1 rbd-nbd-14.2.1) && 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-14.2.1 ceph-mon-14.2.1 ceph-osd-14.2.1 ceph-mds-14.2.1 rbd-mirror-14.2.1 ceph-mgr-14.2.1 ceph-mgr-dashboard-14.2.1 ceph-mgr-diskprediction-local-14.2.1 ceph-mgr-rook-14.2.1 kmod lvm2 gdisk ceph-radosgw-14.2.1 libradosstriper1-14.2.1 attr ceph-fuse-14.2.1 rbd-nbd-14.2.1 && echo 'Packages verified successfully'
2019-06-25 16:49:22 UTC/bin/sh -c #(nop) ARG ARCH
2019-06-25 16:49:22 UTC/bin/sh -c #(nop) ARG TINI_VERSION
2019-06-25 16:49:25 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-07-11 23:14:04 UTC/bin/sh -c #(nop) COPY multi:dd838490b67af3e161eaec83c3c0ffaea0c580c9514c290e747987048da89a33 in /usr/local/bin/
2019-07-11 23:14:09 UTC/bin/sh -c #(nop) COPY dir:f2a18e64822bc8c89c22e76248137383ae9f4dd6d5f5656d70f549e16ef00bfa in /etc/ceph-csi
2019-07-11 23:14:09 UTC/bin/sh -c #(nop) COPY dir:18f569903fc0cd1b41a67876dfbf27396aee3bdb89d19a190fba1fcb3fb8d0d3 in /etc/ceph-monitoring
2019-07-11 23:14:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]
2019-07-11 23:14:09 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.