package
3.0.0+incompatible
Repository: https://github.com/lsm5/containers-image.git
Documentation: pkg.go.dev
# Functions
ChooseManifestInstanceFromManifestList returns a digest of a manifest appropriate for the current system from the manifest available from src.
FromSource returns a types.ImageCloser implementation for the default instance of source.
FromUnparsedImage returns a types.Image implementation for unparsed.
UnparsedInstance returns a types.UnparsedImage implementation for (source, instanceDigest).
# Constants
GzippedEmptyLayerDigest is a digest of GzippedEmptyLayer.
# Variables
GzippedEmptyLayer is a gzip-compressed version of an empty tar file (1024 NULL bytes) This comes from github.com/docker/distribution/manifest/schema1/config_builder.go; there is a non-zero embedded timestamp; we could zero that, but that would just waste storage space in registries, so let’s use the same values.
# Structs
UnparsedImage implements types.UnparsedImage .