tinkerbell / hook

In-memory Operating System Installation Environment for Executing Tinkerbell Workflows
Apache License 2.0
101 stars 48 forks source link

Allow building HookOS from existing kernel image: #233

Closed jacobweinstock closed 2 months ago

jacobweinstock commented 2 months ago

Description

When the kernel-releases.json is updated, which is pretty frequent, a new point release will be available and require Users to build the kernel. With this commit, USE_LATEST_BUILT_KERNEL allows a User to build HookOS without having to build the kernel. This is done by getting the latest point release from quay.io/tinkerbell/hook-kernel image tags.

Why is this needed

Fixes: #

How Has This Been Tested?

How are existing users impacted? What migration steps/scripts do we need?

Checklist:

I have: