# Functions
Append reads a layer from path and appends it the the v1.Image base.
Catalog returns the repositories in a registry's catalog.
Config returns the config file for the remote image ref.
Copy copies a remote image or index from src to dst.
CopyRepository copies every tag from src to dst.
Delete deletes the remote reference at src.
Digest returns the sha256 hash of the remote image at ref.
Export writes the filesystem contents (as a tarball) of img to w.
Get calls remote.Get and returns an uninterpreted response.
GetOptions exposes the underlying []remote.Option, []name.Option, and platform, based on the passed Option.
Head performs a HEAD request for a manifest and returns a content descriptor based on the registry's response.
Image creates a image with the given filemaps as its contents.
Insecure is an Option that allows image references to be fetched without TLS.
Layer creates a layer from a single file map.
ListTags returns the tags in repository src.
Load reads the tarball at path as a v1.Image.
LoadTag reads a tag from the tarball at path as a v1.Image.
Manifest returns the manifest for the remote image or index ref.
MultiSave writes collection of v1.Image img with tag as a tarball.
MultiSaveLegacy writes collection of v1.Image img with tag as a legacy tarball.
MultiSaveOCI writes collection of v1.Image img as an OCI Image Layout at path.
Pull returns a v1.Image of the remote image src.
PullLayer returns the given layer from a registry.
Push pushes the v1.Image img to a registry as dst.
Save writes the v1.Image img as a tarball at path with tag src.
SaveLegacy writes the v1.Image img as a legacy tarball at path with tag src.
SaveOCI writes the v1.Image img as an OCI Image Layout at path.
Tag adds tag to the remote img.
Upload pushes the v1.Layer to a given repo.
WithAuth is a functional option for overriding the default authenticator for remote operations.
WithAuthFromKeychain is a functional option for overriding the default authenticator for remote operations, using an authn.Keychain to find credentials.
WithContext is a functional option for setting the context.
WithJobs sets the number of concurrent jobs to run.
WithNoClobber modifies behavior to avoid overwriting existing tags, if possible.
WithNondistributable is an option that allows pushing non-distributable layers.
WithPlatform is an Option to specify the platform.
WithTransport is a functional option for overriding the default transport for remote operations.
WithUserAgent adds the given string to the User-Agent header for any HTTP requests.
# Type aliases
Option is a functional option for crane.