Skip to content

Commit

Permalink
docker: Remove DEBUG option in favor of BUILDKIT_PROGRESS
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cassava committed Nov 7, 2022
1 parent 55645a2 commit eabb9da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dist/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ ifeq ($(shell [ -f setup.sh ] && echo "true"),true)
DOCKER_BUILD_ARGS += --secret id=setup,src=setup.sh
endif

ifeq (${DEBUG},1)
DOCKER_BUILD_ARGS += --progress=plain
endif

ifneq (${CONAN_PROFILE},)
DOCKER_BUILD_ARGS += --build-arg CONAN_PROFILE=${CONAN_PROFILE}
endif
Expand Down

0 comments on commit eabb9da

Please sign in to comment.