mirror of
https://github.com/rancher/os.git
synced 2025-09-06 01:01:43 +00:00
migrate to upstream libcompose in one and a half go
This commit is contained in:
1
vendor/github.com/fsouza/go-dockerclient/image.go
generated
vendored
1
vendor/github.com/fsouza/go-dockerclient/image.go
generated
vendored
@@ -43,6 +43,7 @@ type Image struct {
|
||||
Architecture string `json:"Architecture,omitempty" yaml:"Architecture,omitempty"`
|
||||
Size int64 `json:"Size,omitempty" yaml:"Size,omitempty"`
|
||||
VirtualSize int64 `json:"VirtualSize,omitempty" yaml:"VirtualSize,omitempty"`
|
||||
RepoDigests []string `json:"RepoDigests,omitempty" yaml:"RepoDigests,omitempty"`
|
||||
}
|
||||
|
||||
// ImagePre012 serves the same purpose as the Image type except that it is for
|
||||
|
Reference in New Issue
Block a user