Skip to content

chore(deps): bump github.com/docker/cli from 28.5.2+incompatible to 29.2.0+incompatible in /backend#1604

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/backend/github.com/docker/cli-29.2.0incompatible
Open

chore(deps): bump github.com/docker/cli from 28.5.2+incompatible to 29.2.0+incompatible in /backend#1604
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/backend/github.com/docker/cli-29.2.0incompatible

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2026

Bumps github.com/docker/cli from 28.5.2+incompatible to 29.2.0+incompatible.

Commits
  • 0b9d198 Merge pull request #6764 from vvoland/update-docker
  • 9c9ec73 vendor: github.com/moby/moby/client v0.2.2
  • bab3e81 vendor: github.com/moby/moby/api v1.53.0
  • 2e64fc1 Merge pull request #6367 from thaJeztah/template_slicejoin
  • 1f2ba2a Merge pull request #6760 from thaJeztah/container_create_fix_error
  • e34a342 templates: make "join" work with non-string slices and map values
  • a86356d Merge pull request #6763 from thaJeztah/bump_mapstructure
  • 771660a vendor: github.com/go-viper/mapstructure/v2 v2.5.0
  • 9cff36b Merge pull request #6762 from thaJeztah/bump_x_deps
  • 08ed2bc cli/command/container: make injecting config.json failures a warning
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/docker/cli [>= 29.1.a, < 29.1.1000000]

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jan 31, 2026
@dependabot dependabot bot requested a review from a team January 31, 2026 02:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jan 31, 2026
@github-actions
Copy link

github-actions bot commented Jan 31, 2026

🔍 Deadcode Analysis

Found 0 unreachable functions in the backend.

View details
/home/runner/go/pkg/mod/github.com/docker/buildx@v0.30.1/util/dockerutil/api.go:41:34: cannot use dockerclient.WithTraceOptions(otelhttp.WithPropagators(propagation.NewCompositeTextMapPropagator(propagation.TraceContext{}, propagation.Baggage{}))) (value of func type "github.com/docker/docker/client".Opt) as "github.com/moby/moby/client".Opt value in argument to append
/home/runner/go/pkg/mod/github.com/docker/buildx@v0.30.1/util/dockerutil/api.go:45:53: cannot use clientOpts (variable of type []"github.com/moby/moby/client".Opt) as []"github.com/docker/docker/client".Opt value in argument to dockerclient.NewClientWithOpts
/home/runner/go/pkg/mod/github.com/docker/compose/v5@v5.0.2/cmd/formatter/container.go:225:36: cannot use ports (variable of type []"github.com/docker/docker/api/types/container".Port) as []"github.com/moby/moby/api/types/container".PortSummary value in argument to formatter.DisplayablePorts
/home/runner/go/pkg/mod/github.com/docker/buildx@v0.30.1/builder/builder.go:398:59: cannot use dockerCli.Client() (value of interface type "github.com/moby/moby/client".APIClient) as "github.com/docker/docker/client".APIClient value in argument to driver.GetDefaultFactory: "github.com/moby/moby/client".APIClient does not implement "github.com/docker/docker/client".APIClient (wrong type for method BuildCachePrune)
		have BuildCachePrune("context".Context, "github.com/moby/moby/client".BuildCachePruneOptions) ("github.com/moby/moby/client".BuildCachePruneResult, error)
		want BuildCachePrune("context".Context, "github.com/docker/docker/api/types/build".CachePruneOptions) (*"github.com/docker/docker/api/types/build".CachePruneReport, error)
/home/runner/go/pkg/mod/github.com/docker/compose/v5@v5.0.2/pkg/compose/compose.go:176:61: cannot use (func(cli *command.DockerCli) (client.APIClient, error) literal) (value of type func(cli *command.DockerCli) ("github.com/docker/docker/client".APIClient, error)) as func(*command.DockerCli) ("github.com/moby/moby/client".APIClient, error) value in argument to command.WithInitializeClient
/home/runner/go/pkg/mod/github.com/docker/compose/v5@v5.0.2/pkg/compose/compose.go:236:9: cannot use s.dockerCli.Client() (value of interface type "github.com/moby/moby/client".APIClient) as "github.com/docker/docker/client".APIClient value in return statement: "github.com/moby/moby/client".APIClient does not implement "github.com/docker/docker/client".APIClient (wrong type for method BuildCachePrune)
		have BuildCachePrune("context".Context, "github.com/moby/moby/client".BuildCachePruneOptions) ("github.com/moby/moby/client".BuildCachePruneResult, error)
		want BuildCachePrune("context".Context, "github.com/docker/docker/api/types/build".CachePruneOptions) (*"github.com/docker/docker/api/types/build".CachePruneReport, error)
/home/runner/go/pkg/mod/github.com/docker/compose/v5@v5.0.2/pkg/compose/run.go:46:32: cannot use s.apiClient() (value of interface type "github.com/docker/docker/client".APIClient) as "github.com/moby/moby/client".ContainerAPIClient value in argument to cmd.ForwardAllSignals: "github.com/docker/docker/client".APIClient does not implement "github.com/moby/moby/client".ContainerAPIClient (wrong type for method ContainerAttach)
		have ContainerAttach("context".Context, string, "github.com/docker/docker/api/types/container".AttachOptions) ("github.com/docker/docker/api/types".HijackedResponse, error)
		want ContainerAttach("context".Context, string, "github.com/moby/moby/client".ContainerAttachOptions) ("github.com/moby/moby/client".ContainerAttachResult, error)
/home/runner/work/arcane/arcane/backend/internal/utils/projects/cmds.go:217:32: cannot use container.ListOptions{…} (value of struct type "github.com/docker/docker/api/types/container".ListOptions) as "github.com/moby/moby/client".ContainerListOptions value in argument to cli.ContainerList
/home/runner/work/arcane/arcane/backend/internal/utils/projects/cmds.go:217:9: cannot use cli.ContainerList(ctx, container.ListOptions{…}) (value of struct type "github.com/moby/moby/client".ContainerListResult) as []"github.com/docker/docker/api/types/container".Summary value in return statement
deadcode: packages contain errors

Only remove deadcode that you know is 100% no longer used.

Analysis from commit 154b992

@codecov
Copy link

codecov bot commented Jan 31, 2026

Bundle Report

Bundle size has no change ✅

@kmendell
Copy link
Member

@dependabot rebase

Bumps [github.com/docker/cli](https://github.com/docker/cli) from 28.5.2+incompatible to 29.2.0+incompatible.
- [Commits](docker/cli@v28.5.2...v29.2.0)

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-version: 29.2.0+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/backend/github.com/docker/cli-29.2.0incompatible branch from 354adf0 to 7bce6e8 Compare January 31, 2026 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant