# Functions
CreateDepListFromImageID returns the flat dependency tree of the image with the provided imageID.
CreateDepListFromNameLabels returns the flat dependency tree of the image with the provided app name and optional labels.
GetRenderedACI, given an image app name and optional labels, starts with the best matching image available in the store, creates the dependencies list and returns the RenderedACI list.
GetRenderedACIFromList returns the RenderedACI list.
GetRenderedACIWithImageID, given an imageID, starts with the matching image available in the store, creates the dependencies list and returns the RenderedACI list.
No description provided by the author
# Interfaces
An ACIProvider provides functions to get an ACI contents, to convert an ACI hash to the key under which the ACI is known to the provider and to resolve an image ID to the key under which it's known to the provider.
An ACIRegistry provides all functions of an ACIProvider plus functions to search for an aci and get its contents.
# Type aliases
Images encapsulates an ordered slice of Image structs.
RenderedACI is an (ordered) slice of ACIFiles.