fix: ctr images check
outputs not unpacked images in quite mode
`ctr images check -q` shouldn't output images which were not unpacked. Signed-off-by: Maksim An <maksiman@microsoft.com>
This commit is contained in:
parent
f86d585ce6
commit
90ecb8104e
@ -300,7 +300,7 @@ var checkCommand = cli.Command{
|
||||
size,
|
||||
unpacked)
|
||||
} else {
|
||||
if complete {
|
||||
if complete && unpacked {
|
||||
fmt.Println(image.Name())
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user