Skip to content

EyecantCU's kernel signer but with docker support instead of podman/buildah

Notifications You must be signed in to change notification settings

atomic-studio-org/kernel-signer-docker

 
 

Repository files navigation

Kernel Signer

An action for signing kernels inside containers.

Usage

This is an example of what your workflow should look like:

jobs:
  example:
    runs-on: ubuntu-latest

    permissions: {}

    name: Sign kernel inside container
    steps:
      - name: Sign kernel
        uses: atomic-studio-org/[email protected]
        with:
          image: kernel-signer-test
          privkey: /path/to/privkey
          pubkey: /path/to/pubkey
          tags: |
            latest
            20240110

The image should contain the kernel you'd like to sign. The private and public keys can be passed as files on the image, files local to the source tree, secrets, URLs that contain either key, or plaintext. A singular tag can be passed, or a list of tags may be passed as in the example.

About

EyecantCU's kernel signer but with docker support instead of podman/buildah

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 94.3%
  • Dockerfile 5.7%