Image.ParentCommand and Image.ParentConatiner should be stored

Upstream-commit: f50dcbe404fd64dd0c69194bab3ea4aecb1d9f0d
Component: engine
This commit is contained in:
Solomon Hykes
2013-03-21 22:45:22 -07:00
parent 73e6373b21
commit be0e5ade37
+2 -2
View File
@@ -19,8 +19,8 @@ type Image struct {
Parent string `json:"parent,omitempty"`
Comment string `json:"comment,omitempty"`
Created time.Time `json:"created"`
ParentContainer string `json:-`
ParentCommand []string `json:-`
ParentContainer string `json:"parent_container,omitempty"`
ParentCommand []string `json:"parent_command,omitempty"`
graph *Graph
}