enhanced container list

Container list has now options for full, kernel and size listing. Without any
arguments only available containers are listed. Size is no more fine granular
showing also size of the image, chroot and compressed image

Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
Christian Goll
2024-06-26 12:18:32 +02:00
committed by Jonathon Anderson
parent 0c73a4128b
commit 553e401fe0
7 changed files with 398 additions and 307 deletions

View File

@@ -59,6 +59,8 @@ message ContainerInfo {
uint64 createDate = 4; // creation date in unix time
uint64 modDate = 5; // date of last modification in unix time
uint64 size = 6; // size of chroot and images in bytes
uint64 imgSize = 7;
uint64 imgSizeComp = 8;
}
// ContainerListResponse has all information that ContainerList provides.