Skip to content

v0.7.2 — Windows installer Docker stderr fix

Latest

Choose a tag to compare

@fmflurry fmflurry released this 19 Jun 08:35
· 27 commits to main since this release

The Windows installer no longer aborts on Docker CLI credential-plugin or other benign stderr warnings on PowerShell 7.3+. Fixed by setting $PSNativeCommandUseErrorActionPreference=$false to prevent stderr from being promoted to terminating errors.