2019-11-10 15:32:39 UTC
38.1 MB
2.6.18
KUBEASZ_VER2.1.0
NETADDR_VER0.7.19
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 6.9% (2.63 MB)
[#001] sha256:bdeae4123c6673047675085003bad1b09ddfba5e521a1b79a3f0f026898d7d75 - 93.1% (35.5 MB)
/bin/sh -c #(nop) ADD file:a86aea1f3a7d68f6ae03397b99ea77f2e9ee901c5c59e59f76f93adbb4035913 in /
2019-05-11 00:07:03 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-11-10 15:20:58 UTC/bin/sh -c #(nop) ENV KUBEASZ_VER=2.1.0 ANSIBLE_VER=2.6.18 NETADDR_VER=0.7.19
2019-11-10 15:32:38 UTC/bin/sh -c echo "===> Adding Python runtime..." && apk --update add python py-pip openssl ca-certificates && apk --update add --virtual build-dependencies python-dev libffi-dev openssl-dev build-base && pip install --upgrade pip cffi && echo "===> Installing Ansible/netaddr..." && pip install ansible=="$ANSIBLE_VER" netaddr=="$NETADDR_VER" && echo "===> Installing handy tools..." && pip install --upgrade pycrypto && apk --update add bash openssh-client rsync && echo "===> Downloading kubeasz..." && wget https://github.com/easzlab/kubeasz/archive/"$KUBEASZ_VER".tar.gz && tar zxf ./"$KUBEASZ_VER".tar.gz && mv kubeasz-"$KUBEASZ_VER" /etc/ansible && ln -s /etc/ansible/tools/easzctl /usr/bin/easzctl && echo "===> Removing package list..." && apk del build-dependencies && rm -rf /var/cache/apk/* && rm -rf /root/.cache && rm -rf ./"$KUBEASZ_VER".tar.gz
2019-11-10 15:32:39 UTC/bin/sh -c #(nop) CMD ["sleep" "360000000"]
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.