# Functions

No description provided by the author
No description provided by the author
Insecure returns a CraneOption that sets the auth to insecure.
NewCraneResolver returns a CraneResolver with the applied options.
NewSkopeoResolver returns the skopeo resolver setting the exec filepath and the authfile used by skopeo.
WithDefaultAuth returns a CraneOption that sets the auth to the default keychain.
WithUserPassAuth returns a CraneOption that adds an authenticator.

# Constants

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

# Structs

DefaultResolver uses the containers series of libraries to resolve image digests.
Script supports using a script/executable as an image resolver.
Skopeo is the default image resolver using skopeo.

# Interfaces

ImageResolve implements a method of identifying an image reference.

# Type aliases

CraneOption is a function that configures the `CraneResolver`.
No description provided by the author
No description provided by the author