feature(oci): use local index as resolution cache when appropriate, fixes #289

This commit is contained in:
Alex Zenla
2024-07-31 15:59:02 -07:00
parent 146bda0810
commit f8d17e7473
9 changed files with 72 additions and 5 deletions

View File

@ -448,7 +448,7 @@ impl ControlService for DaemonControlService {
let output = try_stream! {
let mut task = tokio::task::spawn(async move {
our_packer.request(name, format, request.overwrite_cache, context).await
our_packer.request(name, format, request.overwrite_cache, request.update, context).await
});
let abort_handle = task.abort_handle();
let _task_cancel_guard = scopeguard::guard(abort_handle, |handle| {