-
-
Notifications
You must be signed in to change notification settings - Fork 9
feat: Update to Docker Engine v29 #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e673c0e to
b4bdcef
Compare
| // TODO: This type is no longer public (the JSON bool field was removed). | ||
| // Only the interface is available. For now, create an empty type so the | ||
| // code compiles, and we'll figure out the proper implementation later: | ||
| // https://github.com/moby/moby/blob/master/client/image_load.go | ||
| type ImageLoadResult struct{} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Fix this comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mdelapenya, could you please take a look at the Go changes in tools/specgen? It's basically just a type mapping, and I want to make sure I replaced the old types with the correct new ones. See:
csharptype.gomodeldefs.goresttag.gospecgen.go
The PR updates the Docker Engine API to version 29. Be aware that version 29 includes breaking changes and reorganizes the Go modules.
Note: This PR includes breaking changes. The project doesn't provide backward compatibility yet. This update makes Docker.DotNet compatible with Docker Engine v29 (API version 1.52). If you're running an older API version or downgrade the API version, some request and response models might be missing properties that were removed (deprecated) in v29.