Docker credential helpers with file extensions cannot be executed on Windows by nosan · Pull Request #48965 · spring-projects/spring-boot

@nosan

Before this commit, "cmd /c" was never added to the final command,
which meant the Docker credential helper was not executed correctly.

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>

@nosan mentioned this pull request

Jan 25, 2026

snicoll pushed a commit that referenced this pull request

Jan 27, 2026
Before this commit, "cmd /c" was never added to the final command,
which meant the Docker credential helper was not executed correctly.

See gh-48965

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>