package
2.1.4-stackrox+incompatible
Repository: https://github.com/stackrox/scanner.git
Documentation: pkg.go.dev
# Functions
Extract streams an image layer from disk or over HTTP, determines the image format, then extracts the files specified.
Extractors returns the list of the registered extractors.
RegisterExtractor makes an extractor available by the provided name.
SetInsecureTLS sets the insecureTLS to control whether TLS server's certificate chain and hostname are verified when pulling layers.
UnregisterExtractor removes a Extractor with a particular name from the list.
# Variables
ErrCouldNotFindLayer is returned when we could not download or open the layer file.
# Interfaces
Extractor represents an ability to extract files from a particular container image format.