package
1.0.0-beta.7
Repository: https://github.com/sylabs/singularity-cri.git
Documentation: pkg.go.dev

# Functions

LibraryInfo queries remote library to get info about the image.
NormalizedImageRef appends tag 'latest' if the passed ref does not have any tag or digest already.
ParseRef constructs image reference based on imgRef.
Pull pulls image referenced by ref and saves it to the passed location.

# Constants

IDLen reflects number of symbols in image unique ID.

# Variables

ErrIsUsed notifies that image is currently being used by someone.
ErrNotFound notifies that image is not found thus cannot be pulled.
ErrNotLibrary is used when user tried to get library image metadata but provided non library image reference.

# Structs

Info represents image stored on the host filesystem.
Reference holds parsed content of image reference.