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

doc.go versioned.go

Directories

PathSynopsis
manifest/schema1
Version
v2.2.1+incompatible
Published
Dec 9, 2015
Platform
js/wasm
Last checked
17 hours ago

Tools for package owners.