mirror of
https://github.com/docker/cli.git
synced 2026-08-28 10:05:17 -05:00
This fixes the cli erroring out if the variable is set to an empty value. ``` $ export DOCKER_BUILDKIT= $ docker version DOCKER_BUILDKIT environment variable expects boolean value: strconv.ParseBool: parsing "": invalid syntax ``` Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>