I added some V(5) logs when the provider is being created.
In Makefile, one can now use the DKR environment variable to choose img, docker or any other command line compatible client for building and pushing the kip image, e.g. make img DKR=docker will build the image via docker.
Two changes:
DKR
environment variable to chooseimg
,docker
or any other command line compatible client for building and pushing the kip image, e.g.make img DKR=docker
will build the image via docker.