Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ZstdLayerConvertFunc ¶ added in v1.6.1
func ZstdLayerConvertFunc(options types.ImageConvertOptions) (converter.ConvertFunc, error)
ZstdLayerConvertFunc converts legacy tar.gz layers into zstd layers with the specified compression level.
Types ¶
type ConvertedImageInfo ¶
type ConvertedImageInfo struct { // Image is the reference of the converted image. // The reference is the image's name and digest concatenated with "@" (i.e. `<name>@<digest>`). Image string `json:"Image"` // ExtraImages is a set of converter-specific additional images (e.g. external TOC image of eStargz). // The reference format is the same as the "Image" field. ExtraImages []string `json:"ExtraImages"` }
ConvertedImageInfo is information of the images created by a conversion.
Click to show internal directories.
Click to hide internal directories.