Namespace
kindest
Image / Tag
node:v1.17.2
Content Digest
sha256:59df31fc61d1da5f46e8a61ef612fa53d3f9140f82419d1ef1a6b9656c6b737c
Details
Created

2020-02-07 01:06:27 UTC

Size

443 MB

Content Digest
Environment
PATH

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

container

docker


Layers

[#000] sha256:93956c6f8d9ea3e705e03e79d66a5c2acc9a4ac10ed6fb5c6cf654ba9c297df5 - 6.09% (27 MB)

[#001] sha256:46bddb84d1c5e5324fcc5efc270c7e081cc9966c125ac56c900dbca6b7a2fe06 - 0.01% (29.9 KB)

[#002] sha256:15fa850485767a7b5ef5a59fcd74b158b9a7faffef6254d4cf0c8d86d347e1ec - 0.0% (844 Bytes)

[#003] sha256:8aa40341c4fa46ae7bf3b1915da155fd05e53bcc06cfea0606a055b781dd14cc - 0.0% (163 Bytes)

[#004] sha256:6573e04c79b2f9200781c5f27c756e686b5f40120d587712544f8c61aef27340 - 0.0% (3.73 KB)

[#005] sha256:05eeb17c04f6773622b5bed8c21efaa20ab142b11e00b9ced92b32f7cdf499ab - 15.78% (69.9 MB)

[#006] sha256:26477b8d8d5f923187f6cd7511db453b8fdff99915101ac84f8e72bf6fca7f77 - 78.12% (346 MB)


History
2020-01-16 01:20:56 UTC

/bin/sh -c #(nop) ADD file:8d7cb00bd95f07ddb881fb10a625cff9db36796913fcf8e5dc6a1ef47a74ae45 in /

2020-01-16 01:20:57 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2020-01-16 01:20:57 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

2020-01-16 01:20:58 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2020-01-16 01:20:58 UTC

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

2020-02-07 00:34:48 UTC

/bin/sh -c #(nop) ARG CONTAINERD_VERSION=v1.3.2-31-gaa877d78

2020-02-07 00:34:48 UTC

/bin/sh -c #(nop) ARG CNI_VERSION=v0.8.5

2020-02-07 00:34:48 UTC

/bin/sh -c #(nop) ARG CRICTL_VERSION=v1.17.0

2020-02-07 00:34:49 UTC

/bin/sh -c #(nop) COPY dir:134fd4ca05bc7c3c84a6ea72d2ed1e8ce8f02f7e87e03b5c2038e470f7400e84 in /

2020-02-07 00:35:26 UTC

|3 CNI_VERSION=v0.8.5 CONTAINERD_VERSION=v1.3.2-31-gaa877d78 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-02-07 00:35:27 UTC

/bin/sh -c #(nop) ENV container=docker

2020-02-07 00:35:27 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGRTMIN+3

2020-02-07 00:35:27 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/entrypoint" "/sbin/init"]

2020-02-07 01:06:27 UTC

infinity

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