Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // Source image reference Source string // Platform to enforce for Source image Platform specs.Platform // Includes a subset of files/dirs from the Source image Includes []string // All extracts all architectures if Source image is a manifest list All bool // Dist folder Dist string // Wrap merges output in Dist folder for a manifest list Wrap bool // RegistryInsecure allows contacting the registry or docker daemon over // HTTP, or HTTPS with failed TLS verification RegistryInsecure bool // RegistryUserAgent is the User-Agent string to send to the registry RegistryUserAgent string // CacheDir is the directory where the cache is stored CacheDir string }
Options represents image extractor options
Click to show internal directories.
Click to hide internal directories.