Skip to content

vouch-opensource/linuxkit-build

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linuxkit-build

A Github action to enable LinuxKit OS image builds

LinuxKit describes itself as:

A toolkit for building secure, portable and lean operating systems for containers

This action relies on a Docker image of LinuxKit

Inputs

config

Required LinuxKit YAML file(s) to build (eg lxk.yml). There is no default.

format

Optional The format(s) for the output (eg aws, gcp, iso-efi, etc...).

Default: kernel+initrd

Outputs

files

The files that were built

Example usage - default

# Check the action marketplace for the latest version tag
uses: actions/[email protected]
with:
  config: lxk-build.yml

Example usage - AWS

# Check the action marketplace for the latest version tag
uses: actions/[email protected]
with:
  config: lxk-build.yml
  format: aws

License

The scripts and documentation in this project are released under the MIT License