2023-08-02 09:38:06 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:31e352740f534f9ad170f75378a84fe453d6156e40700b882d737a8f4a6988a3 - 15.28% (3.24 MB)
[#001] sha256:ee097dc63fa2c8dd473233fddfaa1308580010b9cbc4845c70c3caac09329f40 - 84.72% (18 MB)
/bin/sh -c #(nop) ADD file:1da756d12551a0e3e793e02ef87432d69d4968937bd11bed0af215db19dd94cd in /
2023-06-14 20:41:59 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-08-02 09:38:06 UTC (buildkit.dockerfile.v0)ARG ARTHAS_VERSION=3.7.0
2023-08-02 09:38:06 UTC (buildkit.dockerfile.v0)ARG MIRROR=false
2023-08-02 09:38:06 UTC (buildkit.dockerfile.v0)ENV MAVEN_HOST=https://repo1.maven.org/maven2 MIRROR_MAVEN_HOST=https://maven.aliyun.com/repository/public
2023-08-02 09:38:06 UTC (buildkit.dockerfile.v0)RUN |2 ARTHAS_VERSION=3.7.0 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
2023-08-02 09:38:04 UTC
21.1 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:8c6d1654570f041603f4cef49c320c8f6f3e401324913009d92a19132cbf1ac0 - 15.02% (3.18 MB)
[#001] sha256:1a619f97b095b404ac5810426e416aa15be61318a0496bf0f337e45e697e780c - 84.98% (18 MB)
/bin/sh -c #(nop) ADD file:289c2fac17119508ced527225d445747cd177111b4a0018a6b04948ecb3b5e29 in /
2023-06-14 20:48:58 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-08-02 09:38:04 UTC (buildkit.dockerfile.v0)ARG ARTHAS_VERSION=3.7.0
2023-08-02 09:38:04 UTC (buildkit.dockerfile.v0)ARG MIRROR=false
2023-08-02 09:38:04 UTC (buildkit.dockerfile.v0)ENV MAVEN_HOST=https://repo1.maven.org/maven2 MIRROR_MAVEN_HOST=https://maven.aliyun.com/repository/public
2023-08-02 09:38:04 UTC (buildkit.dockerfile.v0)RUN |2 ARTHAS_VERSION=3.7.0 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.