2020-12-19 15:25:29 UTC
36.8 MB
2.6.18
KUBEASZ_VER2.2.3
NETADDR_VER0.7.19
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:31603596830fc7e56753139f9c2c6bd3759e48a850659506ebfb885d1cf3aef5 - 7.19% (2.64 MB)
[#001] sha256:edea76eb5c98e9db2ca829edd47ff879cabf5b4af7d5f9d4bfc71563a0dbfaee - 92.81% (34.1 MB)
/bin/sh -c #(nop) ADD file:a0afd0b0db7f9ee9496186ead087ec00edd1386ea8c018557d15720053f7308e in /
2020-04-24 01:05:35 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-12-19 15:20:50 UTC/bin/sh -c #(nop) ENV KUBEASZ_VER=2.2.3 ANSIBLE_VER=2.6.18 NETADDR_VER=0.7.19
2020-12-19 15:25:28 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
2020-12-19 15:25:29 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.