mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00: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:
parent
2b4543935c
commit
d7e5f20eb6
4 changed files with 24 additions and 18 deletions
|
|
@ -603,7 +603,7 @@ type ImageSummary struct {
|
|||
Tag string
|
||||
Platform platforms.Platform
|
||||
Size int64
|
||||
Created time.Time
|
||||
Created *time.Time
|
||||
LastTagTime time.Time
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue