2023-11-28 20:44:29 +0800
1.16 GB
/var/local
DORIS_THIRDPARTY/var/local/thirdparty
JAVA_HOME/usr/lib/jvm/java-1.8.0
MAVEN_HOME/usr/share/maven
PATH/var/local/ldb-toolchain/bin/:/var/local/thirdparty/installed/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
REPOSITORY_URLhttps://doris-thirdparty-repo.bj.bcebos.com/thirdparty
[#000] sha256:b78e6f85603bb95e04e938a44cb7b01b9385589eb78d99882082c0e40cc40b15 - 100.0% (1.16 GB)
[#001] sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 - 0.0% (32 Bytes)
COPY / / # buildkit
2023-11-28 20:44:29 +0800 (buildkit.dockerfile.v0)ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0 MAVEN_HOME=/usr/share/maven REPOSITORY_URL=https://doris-thirdparty-repo.bj.bcebos.com/thirdparty DEFAULT_DIR=/var/local PATH=/var/local/ldb-toolchain/bin/:/var/local/thirdparty/installed/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin DORIS_THIRDPARTY=/var/local/thirdparty
2023-11-28 20:44:29 +0800 (buildkit.dockerfile.v0)WORKDIR /root
2023-11-28 20:44:29 +0800 (buildkit.dockerfile.v0)CMD ["/bin/bash"]
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.