2021-03-29 21:01:19 UTC
290 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:04a5f4cda3eea2313a61a2f72208342a57ea36a9326dff54f4f26ed47d145c7c - 9.4% (27.2 MB)
[#001] sha256:ff496a88c8ed9b745dab2f00bfbd9013c6d1db198442a6a8683998a29a85458a - 0.0% (846 Bytes)
[#002] sha256:0ce83f459fe7e0bf459d0c222ef3b2ca4d9911f6b0f9aae02c2120561b54ca18 - 0.0% (189 Bytes)
[#003] sha256:b95667e8ccb0527c6c7879f9904cc63947fdb11300d82f1dea48e4f1adbfc830 - 90.6% (263 MB)
[#004] sha256:a9b592743fa68914c0344b95a472fb68930a651dfc071e165d4937ac60f9aef3 - 0.0% (1.08 KB)
/bin/sh -c #(nop) ADD file:a8d2f02fbaddf8cec8e4da320cd03c06435f395e9d454f69954efe422eb6e1ba in /
2021-03-25 22:33:09 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2021-03-25 22:33:10 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-03-25 22:33:11 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-03-25 22:33:11 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-03-29 20:57:19 UTC/bin/sh -c #(nop) ARG D_OFED_VERSION=5.0-2.1.8.3
2021-03-29 20:57:20 UTC/bin/sh -c #(nop) ARG D_OS=ubuntu20.04
2021-03-29 20:57:20 UTC/bin/sh -c #(nop) ARG D_ARCH=x86_64
2021-03-29 20:57:20 UTC/bin/sh -c #(nop) ARG D_OFED_PATH=MLNX_OFED_LINUX-5.3-1.0.0.1-ubuntu20.04-x86_64
2021-03-29 20:57:20 UTC/bin/sh -c #(nop) ARG D_OFED_TARBALL_NAME=MLNX_OFED_LINUX-5.3-1.0.0.1-ubuntu20.04-x86_64.tgz
2021-03-29 20:57:20 UTC/bin/sh -c #(nop) ARG D_OFED_BASE_URL=http://localhost
2021-03-29 20:57:20 UTC/bin/sh -c #(nop) ARG D_OFED_URL_PATH=http://c-141-251-1-005/MLNX_OFED_LINUX-5.3-1.0.0.1-ubuntu20.04-x86_64.tgz
2021-03-29 20:57:20 UTC/bin/sh -c #(nop) ARG D_WITHOUT_FLAGS=--without-rshim-dkms --without-iser-dkms --without-isert-dkms --without-srp-dkms --without-kernel-mft-dkms --without-mlnx-rdma-rxe-dkms
2021-03-29 20:57:21 UTC/bin/sh -c #(nop) WORKDIR /root
2021-03-29 21:01:16 UTC|8 D_ARCH=x86_64 D_OFED_BASE_URL=http://c-141-251-1-005 D_OFED_PATH=MLNX_OFED_LINUX-5.3-1.0.0.1-ubuntu20.04-x86_64 D_OFED_TARBALL_NAME=MLNX_OFED_LINUX-5.3-1.0.0.1-ubuntu20.04-x86_64.tgz D_OFED_URL_PATH=http://c-141-251-1-005/MLNX_OFED_LINUX-5.3-1.0.0.1-ubuntu20.04-x86_64.tgz D_OFED_VERSION=5.3-1.0.0.1 D_OS=ubuntu20.04 D_WITHOUT_FLAGS=--without-rshim-dkms --without-iser-dkms --without-isert-dkms --without-srp-dkms --without-kernel-mft-dkms --without-mlnx-rdma-rxe-dkms /bin/sh -c set -x && apt-get -yq update && apt-get -yq install curl perl && (curl -sL ${D_OFED_URL_PATH} | tar -xzf -) && /root/${D_OFED_PATH}/mlnxofedinstall --without-fw-update --kernel-only --force ${D_WITHOUT_FLAGS} && rm -rf /tmp/MLNX_OFED_LINUX* && sed -i '/ESP_OFFLOAD_LOAD=yes/c\ESP_OFFLOAD_LOAD=no' /etc/infiniband/openib.conf && cp /root/${D_OFED_PATH}/docs/scripts/openibd-post-start-configure-interfaces/post-start-hook.sh /etc/infiniband/post-start-hook.sh && chmod +x /etc/infiniband/post-start-hook.sh && apt-get -yq install iproute2 net-tools linux-modules-$(uname -r) && rm -rf /root/${D_OFED_PATH} && apt-get clean autoclean && rm -rf /var/lib/apt/lists/*
2021-03-29 21:01:19 UTC/bin/sh -c #(nop) WORKDIR /
2021-03-29 21:01:19 UTC/bin/sh -c #(nop) ADD file:4def656cf98431ec92ab4b588f512c63ea77cbd98cedf6356b5a0314d00894c6 in /root/entrypoint.sh
2021-03-29 21:01:19 UTC/bin/sh -c #(nop) ENTRYPOINT ["/root/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.