Versions in this module Expand all Collapse all v0 v0.1.1 Feb 7, 2023 v0.1.0 Feb 7, 2023 Changes in this version + func Image(fetcher remotes.Fetcher, desc ocispec.Descriptor) ociimage.Image + type Registry struct + func DockerRegistry(configPaths []string, opts ...auth.ResolverOption) (*Registry, error) + func (r *Registry) Push(ctx context.Context, ref string, img ociimage.Image) error + func (r *Registry) Resolve(ctx context.Context, ref string) (ociimage.Image, error)