mirror of
https://github.com/rancher/os.git
synced 2025-09-01 14:48:55 +00:00
migrate to upstream libcompose in one and a half go
This commit is contained in:
9
vendor/github.com/docker/distribution/manifest/versioned.go
generated
vendored
Normal file
9
vendor/github.com/docker/distribution/manifest/versioned.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package manifest
|
||||
|
||||
// Versioned provides a struct with just the manifest schemaVersion. Incoming
|
||||
// content with unknown schema version can be decoded against this struct to
|
||||
// check the version.
|
||||
type Versioned struct {
|
||||
// SchemaVersion is the image manifest schema that this image follows
|
||||
SchemaVersion int `json:"schemaVersion"`
|
||||
}
|
Reference in New Issue
Block a user