Merge pull request #8837 from anmaxvl/fix-ctr-images-check-quiet
fix: `ctr images check -q` outputs not unpacked images
This commit is contained in:
commit
6eb90a63e0
@ -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