Files
moby/registry
Sebastiaan van Stijn d66cf14a87 registry: replace pkg/homedir.GetConfigHome for os.UserConfigDir
The registry package is used in docker/cli, and currently depends on
pkg/homedir. This package was anly used when running with rootlesskit,
which only is supported on Linux; on other platforms, homedir.GetConfigHome
would return an error;
abba330bbf/pkg/homedir/homedir_others.go (L24-L27)

Replace homedir.GetConfigHome with os.UserConfigDir from stdlib, which
is similar, with exception of not falling back to `getent` for
resolving the user's homedir, which would be a corner-case.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-07-14 23:30:54 +02:00
..
2025-06-26 12:07:38 +00:00
2025-06-07 09:57:58 +02:00
2025-05-30 15:59:15 +02:00
2025-05-30 15:59:15 +02:00