mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
This field was exported, but never mutated outside of the package, and effectively a rather "creative" way to define a method on LocalRegistry. While un-exporting also store these paths in a field, instead of constructing them on every call, as the results won't change during the lifecycle of the LocalRegistry. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>