rancher / dapper

Docker build wrapper
Apache License 2.0
365 stars 89 forks source link

CI(Windows): Download Docker client without installation #87

Closed thxCode closed 3 years ago

thxCode commented 3 years ago

We don't need to install the Windows Docker client from DockerToolBox, just download it from StefanScherer/docker-cli-builder, like what we did in rancher/rancher: https://github.com/rancher/rancher/blob/7bcf4067de7e493be54b42f7ad14cbcfd9a90ab5/Dockerfile-windows.dapper#L7-L15.

thxCode commented 3 years ago

@luthermonson , Can you review this?