Highlights
- Image pulls no longer hang.
checkAndPullImagerejects when the pull produces no progress for 120 s and tears the stream down. The same bound is applied as the Docker client socket timeout, so a daemon that accepts the request but never answers is covered too.EmuContainer.checkAndPullImage(image, inactivityTimeout)accepts a different bound. Fixes #564. - Regression tests for the pull failure paths run without a Docker daemon.
- Dev dependencies refreshed;
pnpm auditreports no advisories.
Full changes: v0.68.0...v0.68.1