Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 07:38

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)