mirror of
https://github.com/docker/docs.git
synced 2026-04-05 10:48:55 +07:00
Use RepoTags & RepoDigest in inspect
To be coherent with /images/json (images command) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
@@ -96,7 +96,8 @@ type GraphDriverData struct {
|
||||
// GET "/images/{name:.*}/json"
|
||||
type ImageInspect struct {
|
||||
ID string `json:"Id"`
|
||||
Tags []string
|
||||
RepoTags []string
|
||||
RepoDigests []string
|
||||
Parent string
|
||||
Comment string
|
||||
Created string
|
||||
|
||||
Reference in New Issue
Block a user