feat: Support batch image pulling (#10532)

Refs #10521
This commit is contained in:
ssongliu
2025-09-29 06:18:20 +00:00
committed by GitHub
parent 129e864975
commit 4eb264bea4
14 changed files with 63 additions and 24 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ export namespace Container {
export interface ImagePull {
taskID: string;
repoID: number;
imageName: string;
imageName: Array<string>;
}
export interface ImageTag {
sourceID: string;