migrate to github.com/moby/moby/client module#500
Conversation
24b4229 to
81ae0e2
Compare
81ae0e2 to
ad4233f
Compare
|
I should note that this drops support for EOL versions of Docker (Docker < v25.0), and only supports API versions v1.44 and up; https://pkg.go.dev/github.com/moby/moby/client@v0.2.1#MinAPIVersion At least for automatic version negotiation; it does still allow overriding the API version through the |
|
/cc @kzantow @wagoodman this one should be ready for review
|
|
Thanks for this, I see the Docker repo now redirects to Moby. Due to the minimum version change, it's going to take some due diligence to understand if we are able to take this change yet, so apologies in advance if it's not merged with a lot of haste 🤞 |
Yeah, the redirect was in place for quite some Years, but the go code was still using The repository is not a multi-module repository with 3 modules;
Sure, no problem! Let me know if help / input is needed 👍 |
ad4233f to
114d881
Compare
|
Thanks @thaJeztah for your work on this 🙌 ! |
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
Thanks! Oh for this one;
The upcoming v0.2.3 version of the client module lowers the minimum version to API v1.40 (docker 19.03 and up); there may be some limitations, but probably really edge-case (not impacting code here). It's not released yet, but should be a straight update once it's there 👍 |
Uh oh!
There was an error while loading. Please reload this page.