Documentation
¶
Overview ¶
Package pkgverify verifies producer-native RPM and APK package signatures through fixed, networkless container invocations and producer public keys.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// DockerPath overrides the docker executable. Empty resolves "docker" from PATH.
DockerPath string
// FedoraImage overrides the pinned RPM verification image.
FedoraImage string
// AlpineImage overrides the pinned APK verification image.
AlpineImage string
// Environ is the child process environment. Nil inherits the parent.
Environ []string
// Stderr receives live container diagnostics. Nil discards them.
Stderr io.Writer
}
Options configures a Verifier.
Click to show internal directories.
Click to hide internal directories.