Skip to content

Commit eabb9da

Browse files
committed
docker: Remove DEBUG option in favor of BUILDKIT_PROGRESS
If you want to see debug output, you can just set the BUILDKIT_PROGRESS variable: BUILDKIT_PROGRESS=plain make docker-test That is more broadly applicable and doesn't duplicate something Docker already offers.
1 parent 55645a2 commit eabb9da

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dist/docker/Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ ifeq ($(shell [ -f setup.sh ] && echo "true"),true)
3535
DOCKER_BUILD_ARGS += --secret id=setup,src=setup.sh
3636
endif
3737

38-
ifeq (${DEBUG},1)
39-
DOCKER_BUILD_ARGS += --progress=plain
40-
endif
41-
4238
ifneq (${CONAN_PROFILE},)
4339
DOCKER_BUILD_ARGS += --build-arg CONAN_PROFILE=${CONAN_PROFILE}
4440
endif

0 commit comments

Comments
 (0)