mirror of
https://github.com/containers/skopeo.git
synced 2025-09-10 11:09:47 +00:00
update opencontainers/image-spec
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
4
vendor/github.com/opencontainers/image-spec/specs-go/v1/manifest.go
generated
vendored
4
vendor/github.com/opencontainers/image-spec/specs-go/v1/manifest.go
generated
vendored
@@ -22,10 +22,10 @@ type Manifest struct {
|
||||
|
||||
// Config references a configuration object for a container, by digest.
|
||||
// The referenced configuration object is a JSON blob that the runtime uses to set up the container.
|
||||
Config specs.Descriptor `json:"config"`
|
||||
Config Descriptor `json:"config"`
|
||||
|
||||
// Layers is an indexed list of layers referenced by the manifest.
|
||||
Layers []specs.Descriptor `json:"layers"`
|
||||
Layers []Descriptor `json:"layers"`
|
||||
|
||||
// Annotations contains arbitrary metadata for the manifest list.
|
||||
Annotations map[string]string `json:"annotations"`
|
||||
|
Reference in New Issue
Block a user