krata/hack
Alex Zenla d46aa878af
feat(build): fetch kernels from image registry instead of building the kernel (#156)
Now that we have the kernel build infrastructure at https://github.com/edera-dev/kernels
it makes sense to drop building the kernel and download the kernel images directly.

This change introduces a ./hack/kernel/fetch.sh script which is backed by crates/build
We utilize the OCI infrastructure itself to download the kernel image. The DEV guide
has been updated to include calling the fetch script, and the OS builder now uses this
method instead. Due to the lack of need for the kernel build infra to exist here now,
it has also been removed. This should significantly speed up full builds.

This change will also enable us to turn on os build workflows for all PRs. We should
likely make the OS status checks required once this is merged.
2024-05-16 08:40:58 +00:00
..
build build: target: use alpine rust triplets when building on alpine (#49) 2024-04-12 08:40:44 +00:00
ci chore(workflows): fix release asset assembly for alpine/debian packages (#40) 2024-04-09 04:45:36 -07:00
code krata: implement guest reconciliation 2024-03-14 14:03:11 +00:00
debug debug: common: run programs in a way that is compatible with alpine doas-sudo-shim (#53) 2024-04-12 09:20:34 +00:00
dist feat(build): fetch kernels from image registry instead of building the kernel (#156) 2024-05-16 08:40:58 +00:00
initrd krata: rework cross-compilation 2024-03-21 21:31:10 +00:00
kernel feat(build): fetch kernels from image registry instead of building the kernel (#156) 2024-05-16 08:40:58 +00:00
os krata: reconcile improvements and better kratactl error experience 2024-03-23 07:00:12 +00:00