Documentation ¶
Index ¶
- Variables
- func LoadManifestDescriptor(imgRef types.ImageReference) (imgspecv1.Descriptor, error)
- func LoadManifestDescriptorWithContext(sys *types.SystemContext, imgRef types.ImageReference) (imgspecv1.Descriptor, error)
- func NewReference(file, image string) (types.ImageReference, error)
- func ParseReference(reference string) (types.ImageReference, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var Transport = ociArchiveTransport{}
Transport is an ImageTransport for OCI archive it creates an oci-archive tar file by calling into the OCI transport tarring the directory created by oci and deleting the directory
Functions ¶
func LoadManifestDescriptor ¶
func LoadManifestDescriptor(imgRef types.ImageReference) (imgspecv1.Descriptor, error)
LoadManifestDescriptor loads the manifest Deprecated: use LoadManifestDescriptorWithContext instead
func LoadManifestDescriptorWithContext ¶ added in v5.1.0
func LoadManifestDescriptorWithContext(sys *types.SystemContext, imgRef types.ImageReference) (imgspecv1.Descriptor, error)
LoadManifestDescriptorWithContext loads the manifest
func NewReference ¶
func NewReference(file, image string) (types.ImageReference, error)
NewReference returns an OCI reference for a file and a image.
func ParseReference ¶
func ParseReference(reference string) (types.ImageReference, error)
ParseReference converts a string, which should not start with the ImageTransport.Name prefix, into an OCI ImageReference.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.