github us/mocker v0.4.0

latest releases: v0.9.3, v0.9.2, v0.9.1...
3 months ago

0.4.0 (2026-06-16)

⚠ BREAKING CHANGES

  • image inspect output now uses the Docker ImageInspect shape — a JSON array of objects with PascalCase keys (Id, RepoTags, Created, Size, Config, RootFS, ...) instead of a single object with lowercase keys (id, repository, tag, size, created, labels). The Id field now reports the image config digest (Docker parity) rather than the index digest, so it differs from 'mocker images'. MockerKit consumers: ImageManager.inspect(_:) now returns ImageInspect (was ImageInfo) and takes an optional platform: argument.

Bug Fixes

  • add Docker-compatible ImageInspect model and mapping (aa318d5)
  • address image inspect review feedback (8c6c5ec)
  • compose: forward published ports (#19) and accept -f before subcommand (#21) (#22) (5255e50)
  • make image inspect Docker-compatible and honor --type (2b80af3)

Don't miss a new mocker release

NewReleases is sending notifications on new releases.