2020-01-14 00:10:09 UTC
439 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containerdocker
[#000] sha256:cc5a81c29aabc68f3accf136ad5d1738904898296a367f807e0afb82c2f76d6e - 6.14% (27 MB)
[#001] sha256:81c62728355f60c09e71f3706586cce3f15677526dccb3c47d25abd61ad46e1b - 0.01% (29.9 KB)
[#002] sha256:ed9cffdd962a232b1d4ac5c63042f1c3bd032ad7be970ad7d2bf2ab18a336781 - 0.0% (848 Bytes)
[#003] sha256:6a46f000fce20f9ea03fcec6689eb2208e780af6528ce7d851a1e287d0e96c22 - 0.0% (162 Bytes)
[#004] sha256:6bd890da28be3b501e0dc75627755a536831416ed3268f47c2a517065f4edd5b - 0.0% (3.67 KB)
[#005] sha256:0d88bd219ffe6a750db5a010abf845989a9d9d88041d8d9c016ec5724e146e7e - 15.4% (67.7 MB)
[#006] sha256:af5240f230f01db58eb52b64f3aaf0b3e94c3253eb569be390ab5ce2714a4dca - 78.46% (345 MB)
/bin/sh -c #(nop) ADD file:9cf0c9e2d83fd1f85ac0ca5e96b2fba6474f4bda7c20911811337fe11817a45a in /
2019-12-19 04:22:54 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-12-19 04:22:55 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
2019-12-19 04:22:55 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-12-19 04:22:56 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-01-09 20:40:08 UTC/bin/sh -c #(nop) ARG CONTAINERD_VERSION=v1.3.2
2020-01-09 20:40:08 UTC/bin/sh -c #(nop) ARG CNI_VERSION=v0.8.4
2020-01-09 20:40:08 UTC/bin/sh -c #(nop) ARG CRICTL_VERSION=v1.17.0
2020-01-09 20:40:08 UTC/bin/sh -c #(nop) COPY dir:2477dc29f059b32f83e4d5bee8e26db4bf516c84ab83b754df959d684a02e8da in /
2020-01-09 20:40:42 UTC|3 CNI_VERSION=v0.8.4 CONTAINERD_VERSION=v1.3.2 CRICTL_VERSION=v1.17.0 /bin/sh -c echo "Ensuring scripts are executable ..." && chmod +x /usr/local/bin/clean-install /usr/local/bin/entrypoint && echo "Installing Packages ..." && DEBIAN_FRONTEND=noninteractive clean-install systemd conntrack iptables iproute2 ethtool socat util-linux mount ebtables udev kmod libseccomp2 bash ca-certificates curl rsync && find /lib/systemd/system/sysinit.target.wants/ -name "systemd-tmpfiles-setup.service" -delete && rm -f /lib/systemd/system/multi-user.target.wants/* && rm -f /etc/systemd/system/*.wants/* && rm -f /lib/systemd/system/local-fs.target.wants/* && rm -f /lib/systemd/system/sockets.target.wants/*udev* && rm -f /lib/systemd/system/sockets.target.wants/*initctl* && rm -f /lib/systemd/system/basic.target.wants/* && echo "ReadKMsg=no" >> /etc/systemd/journald.conf && ln -s "$(which systemd)" /sbin/init && echo "Installing containerd ..." && export ARCH=$(dpkg --print-architecture | sed 's/ppc64el/ppc64le/' | sed 's/armhf/arm/') && export CONTAINERD_BASE_URL="https://github.com/kind-ci/containerd-nightlies/releases/download/containerd-${CONTAINERD_VERSION#v}" && curl -sSL --retry 5 --output /tmp/containerd.tgz "${CONTAINERD_BASE_URL}/containerd-${CONTAINERD_VERSION#v}.linux-${ARCH}.tar.gz" && tar -C /usr/local -xzvf /tmp/containerd.tgz && rm -rf /tmp/containerd.tgz && rm -f /usr/local/bin/containerd-stress /usr/local/bin/containerd-shim-runc-v1 && curl -sSL --retry 5 --output /usr/local/sbin/runc "${CONTAINERD_BASE_URL}/runc.${ARCH}" && chmod 755 /usr/local/sbin/runc && containerd --version && systemctl enable containerd && echo "Installing crictl ..." && curl -fSL "https://github.com/kubernetes-sigs/cri-tools/releases/download/${CRICTL_VERSION}/crictl-${CRICTL_VERSION}-linux-${ARCH}.tar.gz" | tar xzC /usr/local/bin && echo "Installing CNI binaries ..." && export ARCH=$(dpkg --print-architecture | sed 's/ppc64el/ppc64le/' | sed 's/armhf/arm/') && export CNI_TARBALL="${CNI_VERSION}/cni-plugins-linux-${ARCH}-${CNI_VERSION}.tgz" && export CNI_URL="https://github.com/containernetworking/plugins/releases/download/${CNI_TARBALL}" && curl -sSL --retry 5 --output /tmp/cni.tgz "${CNI_URL}" && mkdir -p /opt/cni/bin && tar -C /opt/cni/bin -xzf /tmp/cni.tgz && rm -rf /tmp/cni.tgz && find /opt/cni/bin -type f -not \( -iname host-local -o -iname ptp -o -iname portmap -o -iname loopback \) -delete && echo "Ensuring /etc/kubernetes/manifests" && mkdir -p /etc/kubernetes/manifests && echo "Adjusting systemd-tmpfiles timer" && sed -i /usr/lib/systemd/system/systemd-tmpfiles-clean.timer -e 's#OnBootSec=.*#OnBootSec=1min#'
2020-01-09 20:40:43 UTC/bin/sh -c #(nop) ENV container=docker
2020-01-09 20:40:43 UTC/bin/sh -c #(nop) STOPSIGNAL SIGRTMIN+3
2020-01-09 20:40:43 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/entrypoint" "/sbin/init"]
2020-01-14 00:10:09 UTCinfinity
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.