From 6cecb1a24e6740f301b18ef872714afb7b12e3b3 Mon Sep 17 00:00:00 2001 From: qxa Date: Fri, 16 Jan 2026 16:13:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20entrypoint.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index c1a74df..95564ed 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -47,6 +47,8 @@ if docker images --format "{{.Repository}}:{{.Tag}}" | grep -q $tmp_image_name; docker rmi $image_name done + echo "删除临时镜像$tmp_image_name" + sleep 20 docker rmi $tmp_image_name echo "删除所有构建镜像完成"