chore: move kratart::image to krataoci and cleanup dependencies

This commit is contained in:
Alex Zenla
2024-03-25 02:37:02 +00:00
parent 655b8029cb
commit 001409378e
19 changed files with 86 additions and 56 deletions

View File

@ -13,12 +13,12 @@ use xenclient::{DomainConfig, DomainDisk, DomainNetworkInterface};
use xenstore::XsdInterface;
use crate::cfgblk::ConfigBlock;
use crate::image::{
use crate::RuntimeContext;
use krataoci::{
cache::ImageCache,
compiler::{ImageCompiler, ImageInfo},
name::ImageName,
};
use crate::RuntimeContext;
use super::{GuestInfo, GuestState};