You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pkg/docker/image.go:
- Fix StopWait() race: call wp.StopWait() explicitly before reading
lastError instead of deferring it. A deferred StopWait() evaluates
the return expression before workers finish, potentially returning
nil when a worker later records an error.
pkg/configurer/windows.go:
- isExitCode3010: tighten match string from '3010' to
'non-zero exit code: 3010' to avoid false positives on error messages
that incidentally contain those digits.
- Reboot: fix comment '/t 0' -> '/t 5' to match the actual command.
- Reboot: update top-level comment to describe the actual schtask
mechanism; remove stale reference to Restart-Computer -Force from
an earlier iteration.
0 commit comments