drone-git support for windows server 2025
in progress
P
Purple Lungfish
As of today, the drone-git support is available upto windows server 2022 and we are in a need to build the windows based docker image for 2025 hence we are requesting to support drone-git for windows server 2025.
Log In
M
Melodic Sturgeon
FYI - we had the same need but upon researching came across the CI_GIT_CLONE_CONTAINERLESS feature flag. This requires PowerShell Core (aka pwsh, aka version 7) to be installed on your build system. Using this method has saved us ~30s during the clone step.
This post was marked as
in progress