mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-16 17:13:46 -05:00
This is the last time I promise
This commit is contained in:
@@ -43,7 +43,7 @@ pub async fn get_images_from_docker_daemon(
|
|||||||
.collect();
|
.collect();
|
||||||
let mut image_handles = Vec::with_capacity(inspects.len());
|
let mut image_handles = Vec::with_capacity(inspects.len());
|
||||||
for inspect in inspects {
|
for inspect in inspects {
|
||||||
image_handles.push(Image::from_inspect_data(inspect.clone()));
|
image_handles.push(Image::from_inspect_data(inspect));
|
||||||
}
|
}
|
||||||
join_all(image_handles)
|
join_all(image_handles)
|
||||||
.await
|
.await
|
||||||
|
|||||||
Reference in New Issue
Block a user