images command should display image Created time or N/A if not available

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof
2025-11-13 09:03:43 +01:00
committed by Guillaume Lours
parent 2b4543935c
commit d7e5f20eb6
4 changed files with 24 additions and 18 deletions

View File

@@ -603,7 +603,7 @@ type ImageSummary struct {
Tag string
Platform platforms.Platform
Size int64
Created time.Time
Created *time.Time
LastTagTime time.Time
}