Versions in this module Expand all Collapse all v1 v1.4.4 Mar 5, 2021 Changes in this version + func AddRefPrefix(image string) func(string) string + func DigestTranslator(prefix string) func(digest.Digest) string + func Export(ctx context.Context, store content.Provider, writer io.Writer, ...) error + func FilterRefPrefix(image string) func(string) string + func ImportIndex(ctx context.Context, store content.Store, reader io.Reader, opts ...ImportOpt) (ocispec.Descriptor, error) + type ExportOpt func(context.Context, *exportOptions) error + func WithAllPlatforms() ExportOpt + func WithImage(is images.Store, name string) ExportOpt + func WithManifest(manifest ocispec.Descriptor, names ...string) ExportOpt + func WithPlatform(p platforms.MatchComparer) ExportOpt + func WithSkipDockerManifest() ExportOpt + type ImportOpt func(*importOpts) error + func WithImportCompression() ImportOpt