Namespace
rook
Image / Tag
ceph:v1.0.0-524.g524f315
Content Digest
sha256:c88eb619bba3c8714a23a05c07ecafa06b3c079681028dd71b1a84111143c066
Details
Created

2019-08-27 14:55:22 UTC

Size

281 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -14.2.2
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    c00696c7bb8c353694010c88edf7f273961a9f99
  • GIT_REPO
    https://github.com/ceph/ceph-container.git
  • RELEASE
    HEAD
  • maintainer
    Dimitri Savineau <dsavinea@redhat.com>
  • org.label-schema.build-date
    20190801
  • 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:d8d02d45731499028db01b6fa35475f91d230628b4e25fab8e3c015594dc3261 - 25.63% (71.9 MB)

[#001] sha256:81b5be5398d2922f52b13bb0e79c97404956aa62db9fd8affe83f88c937d9352 - 66.45% (186 MB)

[#002] sha256:7f4a0e717ddb84b2615fe52de50c623c8aef17f62428f44e8c34626f24cac10a - 0.0% (9.48 KB)

[#003] sha256:00fb1e2021e5e433b67446a0e8a8df37a7e8eec260b5cbec5275f605640ba2cb - 7.92% (22.2 MB)

[#004] sha256:a7e94a2888f5e92bdaf1930fe1c99c0c58b34a228e2be1efe8bef2a9f9d506e8 - 0.0% (2.39 KB)

[#005] sha256:bcd69e60b339b54955113b67fdaa6b6c0f7a6923b791d8ce67d437be11beb47e - 0.0% (2.93 KB)

[#006] sha256:72f5ca0d46db375a5fa8de3b54c295f5486a964f129b93b2a98c7e671b4ff499 - 0.0% (6.71 KB)


History
2019-08-20 20:21:00 UTC

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

2019-08-20 20:21:01 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=20190801

2019-08-20 20:21:01 UTC

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

2019-08-26 16:30:25 UTC

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

2019-08-26 16:30:25 UTC

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

2019-08-26 16:30:25 UTC

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

2019-08-26 16:30:25 UTC

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

2019-08-26 16:30:25 UTC

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

2019-08-26 16:30:25 UTC

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

2019-08-26 18:04:58 UTC

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

2019-08-26 18:04:59 UTC

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

2019-08-26 18:04:59 UTC

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

2019-08-26 18:04:59 UTC

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

2019-08-26 18:07:03 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|^wip* ]]; then curl -L https://shaman.ceph.com/api/repos/ceph-iscsi/master/latest/centos/7/repo > /etc/yum.repos.d/ceph-iscsi.repo ; elif [[ "${CEPH_VERSION}" == nautilus ]]; then curl -L https://download.ceph.com/ceph-iscsi/3/rpm/el7/ceph-iscsi.repo -o /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 && yum-config-manager --disable ceph-iscsi ceph-iscsi-source ceph-iscsi-noarch tcmu-runner tcmu-runner-noarch tcmu-runner-source python-rtslib-source python-rtslib-noarch python-rtslib) && 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-27 02:15:58 UTC

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

2019-08-27 02:15:58 UTC

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

2019-08-27 02:16:01 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-27 14:55:16 UTC

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

2019-08-27 14:55:21 UTC

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

2019-08-27 14:55:21 UTC

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

2019-08-27 14:55:22 UTC

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

2019-08-27 14:55:22 UTC

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

2019-08-27 14:55:22 UTC

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

Details
Created

2019-08-27 14:55:50 UTC

Size

259 MB

Content Digest
Labels
  • CEPH_POINT_RELEASE
    -14.2.2
  • GIT_BRANCH
    HEAD
  • GIT_CLEAN
    True
  • GIT_COMMIT
    1a343271f2443fed50299ae7c9c948e118c37ba1
  • GIT_REPO
    https://github.com/ceph/ceph-container.git
  • RELEASE
    HEAD
  • maintainer
    Dimitri Savineau <dsavinea@redhat.com>
  • org.label-schema.build-date
    20190801
  • 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:4856e02b0d5033fe0506cf60f21f5f18438c30e16e673ca2f95d30dacc38642f - 27.34% (70.8 MB)

[#001] sha256:2be8e2a0d24bfff1a549f68f859775794e857acac38061671334e0cbc3684392 - 64.9% (168 MB)

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

[#003] sha256:feec73938e5351a76e09a032a5e7d3e786de530b09f47ad104bbf573660756b3 - 7.75% (20.1 MB)

[#004] sha256:7cfc11c151562fccfa7873c9aa282834539f63527776d69c35439c01ff36bdc2 - 0.0% (2.39 KB)

[#005] sha256:068cd35929d5cf8f547bd5c7fce715d21acc329c90f1d68909fca7933a7961e9 - 0.0% (2.93 KB)

[#006] sha256:0478ddec2401cea65235701d15a8d55c23954d26fe380c044724f7bc886270f7 - 0.0% (6.71 KB)


History
2019-08-20 20:41:07 UTC

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

2019-08-20 20:41:08 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=20190801

2019-08-20 20:41:09 UTC

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

2019-08-26 12:20:27 UTC

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

2019-08-26 12:20:27 UTC

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

2019-08-26 12:20:27 UTC

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

2019-08-26 12:20:28 UTC

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

2019-08-26 12:20:28 UTC

/bin/sh -c #(nop) LABEL GIT_COMMIT=1a343271f2443fed50299ae7c9c948e118c37ba1

2019-08-26 12:20:28 UTC

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

2019-08-26 14:16:17 UTC

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

2019-08-26 14:16:17 UTC

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

2019-08-26 14:16:18 UTC

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

2019-08-26 14:16:18 UTC

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

2019-08-26 14:20:16 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 && yum-config-manager --disable ceph-iscsi ceph-iscsi-source ceph-iscsi-noarch tcmu-runner tcmu-runner-noarch tcmu-runner-source python-rtslib-source python-rtslib-noarch python-rtslib) && 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-27 14:55:42 UTC

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

2019-08-27 14:55:43 UTC

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

2019-08-27 14:55:45 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-27 14:55:47 UTC

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

2019-08-27 14:55:48 UTC

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

2019-08-27 14:55:48 UTC

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

2019-08-27 14:55:49 UTC

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

2019-08-27 14:55:49 UTC

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

2019-08-27 14:55:50 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