package
1.10.16
Repository: https://github.com/hyperhq/hypercli.git
Documentation: pkg.go.dev

# Packages

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

# Functions

NewFromJSON creates an Image configuration from json.
NewFSStoreBackend returns new filesystem based backend for image.Store.
NewImageStore returns new store object for given layer store.
NewRootFS returns empty RootFS struct.

# Structs

History stores build commands that were used to create an image.
Image stores the image configuration.
RootFS describes images root filesystem This is currently a placeholder that only supports layers.
V1Image stores the V1 image configuration.

# Interfaces

Exporter provides interface for exporting and importing images.
LayerGetReleaser is a minimal interface for getting and releasing images.
Store is an interface for creating and accessing images.
StoreBackend provides interface for image.Store persistence.

# Type aliases

ID is the content-addressable ID of an image.
IDWalkFunc is function called by StoreBackend.Walk.