Skip to content

Conversation

@oleksandr-nc
Copy link
Contributor

@oleksandr-nc oleksandr-nc commented Nov 14, 2025

Resolves: #698

What is changed when we bump version:

  1. We lost Docker < 25.0 support. We are fine with this. Docker-End-Of-Life link
  2. NetworkSettings.Networks.*.Aliases marked as deprecated, we need to switch to DNSNames - that value is removed starting API v1.45. We use this, but for now we are fine with it.
  3. In image metadata VirtualSize is renamed to Size - we do not use that, and fine with it, as we do not use it currently.

All other things from Docker Engine changelog does not affect us.

Docs: https://docs.docker.com/reference/api/engine/version-history/#v144-api-changes

Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
Copy link
Collaborator

@kyteinsky kyteinsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@oleksandr-nc oleksandr-nc merged commit 7188be2 into main Nov 14, 2025
34 checks passed
@oleksandr-nc oleksandr-nc deleted the feat/support-docker29 branch November 14, 2025 09:55
@oleksandr-nc
Copy link
Contributor Author

/backport to stable32

@oleksandr-nc
Copy link
Contributor Author

/backport to stable31

@tohuuuuu
Copy link

Hmm - please bear with me, but it seems that the fix didn't made it into 32.0.2? That's disappointing, since it seems to break the Collabra Office plugin on Debian 12. Is there a workaround until the fix is part of the official release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Breaks with Docker v29 due to Docker API Version <v1.44

4 participants