Versions in this module Expand all Collapse all v1 v1.4.6 Mar 18, 2021 Changes in this version + func ClearGCLabels(labels map[string]string, dgst digest.Digest) + func Convert(ctx context.Context, client Client, dstRef, srcRef string, opts ...Opt) (*images.Image, error) + func ConvertDockerMediaTypeToOCI(mt string) string + type Client interface + ContentStore func() content.Store + ImageService func() images.Store + WithLease func(ctx context.Context, opts ...leases.Opt) (context.Context, func(context.Context) error, error) + type ConvertFunc func(ctx context.Context, cs content.Store, desc ocispec.Descriptor) (*ocispec.Descriptor, error) + func DefaultIndexConvertFunc(layerConvertFunc ConvertFunc, docker2oci bool, ...) ConvertFunc + type DualConfig map[string]*json.RawMessage + type DualIndex struct + type DualManifest struct + type ObjectWithMediaType struct + MediaType string + type Opt func(*convertOpts) error + func WithDockerToOCI(v bool) Opt + func WithIndexConvertFunc(fn ConvertFunc) Opt + func WithLayerConvertFunc(fn ConvertFunc) Opt + func WithPlatform(p platforms.MatchComparer) Opt