Is it possible to build Windows container images with the Docker plugin: Docker | Drone ?
The docker plugin uses docker-in-docker, which is not supported by docker on windows. Instead, we (the Drone team) use the ssh runner and / or the exec runner for windows pipelines, which allows us to build the image directly on the host.
Here is an example:
Thank you, I’ll check it out!