Remove docker/docker dependency in favor of moby/moby packages - #1689
Merged
Conversation
Contributor
|
Thanks for this @mattsanta! Can you fix up your DCO check? |
Contributor
Author
All set! Are you also able to take a look at a PR to remove this dependency from buildpacks/pack as well? buildpacks/pack#2659 |
Contributor
|
Sorry - I did things out of order @mattsanta. Can you rebase/resolve the conflicts and I'll review + merge. I am not a maintainer on |
…possible Signed-off-by: mattsanta <mattsanta@google.com>
jabrown85
approved these changes
Aug 10, 2026
jabrown85
enabled auto-merge
August 10, 2026 16:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
docker/docker packages were deprecated in favor of moby packages with release of docker 29, see https://docs.docker.com/engine/release-notes/29/#2900.
For one of the current uses chose to copy the method instead to avoid pulling a ton of root dependencies in moby. Even the docker/cli package chose to copy this method for the same reason, see here.
Release notes
Remove deprecated docker packages in favor of moby packages.