mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
add arch field to image struct
This commit is contained in:
parent
ecb64be6a8
commit
2cf92abf0e
1 changed files with 1 additions and 0 deletions
1
image.go
1
image.go
|
@ -27,6 +27,7 @@ type Image struct {
|
|||
DockerVersion string `json:"docker_version,omitempty"`
|
||||
Author string `json:"author,omitempty"`
|
||||
Config *Config `json:"config,omitempty"`
|
||||
Architecture string `json:"architecture,omitempty"`
|
||||
graph *Graph
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue