2021-12-06 11:10:48 UTC
15.7 MB
https://repo1.maven.org/maven2
MIRROR_MAVEN_HOSThttps://maven.aliyun.com/repository/public
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c - 17.02% (2.67 MB)
[#001] sha256:b92784dd54c83892840fc36f4c7596f1b7a105e0f9721bedfdad0a1362441e89 - 82.98% (13 MB)
/bin/sh -c #(nop) ADD file:c92c248239f8c7b9b3c067650954815f391b7bcb09023f984972c082ace2a8d0 in /
2020-05-29 21:19:46 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-12-06 11:10:48 UTC (buildkit.dockerfile.v0)ARG ARTHAS_VERSION=3.5.5
2021-12-06 11:10:48 UTC (buildkit.dockerfile.v0)ARG MIRROR=false
2021-12-06 11:10:48 UTC (buildkit.dockerfile.v0)ENV MAVEN_HOST=https://repo1.maven.org/maven2 MIRROR_MAVEN_HOST=https://maven.aliyun.com/repository/public
2021-12-06 11:10:48 UTC (buildkit.dockerfile.v0)RUN |2 ARTHAS_VERSION=3.5.5 MIRROR=false /bin/sh -c if $MIRROR; then MAVEN_HOST=${MIRROR_MAVEN_HOST} ; fi && wget -qO /tmp/arthas.zip "${MAVEN_HOST}/com/taobao/arthas/arthas-packaging/${ARTHAS_VERSION}/arthas-packaging-${ARTHAS_VERSION}-bin.zip" && mkdir -p /opt/arthas && unzip /tmp/arthas.zip -d /opt/arthas && rm /tmp/arthas.zip # buildkit
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.