Categorygithub.com/tinkerbell/actions
repository
0.0.0-20240905033552-c50090bf3da5
Repository: https://github.com/tinkerbell/actions.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Actions

This repository is a suite of reusable Tinkerbell Actions that are used to compose Tinkerbell Workflows.

NameDescription
archive2diskWrite archives to a block device
cexecchroot and execute binaries
grub2diskWrite grub configs to a block device
image2diskWrite images to a block device
kexeckexec to a Linux Kernel
oci2diskStream OCI compliant images from a registry and write to a block device
qemuimg2diskStream images and write to a block device
rootioManage disks (partition, format etc)
slurpStream a block device to a remote server
syslinuxInstall the syslinux bootloader to a block device
writefileWrite a file to a file system on a block device

Releases

Actions are released on a per revision basis. With each PR merged, all Actions are built and pushed to quay.io tagged with the Git revision. The latest tag is updated to point to the new image.

We try not to make changes that would break Actions, but we do not provide a backward compatibility guarantee. We recommend using the static Git revision tag for most deployments.

Our release process may provide stronger compatibility guarantees in the future.

Community Actions

Actions are one of the best parts of Tinkerbell. These reusable building blocks allow us to evolve the way we provision and interact with machines. And sharing Actions is a great way to participate in this evolution. The Actions below are built and maintained by community members, like you! To add your own Action to the list, raise a PR. If you find an Action that's no longer maintained, please raise an issue or PR to have it removed.

A couple recommendations for making your Action as community friendly as possible:

  • Host your Action in a container registry that's publicly accessible. Here's an example Github Action that builds and pushes an image to ghcr.io.
  • Include a README with usage instructions and examples.

Actions List

  • waitdaemon - Run an Action that always reports successful. Useful for reboot, poweroff, or kexec Actions.