feat: implement kernel / initrd oci image support

This commit is contained in:
Alex Zenla
2024-04-22 03:42:50 +00:00
parent 38e892e249
commit 87868acace
13 changed files with 364 additions and 230 deletions

View File

@ -27,6 +27,7 @@ scopeguard = { workspace = true }
signal-hook = { workspace = true }
tokio = { workspace = true }
tokio-stream = { workspace = true }
krata-tokio-tar = { workspace = true }
tonic = { workspace = true, features = ["tls"] }
uuid = { workspace = true }