update opencontainers/image-spec to v1.0.0-rc3

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca
2016-12-23 11:39:20 +01:00
parent 3377542e27
commit 7c530bc55f
8 changed files with 57 additions and 26 deletions

View File

@@ -24,4 +24,7 @@ type Descriptor struct {
// Size specifies the size in bytes of the blob.
Size int64 `json:"size"`
// URLs specifies a list of URLs from which this object MAY be downloaded
URLs []string `json:"urls,omitempty"`
}