Catalog / Docker Compose

5.5.0

13 days agoaddedfixedchangedOriginal notes

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

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