package manifest
import "github.com/docker/distribution/manifest"
Index ¶
Types ¶
type Versioned ¶
type Versioned struct {
// SchemaVersion is the image manifest schema that this image follows
SchemaVersion int `json:"schemaVersion"`
}
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.
Source Files ¶
Directories ¶
| Path | Synopsis |
|---|---|
| manifest/schema1 |
- Version
- v2.2.0+incompatible
- Published
- Nov 3, 2015
- Platform
- darwin/amd64
- Last checked
- 11 seconds ago –
Tools for package owners.