Docker Compose v5.5.0

v5.5.0
Changed 2
  • Overhaul image digest reconciliation to prevent unnecessary container recreation
  • compose pull now honors pull_policy refresh windows (daily, weekly, every_N)
Fixed 7
  • Skip pulling default image references for build-only services
  • Stop pruning every dangling image of the project during watch
  • Resolve service environment when computing --hash in config
  • Skip unreadable directories instead of failing the watch
  • Ignore one-off container events in up monitor
  • Validate arguments of bridge subcommands
  • Tolerate containers whose image record is gone
What's Changed

ℹ️ This release overhauls image digest reconciliation to prevent unnecessary container recreation.
Existing containers may be recreated the first time you run compose up after upgrading, as image digests are re-evaluated using the new logic.

compose pull now honors pull_policy refresh windows (daily, weekly, every_N).

✨ Improvements
🐛 Fixes
🔧 Internal
⚙️ Dependencies
New Contributors

Full Changelog: https://github.com/docker/compose/compare/v5.4.0...v5.5.0

View original

Upgraded? How did it go?

Discussion