osbuild2: expose new gpgkeys.fromtree osbuild option
The `org.osbuild.rpm` stage gained a new option `gpgkeys.fromtree` which is a list of paths with files containing gpgkeys that will be imported after the package installation phase is done.
This commit is contained in:
parent
4b53312b7c
commit
92d32e697d
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ type RPMStageOptions struct {
|
|||
// Array of GPG key contents to import
|
||||
GPGKeys []string `json:"gpgkeys,omitempty"`
|
||||
|
||||
// Array of files in the tree containing GPG keys to import
|
||||
GPGKeysFromTree []string `json:"gpgkeys.fromtree,omitempty"`
|
||||
|
||||
// Prevent dracut from running
|
||||
DisableDracut bool `json:"disable_dracut,omitempty"`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue