# Functions
LoadManifestDescriptor loads the manifest descriptor to be used to retrieve the image name when pulling an image.
NewReference returns an OCI reference for a directory and a image.
ParseReference converts a string, which should not start with the ImageTransport.Name prefix, into an OCI ImageReference.
# Variables
ErrMoreThanOneImage is an error returned when the manifest includes more than one image and the user should choose which one to use.
Transport is an ImageTransport for OCI directories.