The result of the make build command in shell I try to build the docker images on PyCharm Windows, running the make command in powershell and trying to execute DOCKER_BUILDKIT i got results:
DOCKER_BUILDKIT environment variable expects boolean value: strconv.ParseBool: parsing "1 ": invalid syntax
In the Docker Daemon I got this configuration:Docker daemon configuration
What can be done to make it recieve the boolean value? When i write to the command line command like this:
set DOCKER_BUILDKIT=True && docker build --ssh default -f docker/Dockerfile -t basketball_backend_api_core .
I still got the same mistake.