mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
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:
committed by
Guillaume Lours
parent
2b4543935c
commit
d7e5f20eb6
@@ -603,7 +603,7 @@ type ImageSummary struct {
|
||||
Tag string
|
||||
Platform platforms.Platform
|
||||
Size int64
|
||||
Created time.Time
|
||||
Created *time.Time
|
||||
LastTagTime time.Time
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user