mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-06 14:41:32 +00:00
This commit is contained in:
@ -38,6 +38,7 @@ impl ImagePullCommand {
|
||||
ImagePullImageFormat::Tar => OciImageFormat::Tar.into(),
|
||||
},
|
||||
overwrite_cache: self.overwrite_cache,
|
||||
update: true,
|
||||
})
|
||||
.await?;
|
||||
let reply = pull_interactive_progress(response.into_inner()).await?;
|
||||
|
Reference in New Issue
Block a user