Skip to content

Commit

Permalink
image: add OS to Image
Browse files Browse the repository at this point in the history
Related to #649.
  • Loading branch information
fsouza committed May 12, 2017
1 parent eebee45 commit 662798d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions image.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ type Image struct {
VirtualSize int64 `json:"VirtualSize,omitempty" yaml:"VirtualSize,omitempty" toml:"VirtualSize,omitempty"`
RepoDigests []string `json:"RepoDigests,omitempty" yaml:"RepoDigests,omitempty" toml:"RepoDigests,omitempty"`
RootFS *RootFS `json:"RootFS,omitempty" yaml:"RootFS,omitempty" toml:"RootFS,omitempty"`
OS string `json:"Os,omitempty" yaml:"Os,omitempty" toml:"Os,omitempty"`
}

// ImagePre012 serves the same purpose as the Image type except that it is for
Expand Down

0 comments on commit 662798d

Please sign in to comment.