package
0.0.0-20230522025900-293e5dee5d55
Repository: https://github.com/nextlinux/stereoscope.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

DetectSource takes a user string and determines the image source (e.g.
DetectSourceFromPath will distinguish between a oci-layout dir, oci-archive, and a docker-archive for a given filesystem.
DetermineDefaultImagePullSource takes an image reference string as input, and determines a Source to use to pull the image.
New provides a new (unread) image object.
NewFileCatalog returns an empty FileCatalog.
NewImage provides a new (unread) image object.
No description provided by the author
ParseSourceScheme attempts to resolve a concrete image source selection from a scheme in a user string.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

FileCatalog represents all file metadata and source tracing for all files contained within the image layer blobs (i.e.
Image represents a container image.
Metadata represents container layer metadata.
Metadata represents container image metadata.
Platform is a subset of the supported fields from specs "github.com/opencontainers/image-spec/specs-go/v1.Platform".
RegistryCredentials contains any information necessary to authenticate against an OCI-distribution-compliant registry (either with basic auth, or bearer token, or ggcr authenticator implementation).
RegistryOptions for the OCI registry provider.

# Interfaces

No description provided by the author
Provider is an abstraction for any object that provides image objects (e.g.

# Type aliases

No description provided by the author
Source is a concrete a selection of valid concrete image providers.