From 19521b7729901dc4631e825ccd08eb7e6470f643 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 25 Feb 2023 22:02:43 +0100 Subject: use `--progress plain` with docker-compose build --- Makefile | 2 +- test/integration/docker/test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cf02016..642970f 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ endif # multiple Dockerfile's, create a manifest manually, etc.), so it's only here # for testing purposes, and native builds. compose/build: check-build - docker-compose build + docker-compose build --progress plain .PHONY: compose/push # `docker-compose push` would replace the multiarch repo with a single image by diff --git a/test/integration/docker/test.sh b/test/integration/docker/test.sh index fd21ec8..0cd523f 100755 --- a/test/integration/docker/test.sh +++ b/test/integration/docker/test.sh @@ -152,7 +152,7 @@ docker_build() { echo Building Docker images echo ---------------------------------------------------------------------- - docker-compose build + docker-compose build --progress plain } docker_cleanup() { -- cgit v1.2.3