From b94340296b5f386e17e7c4ec155ad7cad3f077ea Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Mon, 5 Jul 2021 12:26:47 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=E4=BF=AE=E6=94=B9docker=20build=E6=98=AF?= =?UTF-8?q?=E7=9A=84=E9=BB=98=E8=AE=A4=E8=BE=93=E5=87=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E4=B8=BAplain,=E9=BB=98=E8=AE=A4=E4=B8=BAtty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 629da7b..56879de 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Ver: 1.10 by Endial Fang (endial@126.com) +# Ver: 1.11 by Endial Fang (endial@126.com) # # 当前 Docker 镜像的编译脚本 @@ -32,7 +32,7 @@ export DOCKER_SCAN_SUGGEST=false build: @echo "Build $(image_name):$(image_tag)" - @docker build --force-rm $(build-arg) -t $(image_name):$(image_tag) . + @docker build --progress plain --force-rm $(build-arg) -t $(image_name):$(image_tag) . @echo "Add tag: $(image_name):latest" @docker tag $(image_name):$(image_tag) $(image_name):latest @echo "Build complete"