docker build
should print warning when args are incompatible with DOCKER_BUILDKIT configuration
#1755
Labels
docker build
should print warning when args are incompatible with DOCKER_BUILDKIT configuration
#1755
Description
docker build
should print warning when args are incompatible with DOCKER_BUILDKIT configurationSteps to reproduce the issue:
DOCKER_BUILDKIT=1 docker build --memory ...
(or with any option that is incompatible with the currentDOCKER_BUILDKIT
configuration)Describe the results you received:
No warning message was printed
Describe the results you expected:
Some warning message should be printed (ref: moby/moby#38248)
The text was updated successfully, but these errors were encountered: