Merge pull request #730 from 14rcole/kpod-image-filter
fix bug with creation time in ParseFilter()
This commit is contained in:
commit
ce8bd648de
2 changed files with 27 additions and 16 deletions
|
@ -151,7 +151,7 @@ func outputImages(store storage.Store, images []storage.Image, format string, ha
|
|||
if quiet {
|
||||
fmt.Printf("%-64s\n", img.ID)
|
||||
// We only want to print each id once
|
||||
break
|
||||
continue
|
||||
}
|
||||
|
||||
params := imageOutputParams{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue