Skip to content

v0.68.1

Latest

Choose a tag to compare

@jleni jleni released this 08 Sep 18:46
d50a491

Highlights

  • Image pulls no longer hang. checkAndPullImage rejects 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 audit reports no advisories.

Full changes: v0.68.0...v0.68.1