hypha: implement custom image fetcher

This commit is contained in:
Alex Zenla
2024-01-18 10:16:59 -08:00
parent 649a0c303d
commit 0bf3eb27f4
6 changed files with 181 additions and 22 deletions

View File

@ -1,7 +1,7 @@
use crate::error::{HyphaError, Result};
use crate::image::cache::ImageCache;
use crate::image::name::ImageName;
use crate::image::{ImageCompiler, ImageInfo};
use ocipkg::ImageName;
use std::fs;
use std::path::PathBuf;
use uuid::Uuid;