Skip to content

linuxkit-builder

Actions
Build multiarch OS images using LinuxKit
1.2
Latest
Star (2)

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

linuxkit-builder is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Build multiarch OS images using LinuxKit
1.2
Latest

linuxkit-builder is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.