Namespace
rook
Image / Tag
ceph:v1.0.0-489.g3abadd0
Content Digest
sha256:2dddd9ab0131ae3dc5b36de68e1b08858b672acbd3cb9540529e3765acae77fa
Details
Created

2019-08-23 05:33:59 UTC

Size

307 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -14.2.2
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    5938be9f2df87b3acdca2c94712a58d5b7527a6e
  • GIT_REPO
    https://github.com/ceph/ceph-container.git
  • RELEASE
    HEAD
  • maintainer
    Dimitri Savineau <dsavinea@redhat.com>
  • org.label-schema.build-date
    20190305
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS

Environment
CEPH_DEVEL

false

CEPH_POINT_RELEASE

-14.2.2

CEPH_VERSION

nautilus

PATH

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


Layers

[#000] sha256:8ba884070f611d31cb2c42eddb691319dc9facf5e0ec67672fcfa135181ab3df - 23.39% (71.9 MB)

[#001] sha256:9e27de2b3b28d6d2ce368421907447f13d9f1dac00eb24f40677198d3451a183 - 69.83% (215 MB)

[#002] sha256:8b50ccd06f2c9685e6e62baa384aa03989647bb97ea1ce7b3a828996145dff6d - 0.0% (9.48 KB)

[#003] sha256:1df7888d5c206ef6cfdf15ebfa1100ee8d5a14994dcb026e0071a51468a196f8 - 6.78% (20.8 MB)

[#004] sha256:6992573c97dc802b7e2ab6ea6859962eb137129ea32b3728a80c1f0b45e17fa9 - 0.0% (2.15 KB)

[#005] sha256:05be68a4bbd140e2eac36de7018ad72ea8dc582bd4fbf70bd5dbca02926877f5 - 0.0% (2.81 KB)

[#006] sha256:907bd515d8626de8c104babd145fbc499139a6a1f04d1593e9421a2476cce9de - 0.0% (6.05 KB)


History
2019-03-14 21:19:52 UTC

/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-22 09:49:01 UTC

/bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>

2019-07-22 09:49:02 UTC

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

2019-07-22 09:49:02 UTC

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

2019-07-22 09:49:02 UTC

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

2019-07-22 09:49:02 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=5938be9f2df87b3acdca2c94712a58d5b7527a6e

2019-07-22 09:49:02 UTC

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

2019-07-22 09:49:02 UTC

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

2019-07-22 09:49:03 UTC

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

2019-07-22 09:49:03 UTC

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

2019-07-22 09:49:03 UTC

/bin/sh -c #(nop) ENV CEPH_DEVEL=false

2019-07-22 09:51:37 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|^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 ; elif [[ "${CEPH_VERSION}" == nautilus ]]; then echo "baseurl=http://download.ceph.com/nfs-ganesha/rpm-V2.8-stable/$CEPH_VERSION/\$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}; 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.2 ceph-mon-14.2.2 ceph-osd-14.2.2 ceph-mds-14.2.2 rbd-mirror-14.2.2 ceph-mgr-14.2.2 ceph-mgr-dashboard-14.2.2 ceph-mgr-diskprediction-local-14.2.2 ceph-mgr-rook-14.2.2 ceph-grafana-dashboards-14.2.2 kmod lvm2 gdisk ceph-radosgw-14.2.2 libradosstriper1-14.2.2 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse-14.2.2 rbd-nbd-14.2.2 && 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.2 ceph-mon-14.2.2 ceph-osd-14.2.2 ceph-mds-14.2.2 rbd-mirror-14.2.2 ceph-mgr-14.2.2 ceph-mgr-dashboard-14.2.2 ceph-mgr-diskprediction-local-14.2.2 ceph-mgr-rook-14.2.2 ceph-grafana-dashboards-14.2.2 kmod lvm2 gdisk ceph-radosgw-14.2.2 libradosstriper1-14.2.2 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse-14.2.2 rbd-nbd-14.2.2) && 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.2 ceph-mon-14.2.2 ceph-osd-14.2.2 ceph-mds-14.2.2 rbd-mirror-14.2.2 ceph-mgr-14.2.2 ceph-mgr-dashboard-14.2.2 ceph-mgr-diskprediction-local-14.2.2 ceph-mgr-rook-14.2.2 ceph-grafana-dashboards-14.2.2 kmod lvm2 gdisk ceph-radosgw-14.2.2 libradosstriper1-14.2.2 nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rgw nfs-ganesha-rados-grace tcmu-runner ceph-iscsi python-rtslib attr ceph-fuse-14.2.2 rbd-nbd-14.2.2 && echo 'Packages verified successfully'

2019-08-11 18:29:15 UTC

/bin/sh -c #(nop) ARG ARCH

2019-08-11 18:29:15 UTC

/bin/sh -c #(nop) ARG TINI_VERSION

2019-08-11 18:29:17 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-08-23 05:33:52 UTC

/bin/sh -c #(nop) COPY multi:b51785bb09649518a2ecadd5a8b4b041275b1aac275e996123ca83216449182a in /usr/local/bin/

2019-08-23 05:33:57 UTC

/bin/sh -c #(nop) COPY dir:8216cc09fa17caec795d251439c4706957ee6479d61bb325a5991df0af0cc2c4 in /etc/ceph-csi

2019-08-23 05:33:58 UTC

/bin/sh -c #(nop) COPY dir:4b61dfff6d187c4736f037f8ac759f2b141a01879824b64b8d066c2b2009ff43 in /etc/ceph-monitoring

2019-08-23 05:33:58 UTC

/bin/sh -c #(nop) COPY dir:5f95573c7905b063265949d224e87fdd59f422e892123b8928e904739970e0d7 in /etc/ceph-csv-templates

2019-08-23 05:33:59 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]

2019-08-23 05:33:59 UTC

/bin/sh -c #(nop) CMD [""]

Details
Created

2019-08-23 05:34:32 UTC

Size

286 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -14.2.2
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    5938be9f2df87b3acdca2c94712a58d5b7527a6e
  • GIT_REPO
    https://github.com/ceph/ceph-container.git
  • RELEASE
    HEAD
  • maintainer
    Dimitri Savineau <dsavinea@redhat.com>
  • org.label-schema.build-date
    20190305
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS

Environment
CEPH_DEVEL

false

CEPH_POINT_RELEASE

-14.2.2

CEPH_VERSION

nautilus

PATH

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


Layers

[#000] sha256:90c48ff53512085fb5adaf9bff8f1999a39ce5e5b897f5dfe333555eb27547a7 - 24.71% (70.7 MB)

[#001] sha256:d9d839e4c2cf218a3fd298bbce2635ccf3e052b6a034e07d1ae17a28f8f0c40c - 68.71% (197 MB)

[#002] sha256:d47f5a8310082841a55831fd93814d5df5a0dbca245ce0a780ccf6b5695c2462 - 0.0% (9.12 KB)

[#003] sha256:0476a2235137504c31673155eb40a41b9c3dfe070cf1d96d8a2c75e23a4fca53 - 6.57% (18.8 MB)

[#004] sha256:653730e7b67c99f820fc6aed8287eaf184885246a845f218e1bf748ca5c144d7 - 0.0% (2.15 KB)

[#005] sha256:490b7a964fc0298d5920e36ec02d78870ee95d33127be8f890294eca50d2498d - 0.0% (2.81 KB)

[#006] sha256:5034ba61272ace95eb4433c004831828a3be0f22c0e15f46d498ff04cd1998c7 - 0.0% (6.05 KB)


History
2019-03-15 08:43:35 UTC

/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-07-22 15:38:31 UTC

/bin/sh -c #(nop) LABEL maintainer=Dimitri Savineau <dsavinea@redhat.com>

2019-07-22 15:38:31 UTC

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

2019-07-22 15:38:31 UTC

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

2019-07-22 15:38:32 UTC

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

2019-07-22 15:38:32 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=5938be9f2df87b3acdca2c94712a58d5b7527a6e

2019-07-22 15:38:32 UTC

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

2019-07-22 15:38:33 UTC

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

2019-07-22 15:38:33 UTC

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

2019-07-22 15:38:33 UTC

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

2019-07-22 15:38:33 UTC

/bin/sh -c #(nop) ENV CEPH_DEVEL=false

2019-07-22 15:43:56 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 ; elif [[ "${CEPH_VERSION}" == nautilus ]]; then echo "baseurl=http://download.ceph.com/nfs-ganesha/rpm-V2.8-stable/$CEPH_VERSION/\$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 ; 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}; 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.2 ceph-mon-14.2.2 ceph-osd-14.2.2 ceph-mds-14.2.2 rbd-mirror-14.2.2 ceph-mgr-14.2.2 ceph-mgr-dashboard-14.2.2 ceph-mgr-diskprediction-local-14.2.2 ceph-mgr-rook-14.2.2 ceph-grafana-dashboards-14.2.2 kmod lvm2 gdisk ceph-radosgw-14.2.2 libradosstriper1-14.2.2 attr ceph-fuse-14.2.2 rbd-nbd-14.2.2 && 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.2 ceph-mon-14.2.2 ceph-osd-14.2.2 ceph-mds-14.2.2 rbd-mirror-14.2.2 ceph-mgr-14.2.2 ceph-mgr-dashboard-14.2.2 ceph-mgr-diskprediction-local-14.2.2 ceph-mgr-rook-14.2.2 ceph-grafana-dashboards-14.2.2 kmod lvm2 gdisk ceph-radosgw-14.2.2 libradosstriper1-14.2.2 attr ceph-fuse-14.2.2 rbd-nbd-14.2.2) && 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.2 ceph-mon-14.2.2 ceph-osd-14.2.2 ceph-mds-14.2.2 rbd-mirror-14.2.2 ceph-mgr-14.2.2 ceph-mgr-dashboard-14.2.2 ceph-mgr-diskprediction-local-14.2.2 ceph-mgr-rook-14.2.2 ceph-grafana-dashboards-14.2.2 kmod lvm2 gdisk ceph-radosgw-14.2.2 libradosstriper1-14.2.2 attr ceph-fuse-14.2.2 rbd-nbd-14.2.2 && echo 'Packages verified successfully'

2019-08-13 21:12:57 UTC

/bin/sh -c #(nop) ARG ARCH

2019-08-13 21:12:58 UTC

/bin/sh -c #(nop) ARG TINI_VERSION

2019-08-13 21:13:01 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-08-23 05:34:25 UTC

/bin/sh -c #(nop) COPY multi:82c8ffb7256d4349e08c2c6c0dcc1a134bff045cff5c7ec5efd54e8437e6a493 in /usr/local/bin/

2019-08-23 05:34:30 UTC

/bin/sh -c #(nop) COPY dir:8216cc09fa17caec795d251439c4706957ee6479d61bb325a5991df0af0cc2c4 in /etc/ceph-csi

2019-08-23 05:34:30 UTC

/bin/sh -c #(nop) COPY dir:4b61dfff6d187c4736f037f8ac759f2b141a01879824b64b8d066c2b2009ff43 in /etc/ceph-monitoring

2019-08-23 05:34:31 UTC

/bin/sh -c #(nop) COPY dir:d2cfc323e0be199f89ecfad078f4aad7a99a1e1cc883131a9a371e1113c3b72b in /etc/ceph-csv-templates

2019-08-23 05:34:31 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--" "/usr/local/bin/rook"]

2019-08-23 05:34:32 UTC

/bin/sh -c #(nop) CMD [""]

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