mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-04 05:31:32 +00:00
kratart: async image extraction
This commit is contained in:
@ -72,7 +72,6 @@ impl ImageName {
|
||||
})
|
||||
}
|
||||
|
||||
/// URL for OCI distribution API endpoint
|
||||
pub fn registry_url(&self) -> Result<Url> {
|
||||
let hostname = if let Some(port) = self.port {
|
||||
format!("{}:{}", self.hostname, port)
|
||||
|
Reference in New Issue
Block a user