Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBlockedRegistries ¶
GetBlockedRegistries obtains the list of blocked registries defined in the global registries file.
func GetInsecureRegistries ¶
GetInsecureRegistries obtains the list of insecure registries from the global registration file.
func GetRegistries ¶
GetRegistries obtains the list of search registries defined in the global registries file.
func GetRegistriesData ¶
func GetRegistriesData() ([]sysregistriesv2.Registry, error)
GetRegistriesData obtains the list of registries
func SystemRegistriesConfPath ¶
func SystemRegistriesConfPath() string
SystemRegistriesConfPath returns an appropriate value for types.SystemContext.SystemRegistriesConfPath (possibly "", which is not an error), taking into account rootless mode and environment variable overrides.
FIXME: This should be centralized in a global SystemContext initializer inherited throughout the code, not haphazardly called throughout the way it is being called now.
Types ¶
This section is empty.