package
0.0.0-20250318002844-2dea39260d94
Repository: https://github.com/mudler/luet.git
Documentation: pkg.go.dev

# Functions

Available checks if the image is available in the remote endpoint.
CreateTar a imagetarball from a standard tarball.
No description provided by the author
Extract is just syntax sugar around ExtractReader.
ExtractDeltaAdditionsFromImages is a filter that takes two images an includes and an excludes list.
ExtractFiles returns a filter that extracts files from the given path (if not empty) It then filters files by an include and exclude list.
ExtractReader perform the extracting action over the io.ReadCloser it extracts the files over output.
ExtractTo is just syntax sugar around ExtractReader.
New creates a new key-value cache the cache acts in memory as long as the maxItemsize is not reached.

# Structs

Cache represents a key-value store which is capable to upgrade to disk when it reaches a pre-defined threshold.
CacheResult represent the key value result when iterating over the cache.
No description provided by the author
No description provided by the author