Documentation
¶
Overview ¶
Package verify provides the "verify" command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVerifyCmd ¶
NewVerifyCmd creates the command 'verify' used in 'docker lock verify'.
Types ¶
type Flags ¶
type Flags struct {
LockfileName string
EnvPath string
IgnoreMissingDigests bool
UpdateExistingDigests bool
ExcludeTags bool
}
Flags holds all command line options for Dockerfiles, Composefiles, and Kubernetesfiles.
func NewFlags ¶
func NewFlags( lockfileName string, envPath string, ignoreMissingDigests bool, updateExistingDigests bool, excludeTags bool, ) (*Flags, error)
NewFlags returns Flags for Dockerfiles, Composefiles, and Kubernetesfiles, after validating their fields.
lockfileName may not contain slashes.
Click to show internal directories.
Click to hide internal directories.