# Functions
MakeV1ConfigFromConfig creates an legacy V1 image config from image config JSON.
NewConfigManifestBuilder is used to build new manifests for the current schema version from an image configuration and a set of descriptors.
NewReferenceManifestBuilder is used to build new manifests for the current schema version using schema1 dependencies.
Sign signs the manifest with the provided private key, returning a SignedManifest.
SignWithChain signs the manifest with the given private key and x509 chain.
Verify verifies the signature of the signed manifest returning the public keys used during signing.
VerifyChains verifies the signature of the signed manifest against the certificate pool returning the list of verified chains.
# Constants
MediaTypeManifest specifies the mediaType for the current version.
MediaTypeManifestLayer specifies the media type for manifest layers.
MediaTypeSignedManifest specifies the mediatype for current SignedManifest version.
# Variables
SchemaVersion provides a pre-initialized version structure for this packages version of the manifest.
# Structs
FSLayer is a container struct for BlobSums defined in an image manifest.
History stores unstructured v1 compatibility information.
Manifest provides the base accessible fields for working with V2 image format in the registry.
Reference describes a manifest v2, schema version 1 dependency.
SignedManifest provides an envelope for a signed image manifest, including the format sensitive raw bytes.