Great initiative,
I will try to apply this to most of my repository.
BTW, there is an easy way to enable BuildKit without editing the config file of docker :
Unix :
DOCKER_BUILDKIT=1 docker-compose build
Windows :
set "DOCKER_BUILDKIT=1" & docker-compose build
- Log in to post comments



