We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ef1b4e + e9c189e commit 61b9fd4Copy full SHA for 61b9fd4
cli/command/cli.go
@@ -48,7 +48,6 @@ type Cli interface {
48
Apply(ops ...CLIOption) error
49
config.Provider
50
ServerInfo() ServerInfo
51
- DefaultVersion() string
52
CurrentVersion() string
53
BuildKitEnabled() (bool, error)
54
ContextStore() store.Store
@@ -89,6 +88,8 @@ type DockerCli struct {
89
88
}
90
91
// DefaultVersion returns [api.DefaultVersion].
+//
92
+// Deprecated: this function is no longer used and will be removed in the next release.
93
func (*DockerCli) DefaultVersion() string {
94
return api.DefaultVersion
95
0 commit comments