Documentation
¶
Overview ¶
Package images provides container image registry helpers for the ToolHive ecosystem: credential keychains for go-containerregistry and related image-reference utilities.
The keychains resolve registry credentials from environment variables (per-registry or generic) before falling back to the default Docker config keychain, so headless environments (CI, Kubernetes pods) can authenticate without a Docker config file.
This package is Alpha stability. The API may change significantly before reaching stable status in v1.0.0.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCompositeKeychain ¶
NewCompositeKeychain creates a keychain that tries environment variables first, then falls back to the default keychain
Types ¶
This section is empty.