Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildOciRepoRef ¶
func BuildOciRepoRef(ociSpec *domain.OciRepoSpec, ref string) (*remote.Repository, error)
BuildOciRepoRef creates a fully configured ORAS remote.Repository from an OciRepoSpec and a full reference string (e.g. "registry.example.com/my-image"). It sets up TLS, credentials, and HTTP scheme based on the spec. Callers that push artifacts should also set repoRef.SkipReferrersGC = true.
func BuildOciTLSConfig ¶
func BuildOciTLSConfig(ociSpec *domain.OciRepoSpec) (*tls.Config, error)
BuildOciTLSConfig builds a *tls.Config from an OciRepoSpec, applying InsecureSkipVerify and custom CA certificates as configured.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.