dotnet / Docker.DotNet

:whale: .NET (C#) Client Library for Docker API
https://www.nuget.org/packages/Docker.DotNet/
MIT License
2.23k stars 381 forks source link

feat: Update to Docker v24.0.2 #639

Closed HofmeisterAn closed 1 year ago

HofmeisterAn commented 1 year ago

What does this PR do?

The pull request updates Moby to its latest version, v24.0.2. A few classes have been renamed:

This change https://github.com/moby/moby/commit/240a9fcb833996b1365266b906e181a1a6e06549 requires probably slightly more adjustments. specgen fails to generate structs because the file name clashes. Specifically the Info, Secret and Topology structs for swarm and volume.

Why is it important?

-

Related issues

-