2024-01-03 11:29:10 UTC
21.2 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:661ff4d9561e3fd050929ee5097067c34bafc523ee60f5294a37fd08056a73ca - 15.32% (3.25 MB)
[#001] sha256:51a35d04ac302ea94970e00787bc4fef97871224fb6e89ae0ea8c1ce5f30d107 - 84.68% (18 MB)
/bin/sh -c #(nop) ADD file:1f4eb46669b5b6275af19eb7471a6899a61c276aa7d925b8ae99310b14b75b92 in /
2023-12-08 01:20:49 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-01-03 11:29:10 UTC (buildkit.dockerfile.v0)ARG ARTHAS_VERSION=3.7.2
2024-01-03 11:29:10 UTC (buildkit.dockerfile.v0)ARG MIRROR=false
2024-01-03 11:29:10 UTC (buildkit.dockerfile.v0)ENV MAVEN_HOST=https://repo1.maven.org/maven2 MIRROR_MAVEN_HOST=https://maven.aliyun.com/repository/public
2024-01-03 11:29:10 UTC (buildkit.dockerfile.v0)RUN |2 ARTHAS_VERSION=3.7.2 MIRROR=true /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
2024-01-03 11:29:05 UTC
21.2 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:c303524923177661067f7eb378c3dd5277088c2676ebd1cd78e68397bb80fdbf - 15.09% (3.19 MB)
[#001] sha256:9c273f20f7db15358a0b2ea3bef64d7ec2a68ae0ec0d8cc52c98dad9b2e78630 - 84.91% (18 MB)
/bin/sh -c #(nop) ADD file:8182c73f869a899cf624a59c400acb8226776d15e4d3a0d240a94e65340540d0 in /
2023-12-08 01:39:30 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-01-03 11:29:05 UTC (buildkit.dockerfile.v0)ARG ARTHAS_VERSION=3.7.2
2024-01-03 11:29:05 UTC (buildkit.dockerfile.v0)ARG MIRROR=false
2024-01-03 11:29:05 UTC (buildkit.dockerfile.v0)ENV MAVEN_HOST=https://repo1.maven.org/maven2 MIRROR_MAVEN_HOST=https://maven.aliyun.com/repository/public
2024-01-03 11:29:05 UTC (buildkit.dockerfile.v0)RUN |2 ARTHAS_VERSION=3.7.2 MIRROR=true /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.