Bump docker binaries versions (docker: 28.2.2
, compose: 2.36.2
, buildx: 0.24.0
)
#10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of the Pull Request
Update docker (and related tooling) to the latest version.
Detailed Description of the Pull Request / Additional comments
The core motivation is to have a version of the docker client that does
not attempt to mutate/rewrite the config
(docker/cli#5553).
This is in preparation of a future enhancement to share the same client
configuration of the windows host and to provide a seamless experience.
This could include also the auth via credential helpers running on the
host (e.g. a basic scenario is to at least use the windows credential
manager to avoid storing static credentials in plain in the config file).
I did not push anything yet because i am waiting to see if docker/cli#5948
get merged as it would probably provide a better and simpler out of the
box experience.