Bump github.com/docker/docker from 27.2.1+incompatible to 28.0.0+incompatible#118
Merged
YoshihitoAso merged 4 commits intodev-2.6from Aug 15, 2025
Conversation
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.2.1+incompatible to 28.0.0+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v27.2.1...v28.0.0) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-version: 28.0.0+incompatible dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Member
|
@dependabot rebase |
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.2.1+incompatible to 28.0.0+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v27.2.1...v28.0.0) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-version: 28.0.0+incompatible dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
f2f014e to
a44d849
Compare
…compatible' of https://github.com/BoostryJP/quorum into dependabot/go_modules/github.com/docker/docker-28.0.0incompatible
Updated all imports from github.com/docker/docker/pkg/reexec to github.com/moby/sys/reexec across multiple files. This change modernizes the dependency and aligns with upstream package migration.
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Docker dependency from version 27.2.1 to 28.0.0, which includes a breaking change where the reexec package has been moved from github.com/docker/docker/pkg/reexec to github.com/moby/sys/reexec.
- Update Docker dependency to v28.0.0+incompatible
- Replace all import references from the old Docker reexec package to the new Moby sys/reexec package
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updates Docker dependency version and adds new Moby sys/reexec dependency |
| p2p/simulations/adapters/types.go | Replaces Docker reexec import with Moby sys/reexec import |
| p2p/simulations/adapters/exec.go | Replaces Docker reexec import with Moby sys/reexec import |
| internal/cmdtest/test_cmd.go | Replaces Docker reexec import with Moby sys/reexec import |
| cmd/geth/run_test.go | Replaces Docker reexec import with Moby sys/reexec import |
| cmd/ethkey/run_test.go | Replaces Docker reexec import with Moby sys/reexec import |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
YoshihitoAso
approved these changes
Aug 15, 2025
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.
Bumps github.com/docker/docker from 27.2.1+incompatible to 28.0.0+incompatible.
Release notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
af898abMerge pull request #49495 from vvoland/update-buildkitd67f035vendor: github.com/moby/buildkit v0.20.000ab386Merge pull request #49491 from vvoland/update-buildkit1fde8c4builder-next: fix cdi managercde9f07vendor: github.com/moby/buildkit v0.20.0-rc389e1429Merge pull request #49490 from thaJeztah/dockerfile_lintingb2b5590Dockerfile: fix linting warnings62bc597Merge pull request #49480 from thaJeztah/docs_api_1.48670cd81Merge pull request #49485 from vvoland/c8d-list-panica3628f3docs/api: add documentation for API v1.48Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.