eyecantcu/Kernel Signer
Signs kernel in image via Podman
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Image containing kernel | yes | — |
| default_tag | Default tag used by container | yes | latest |
| kernel_suffix | Allows passing a custom kernel suffix. Only use if kernel package name has been changed | no | — |
| privkey | Private key, path to private key, or URL to retrieve private key | yes | /etc/pki/kernel/private/private_key.priv |
| pubkey | Public key, path to public key, or URL to retrieve public key | yes | /etc/pki/kernel/public/public_key.der |
| repository | Repository containing image | yes | localhost |
| tags | Tags used by container | yes | latest |
| strip | Whether or not to strip existing secure boot keys from the kernel | no | true |
Outputs
no outputs