DockerCLI/cli/config
Sebastiaan van Stijn 379122b033
cli/config: remove warning for deprecated ~/.dockercfg file
The `~/.dockercfg` file was replaced by `~/.docker/config.json` in 2015
(github.com/docker/docker/commit/18c9b6c6455f116ae59cde8544413b3d7d294a5e).

Commit b83bc67136 (v23.0.0, but backported to
v20.10) added a warning if no "current" config file was found but a legacy
file was, and if the CLI would fall back to using the deprecated file.

Commit ee218fa89e removed support for the
legacy file, but kept a warning in place if a legacy file was in place,
and now ignored.

This patch removes the warning as well, fully deprecating the legacy
`~/.dockercfg` file.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-10 10:58:10 +02:00
..
configfile cli/config/configfile: remove deprecated StackOrchestrator field 2023-04-01 20:36:02 +02:00
credentials cli/config: use strings.Cut 2022-12-29 15:19:31 +01:00
types Remove docker api dependency from cli/config 2019-01-31 21:25:43 +00:00
config.go cli/config: remove warning for deprecated ~/.dockercfg file 2023-05-10 10:58:10 +02:00
config_test.go cli/config: remove warning for deprecated ~/.dockercfg file 2023-05-10 10:58:10 +02:00